Forráskód Böngészése

css 파일 추적 중지

DESKTOP-T61HUSC\user 5 hónapja
szülő
commit
86ce209466

+ 2 - 0
.gitignore

@@ -26,3 +26,5 @@ logs
 # .env
 # .env.*
 !.env.example
+*.css
+*.map

+ 0 - 426
assets/css/default.css

@@ -1,426 +0,0 @@
-.max--w320 {
-  max-width: 320px;
-}
-
-.container {
-  height: 100%;
-}
-.container .content {
-  height: 100%;
-  display: flex;
-}
-.container .content aside {
-  width: 250px;
-  border-right: 1px solid #ccc;
-}
-.container .content aside .aside--main--title {
-  padding: 20px;
-  background: #33559B;
-  color: #fff;
-  font-size: 20px;
-}
-.container .content aside .aside--list {
-  display: flex;
-  flex-direction: column;
-}
-.container .content aside .aside--list .v-btn {
-  padding: 15px 10px;
-  font-size: 16px;
-  cursor: pointer;
-  justify-content: flex-start;
-  padding-left: 20px;
-}
-.container .content aside .aside--list .v-btn.actv {
-  background: #e4e4e4;
-}
-.container .content .main {
-  padding: 1.625rem;
-  width: calc(100% - 250px);
-}
-.container .content .main .data--list--wrap {
-  width: 100%;
-  padding-top: 40px;
-}
-.container .content .main .data--list--wrap .btn--actions--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  padding-bottom: 25px;
-}
-.container .content .main .search--modules {
-  width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 10px;
-  border: 1px solid #eee;
-  border-radius: 15px;
-  padding: 20px;
-  margin-top: 25px;
-  background: #f8f8f8;
-}
-.container .content .main .search--modules .form--cont--filter {
-  width: 100%;
-  max-width: 10.5rem;
-}
-.container .content .main .search--modules .form--cont--text {
-  width: 100%;
-  max-width: calc(100% - 10.5rem);
-}
-.container .content .main .search--modules .sch--btn {
-  height: 2.25rem;
-  max-width: 80px;
-}
-.container .content .main .inner--headers {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-}
-.container .content .main .inner--headers > h2 {
-  font-size: 1.625rem;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap {
-  display: flex;
-  align-items: center;
-  gap: 5px;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span {
-  font-size: 0.9rem;
-  font-weight: 500;
-  display: flex;
-  align-items: center;
-  gap: 5px;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span:before {
-  content: "";
-  display: inline-flex;
-  width: 15px;
-  height: 15px;
-  background: url(../img/ic_arrow_right_chv.svg) no-repeat center;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span:nth-of-type(1):before {
-  display: none;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span:last-child {
-  font-weight: bold;
-}
-
-/**********************************************
-| ag-grid
-**********************************************/
-.tbl-wrap .ag-paging-panel {
-  padding: 1.25rem 0px;
-}
-.tbl-wrap .ag-header-cell-resize:after {
-  width: 1px;
-  height: 1.25rem;
-  top: calc(50% - 0.625rem);
-}
-.tbl-wrap .ag-checkbox-input-wrapper:after {
-  content: "";
-  width: 1rem;
-  height: 1rem;
-  background: url(../img/ico_chk_off.svg);
-  background-repeat: no-repeat;
-}
-.tbl-wrap .ag-checkbox-input-wrapper.ag-checked:after {
-  content: "";
-  background: url(../img/ico_chk_on.svg);
-  background-repeat: no-repeat;
-}
-.tbl-wrap .ag-checkbox-input-wrapper.ag-indeterminate:after {
-  content: "";
-  background: url(../img/ico_check_indeterminate.svg);
-  background-repeat: no-repeat;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell {
-  padding: 0rem 1.25rem;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell-text {
-  text-align: left;
-}
-.tbl-wrap .ag-root-wrapper .ag-root-wrapper-body.ag-layout-normal {
-  height: 100%;
-}
-.tbl-wrap .ag-root-wrapper .ag-cell-label-container {
-  height: 3.125rem;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell-text {
-  color: #444;
-  font-size: 0.875rem;
-  font-style: normal;
-  font-weight: 700;
-}
-.tbl-wrap .ag-root-wrapper .ag-header {
-  border-top: 0px;
-}
-.tbl-wrap .ag-root-wrapper .ag-header .ag-header-container {
-  background: #F2F7FF;
-}
-.tbl-wrap .ag-root-wrapper .ag-header.ag-header-allow-overflow .ag-header-row {
-  background: #F2F7FF;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row.disabled {
-  opacity: 0.5;
-  pointer-events: none;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row .ag-cell {
-  color: #444;
-  font-size: 0.875rem;
-  font-style: normal;
-  font-weight: 400;
-  text-align: left;
-  justify-content: flex-start;
-  padding: 0px 1.25rem;
-}
-.tbl-wrap .ag-overlay-no-rows-center {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 0.62rem;
-  color: #444;
-  text-align: center;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-.tbl-wrap .ag-overlay-no-rows-center:before {
-  content: "";
-  display: inline-flex;
-  width: 1.25rem;
-  height: 1.25rem;
-  background: url(../img/ico_no_data_nw.svg);
-  background-size: contain;
-}
-
-.check--box--group {
-  display: flex;
-}
-
-.form--group--inner {
-  display: flex;
-  align-items: center;
-  gap: 10px;
-}
-.form--group--inner .visible {
-  display: none;
-}
-
-.status--box {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  padding: 5px 25px;
-  border-radius: 35px;
-  background: #e4e4e4;
-}
-.status--box.actv {
-  background: #33559B;
-  color: #fff;
-}
-
-.img--content {
-  display: flex;
-  align-items: center;
-}
-
-.equip--image--wrap {
-  display: flex;
-  align-items: center;
-}
-.equip--image--wrap .equip--image {
-  width: 90px;
-  height: 90px;
-  margin-right: 25px;
-}
-.equip--image--wrap .equip--image #preview_image {
-  width: 90px;
-  height: 90px;
-  position: relative;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  overflow: hidden;
-}
-.equip--image--wrap .equip--image #preview_image img {
-  width: 100%;
-  position: absolute;
-  top: 50%;
-  -o-object-fit: contain;
-     object-fit: contain;
-  left: 50%;
-  transform: translate(-50%, -50%);
-}
-.equip--image--wrap .equip--image .images-wrapper {
-  width: 100%;
-  height: 90px;
-}
-.equip--image--wrap .equip--image .images-wrapper .image {
-  background-size: cover;
-  width: 100%;
-  height: 90px;
-  background-repeat: none;
-  cursor: pointer;
-}
-.equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar {
-  top: 30px;
-  right: 30px;
-}
-.equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar .cool-lightbox-toolbar__btn {
-  border-radius: 50%;
-  width: 56px;
-  height: 56px;
-  display: inline-block;
-  background-image: url(../img/ic_close.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-}
-.equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar .cool-lightbox-toolbar__btn svg {
-  display: none;
-}
-.equip--image--wrap .equip--image--select {
-  display: flex;
-  flex-direction: column;
-}
-.equip--image--wrap .equip--image--select .form--group {
-  margin-bottom: 25px;
-  margin-top: 10px;
-  display: flex;
-}
-.equip--image--wrap .equip--image--select .form--group .file--btn {
-  width: 75px;
-  height: 33px;
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  border-radius: 0px !important;
-  background: #6C7281 !important;
-  cursor: pointer;
-}
-.equip--image--wrap .equip--image--select .equip--image--desc {
-  color: #0131AD;
-  font-size: 12px;
-  font-style: normal;
-  font-weight: 500;
-  letter-spacing: -0.36px;
-}
-
-.form--group--inner {
-  display: flex;
-  align-items: center;
-  justify-content: flex-start;
-  gap: 10px;
-  margin-bottom: 10px;
-}
-.form--group--inner .text--box {
-  height: 36px;
-  border-radius: 0px;
-  border: 1px solid #b5b5b5;
-  white-space: nowrap;
-  display: flex;
-  align-items: center;
-  width: 324px;
-  justify-content: flex-start;
-  padding: 0 20px;
-  text-overflow: ellipsis;
-}
-
-.v-file-input {
-  margin-top: 0px;
-  padding-top: 0px;
-}
-.v-file-input.custom-input .v-input__control .v-field {
-  border-radius: 0px;
-}
-.v-file-input.custom-input .v-input__control .v-field__field input:placeholder {
-  font-size: 0.75rem !important;
-  font-weight: 400;
-  color: #8e8e8e !important;
-}
-
-
-
-.v-file-input.custom-input .v-input__control .v-field__field .v-field__input {
-  padding: 0px;
-  min-height: 36px;
-  padding-left: 0.75rem;
-  font-size: 0.75rem !important;
-  font-weight: 400 !important;
-}
-.v-file-input.custom-input .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  font-size: 0.75rem !important;
-  font-weight: 400;
-  color: #8e8e8e !important;
-}
-.v-file-input.custom-input .v-input__control .v-field__field .v-field__input::placeholder {
-  font-size: 0.75rem !important;
-  font-weight: 400;
-  color: #8e8e8e !important;
-}
-.v-file-input .v-input__control .v-input__slot {
-  padding: 0 15px;
-}
-.v-file-input .v-input__control .v-input__slot::before {
-  display: none;
-}
-.v-file-input .v-input__control .v-input__slot::after {
-  display: none;
-}
-.v-file-input .v-input__control .v-input__slot input::-moz-placeholder {
-  color: #444 !important;
-  font-size: 12px !important;
-  font-style: normal !important;
-  font-weight: 300 !important;
-  letter-spacing: -0.36px !important;
-}
-.v-file-input .v-input__control .v-input__slot .v-file-input__text,
-.v-file-input .v-input__control .v-input__slot .v-file-input__text--placeholder,
-.v-file-input .v-input__control .v-input__slot input::placeholder {
-  color: #444 !important;
-  font-size: 12px !important;
-  font-style: normal !important;
-  font-weight: 300 !important;
-  letter-spacing: -0.36px !important;
-}
-.v-file-input .v-input__control .v-input__slot .v-input__append-inner .v-input__icon--clear {
-  opacity: 1;
-}
-.v-file-input .v-input__control .v-input__slot .v-input__append-inner .v-input__icon--clear .mdi-close::before {
-  content: "";
-  background-image: url(../static/ic_clear.svg);
-  display: inline-block;
-  width: 16px;
-  height: 16px;
-  background-position: center;
-}
-
-.flex--type {
-  display: flex;
-  align-items: center;
-  gap: 12px;
-}
-
-.file--btn {
-  border-radius: 0px !important;
-  background: #4B5161 !important;
-  color: #FFF !important;
-  font-size: 12px !important;
-  font-weight: 500 !important;
-}
-
-.radio--group .v-selection-control-group {
-  gap: 10px;
-}
-
-.mdi-radiobox-marked::before {
-  content: "" !important;
-  width: 15px;
-  height: 15px;
-  display: inline-flex;
-  background: url(../img/ic_radio_on.svg) no-repeat center;
-}
-
-.mdi-radiobox-blank::before {
-  content: "" !important;
-  width: 15px;
-  height: 15px;
-  display: inline-flex;
-  background: url(../img/ic_radio_off.svg) no-repeat center;
-}/*# sourceMappingURL=default.css.map */

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
assets/css/default.css.map


+ 0 - 11349
assets/css/main.css

@@ -1,11349 +0,0 @@
-@charset "UTF-8";
-.sample-layout {
-  /* HTML5 display-role reset for older browsers */
-}
-.sample-layout html, .sample-layout body, .sample-layout div, .sample-layout span, .sample-layout applet, .sample-layout object, .sample-layout iframe, .sample-layout h1, .sample-layout h2, .sample-layout h3, .sample-layout h4, .sample-layout h5, .sample-layout h6, .sample-layout p, .sample-layout blockquote, .sample-layout pre, .sample-layout a, .sample-layout abbr, .sample-layout acronym, .sample-layout address, .sample-layout big, .sample-layout cite, .sample-layout code, .sample-layout del, .sample-layout dfn, .sample-layout em, .sample-layout img, .sample-layout ins, .sample-layout kbd, .sample-layout q, .sample-layout s, .sample-layout samp, .sample-layout small, .sample-layout strike, .sample-layout strong, .sample-layout sub, .sample-layout sup, .sample-layout tt, .sample-layout var, .sample-layout b, .sample-layout u, .sample-layout i, .sample-layout center, .sample-layout dl, .sample-layout dt, .sample-layout dd, .sample-layout ol, .sample-layout ul, .sample-layout li, .sample-layout fieldset, .sample-layout form, .sample-layout label, .sample-layout legend, .sample-layout table, .sample-layout caption, .sample-layout tbody, .sample-layout tfoot, .sample-layout thead, .sample-layout tr, .sample-layout th, .sample-layout td, .sample-layout article, .sample-layout aside, .sample-layout canvas, .sample-layout details, .sample-layout embed, .sample-layout figure, .sample-layout figcaption, .sample-layout footer, .sample-layout header, .sample-layout hgroup, .sample-layout menu, .sample-layout nav, .sample-layout output, .sample-layout ruby, .sample-layout section, .sample-layout summary, .sample-layout time, .sample-layout mark, .sample-layout audio, .sample-layout video {
-  margin: 0;
-  padding: 0;
-  border: 0;
-  font-size: 100%;
-  color: #1A1A1A;
-  vertical-align: baseline;
-}
-.sample-layout * {
-  box-sizing: border-box !important;
-}
-.sample-layout *::-webkit-scrollbar {
-  height: 3px;
-  width: 3px;
-}
-.sample-layout *::-webkit-scrollbar-button:start:decrement, .sample-layout *::-webkit-scrollbar-button:end:increment {
-  display: none;
-}
-.sample-layout *::-webkit-scrollbar-track {
-  background-color: transparent;
-  width: 3px;
-  height: 3px;
-}
-.sample-layout *::-webkit-scrollbar-thumb {
-  width: 3px;
-  border-radius: 3px;
-  background-color: transparent;
-}
-.sample-layout body::-webkit-scrollbar-thumb {
-  width: 3px;
-  border-radius: 3px;
-  background-color: #3570FF;
-}
-.sample-layout article, .sample-layout aside, .sample-layout details, .sample-layout figcaption, .sample-layout figure, .sample-layout footer, .sample-layout header, .sample-layout hgroup, .sample-layout menu, .sample-layout nav, .sample-layout section {
-  display: block;
-}
-.sample-layout body {
-  line-height: 2;
-}
-.sample-layout ol, .sample-layout ul {
-  list-style: none;
-}
-.sample-layout blockquote, .sample-layout q {
-  quotes: none;
-}
-.sample-layout blockquote:before, .sample-layout blockquote:after, .sample-layout q:before, .sample-layout q:after {
-  content: "";
-  content: none;
-}
-.sample-layout table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-.sample-layout input:focus {
-  outline: none;
-}
-.sample-layout a {
-  color: inherit;
-  text-decoration: none;
-}
-.sample-layout html {
-  overflow: auto !important;
-}
-.sample-layout button {
-  outline: 0;
-  cursor: pointer;
-}
-.sample-layout .mb--0 {
-  margin-bottom: 0px !important;
-}
-.sample-layout .mb--5 {
-  margin-bottom: 5px !important;
-}
-.sample-layout .mb--10 {
-  margin-bottom: 10px !important;
-}
-.sample-layout .mb--15 {
-  margin-bottom: 15px !important;
-}
-.sample-layout .mb--20 {
-  margin-bottom: 20px !important;
-}
-.sample-layout .mb--30 {
-  margin-bottom: 30px !important;
-}
-.sample-layout .ml--0 {
-  margin-left: 0px !important;
-}
-.sample-layout .ml--3 {
-  margin-left: 3px !important;
-}
-.sample-layout .ml--5 {
-  margin-left: 5px !important;
-}
-.sample-layout .ml--10 {
-  margin-left: 10px !important;
-}
-.sample-layout .ml--15 {
-  margin-left: 15px !important;
-}
-.sample-layout .ml--20 {
-  margin-left: 20px !important;
-}
-.sample-layout .ml--25 {
-  margin-left: 25px !important;
-}
-.sample-layout .ml--30 {
-  margin-left: 30px !important;
-}
-.sample-layout .ml--35 {
-  margin-left: 35px !important;
-}
-.sample-layout .mr--0 {
-  margin-right: 0px !important;
-}
-.sample-layout .mr--3 {
-  margin-right: 3px !important;
-}
-.sample-layout .mr--10 {
-  margin-right: 10px !important;
-}
-.sample-layout .mr--15 {
-  margin-right: 15px !important;
-}
-.sample-layout .mr--20 {
-  margin-right: 20px !important;
-}
-.sample-layout .mr--25 {
-  margin-right: 25px !important;
-}
-.sample-layout .mt--0 {
-  margin-top: 0px !important;
-}
-.sample-layout .mt--10 {
-  margin-top: 10px !important;
-}
-.sample-layout .mt--15 {
-  margin-top: 15px !important;
-}
-.sample-layout .mt--20 {
-  margin-top: 20px !important;
-}
-.sample-layout .mt--25 {
-  margin-top: 25px !important;
-}
-.sample-layout .mt--30 {
-  margin-top: 30px !important;
-}
-.sample-layout .mt--35 {
-  margin-top: 35px !important;
-}
-.sample-layout .mt--40 {
-  margin-top: 40px !important;
-}
-.sample-layout .mt--45 {
-  margin-top: 45px !important;
-}
-.sample-layout .mt--50 {
-  margin-top: 50px !important;
-}
-.sample-layout .mt--60 {
-  margin-top: 60px !important;
-}
-.sample-layout .pt--0 {
-  padding-top: 0px !important;
-}
-.sample-layout .text-left {
-  text-align: left !important;
-}
-.sample-layout .text-center {
-  text-align: center !important;
-}
-.sample-layout .text-right {
-  text-align: right !important;
-}
-.sample-layout .sample--main--wrap h1 {
-  text-align: center;
-  color: black;
-  font-size: 30px;
-}
-.sample-layout .sample--main--wrap .section--wrap {
-  display: flex;
-  margin-top: 10px;
-}
-.sample-layout .sample--main--wrap .section--wrap .left--section {
-  background: #eee;
-  padding: 10px;
-  border: 1px solid #eee;
-  width: 50%;
-  margin-right: 10px;
-}
-.sample-layout .sample--main--wrap .section--wrap .right--section {
-  background: #eee;
-  padding: 10px;
-  border: 1px solid #eee;
-  width: 50%;
-  margin-left: 10px;
-}
-.sample-layout .sample--main--wrap .section--wrap .right--section .result--msg {
-  border: 1px solid;
-  height: 200px;
-  font-size: 20px;
-  font-weight: 600;
-}
-.sample-layout .sample--main--wrap .div--wrap {
-  border: 1px solid;
-  border-radius: 15px;
-  background: #eee;
-  margin: 20px;
-  width: 300px;
-  padding: 10px;
-}
-.sample-layout .sample--main--wrap .div--wrap h2 {
-  font-size: 20px;
-  text-align: center;
-}
-.sample-layout .sample--main--wrap .div--wrap .btn--wrap {
-  margin-top: 10px;
-  text-align: center;
-}
-.sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv {
-  background-color: #3468E2;
-}
-.sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv .v-btn__content {
-  color: #eee;
-}
-.sample-layout .sample--main--wrap .arrow--wrap {
-  margin: -12px;
-  display: flex;
-  align-items: center;
-  justify-items: center;
-  opacity: 0;
-  transition: opacity 0.5s ease, transform 0.5s ease;
-}
-.sample-layout .sample--main--wrap .arrow--wrap.actv {
-  opacity: 1; /* 초기에는 투명하게 설정 */
-  transform: translateY(0);
-  transition: opacity 0.5s ease, transform 0.5s ease;
-}
-.sample-layout .component--item {
-  width: 300px;
-  height: 300px;
-  border: 1px solid;
-}
-.sample-layout .board_list_wrapper {
-  width: 100%;
-  height: 100%;
-  padding: 50px;
-}
-.sample-layout .board_list_wrapper .search_wrap {
-  display: flex;
-}
-.sample-layout .board_list_wrapper .search_wrap .custom_select {
-  max-width: 150px;
-}
-.sample-layout .board_list_wrapper .search_wrap .custom_input {
-  max-width: 300px;
-}
-.sample-layout .board_list_wrapper .btn-wrapper {
-  display: flex;
-  justify-content: space-between;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead {
-  background-color: rgba(230, 230, 230, 0.5);
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead th {
-  height: 44px;
-  padding: 9px 5px !important;
-  border: 0;
-  vertical-align: middle;
-  word-break: keep-all;
-  font-size: 14px !important;
-  font-weight: 500;
-  color: #777 !important;
-  text-align: center !important;
-  background: #f7f7fa !important;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td {
-  height: 44px;
-  padding: 9px 5px;
-  border-bottom: 1px solid #E3E6ED;
-  vertical-align: middle;
-  word-break: keep-all;
-  font-size: 14px;
-  font-weight: 500;
-  color: #333;
-  text-align: center !important;
-  background: #fff;
-  cursor: pointer;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td.text-left {
-  text-align: left !important;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span {
-  font-weight: 500;
-  color: #333;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-red {
-  color: #E60000;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-green {
-  color: #4AAC44;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-orange {
-  color: #FF7732;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.line1 {
-  display: block;
-  overflow: hidden;
-  max-width: 285px;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.text-left {
-  display: block;
-  text-align: left;
-}
-.sample-layout .menu-title-wrap {
-  display: flex;
-  align-items: center;
-  margin-bottom: 24px;
-}
-.sample-layout .menu-title-wrap h2 {
-  line-height: 20px;
-  font-size: 18px;
-  font-weight: 800;
-  color: #001A58;
-}
-.sample-layout .menu-title-wrap .arrow {
-  width: 30px;
-  height: 30px;
-  margin: 0 11px;
-}
-.sample-layout .menu-title-wrap .menu-depth2 {
-  line-height: 20px;
-  font-size: 18px;
-  font-weight: 600;
-  color: #1A1A1A;
-}
-.sample-layout .menu-title-wrap .setting-util {
-  display: flex;
-  margin-left: auto;
-}
-.sample-layout .menu-title-wrap .setting-util .btn-style {
-  width: 120px;
-  margin: 0 0 0 5px;
-}
-.sample-layout .view-area {
-  padding: 40px 24px;
-  border: 1px solid #E6EBF1;
-  border-radius: 16px;
-  background: #FFF;
-}
-.sample-layout .form-style {
-  border-top: 1px solid #E3E6ED;
-}
-.sample-layout .form-style table {
-  width: 100%;
-}
-.sample-layout .form-style table th {
-  padding: 12px 5px;
-  border-bottom: 1px solid #E3E6ED;
-  vertical-align: middle;
-  font-size: 14px;
-  font-weight: 500;
-  color: #333;
-  text-align: center;
-  background: #f7f8fa;
-}
-.sample-layout .form-style table th .star {
-  display: inline-block;
-  padding-left: 3px;
-  color: #3570FF;
-}
-.sample-layout .form-style table td {
-  height: 48px;
-  padding: 6px 0 6px 24px;
-  border-bottom: 1px solid #E3E6ED;
-  vertical-align: middle;
-  font-size: 14px;
-  font-weight: 500;
-  color: #333;
-  text-align: left;
-}
-.sample-layout .form-style table td .view-cont {
-  word-break: break-all;
-  min-height: 459px;
-  padding: 12px 0;
-  color: #333;
-  text-align: left;
-}
-.sample-layout .form-style table td .file-form-list {
-  display: flex;
-  flex-wrap: wrap;
-  margin-top: 8px;
-  font-size: 0;
-}
-.sample-layout .form-style table td .file-form-list:empty {
-  margin: 0;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download {
-  display: inline-block;
-  width: auto;
-  height: 36px;
-  padding: 0 10px;
-  margin: 0 8px 0 0;
-  line-height: 32px;
-  border: 1px solid #EDF1FF;
-  border-radius: 6px;
-  vertical-align: middle;
-  font-size: 14px;
-  font-weight: 400;
-  color: #000;
-  background: #F7F9FF;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download:last-of-type {
-  margin-right: 0;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download .ico {
-  display: inline-block;
-  width: 10px;
-  height: 13px;
-  margin-right: 7px;
-  vertical-align: middle;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download button {
-  width: 20px;
-  height: 20px;
-  margin-left: 5px;
-  border-radius: 100%;
-  vertical-align: middle;
-}
-.sample-layout .form-style table td .custom-input.v-text-field {
-  min-height: 36px;
-}
-.sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot {
-  height: 36px;
-}
-.sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot {
-  height: 34px;
-}
-.sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
-  height: 34px;
-}
-.sample-layout .form-style table td .custom-select.v-input {
-  min-height: 36px;
-}
-.sample-layout .form-style table td .custom-select.v-input .v-input__control .v-input__slot {
-  height: 34px;
-}
-.sample-layout .form-style table td .custom-select.v-input .v-input__control .v-select__slot .v-select__selection {
-  height: 34px;
-}
-.sample-layout .form-style table td .btn-style {
-  height: 36px;
-}
-.sample-layout .btn-wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  margin-top: 26px;
-  font-size: 0;
-  text-align: center;
-}
-.sample-layout .btn-wrap.text-right {
-  justify-content: flex-end;
-}
-.sample-layout .btn-wrap.text-right .btn-style:first-of-type {
-  margin-left: 0;
-}
-.sample-layout .btn-wrap .left {
-  margin-right: auto;
-}
-.sample-layout .btn-wrap .left .btn-style:first-of-type {
-  margin-left: 0;
-}
-.sample-layout .btn-wrap .left .btn-style:last-of-type {
-  margin-right: 0;
-}
-.sample-layout .btn-wrap .right {
-  margin-left: auto;
-}
-.sample-layout .btn-wrap .right .btn-style:first-of-type {
-  margin-left: 0;
-}
-.sample-layout .btn-wrap .right .btn-style:last-of-type {
-  margin-right: 0;
-}
-.sample-layout .btn-style {
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  width: 152px;
-  height: 44px;
-  margin: 0 5px;
-  letter-spacing: -0.35px;
-  border-radius: 6px;
-  font-size: 14px;
-  font-weight: 500;
-}
-.sample-layout .btn-style.btn-blue {
-  color: #fff;
-  background: #3468E2;
-}
-.sample-layout .btn-style.btn-blue2 {
-  width: auto;
-  height: 40px;
-  padding: 0 34px;
-  color: #fff;
-  background: #3468E2;
-}
-.sample-layout .btn-style.btn-white {
-  border: 1px solid #e6ebf1;
-  color: #000;
-  background: #fff;
-}
-.sample-layout .btn-style.btn-white2 {
-  width: auto;
-  height: 40px;
-  padding: 0 34px;
-  line-height: 38px;
-  border: 1.3px solid #D7DBE3;
-  color: #333;
-  background: #fff;
-}
-.sample-layout .btn-style.btn-black {
-  color: #fff;
-  background: #363636;
-}
-.sample-layout .btn-style.full {
-  width: 100%;
-}
-.sample-layout .btn-style.mini {
-  width: 80px;
-  height: 30px;
-  border-radius: 4px;
-  font-size: 12px;
-}
-.sample-layout .btn-style.mini2 {
-  height: 40px;
-}
-.sample-layout .btn-style.w80 {
-  width: 80px;
-  padding: 0;
-}
-.sample-layout .btn-style.btn-comment {
-  width: auto;
-  padding: 0 23px;
-}
-.sample-layout .btn-style.btn-comment span {
-  padding-left: 5px;
-  letter-spacing: -0.4px;
-  font-size: 16px;
-  font-weight: 700;
-  color: #3570FF;
-}
-.sample-layout .custom-input.v-input--error .v-input__details .v-messages .v-messages__message {
-  color: red !important;
-}
-.sample-layout .custom-textarea.v-input--error .v-input__details .v-messages .v-messages__message {
-  color: red !important;
-}
-.sample-layout .flex--wrap {
-  display: flex;
-  align-items: center;
-}
-.sample-layout .flex--wrap .title--wrap {
-  width: 100%;
-  position: relative;
-}
-.sample-layout .flex--wrap .title--wrap .close--btn {
-  position: absolute;
-  right: 3px;
-  top: 3px;
-}
-
-.container {
-  height: 100%;
-  width: 100%;
-  display: flex;
-  flex-direction: column;
-}
-.container .header {
-  background: #064F9E;
-  height: 8.3333333333vh;
-  min-height: 90px;
-  display: flex;
-  align-items: center;
-  flex-shrink: 0;
-  position: relative;
-  padding: 0 1.88rem;
-  z-index: 100;
-}
-.container .header .logo {
-  color: #FFFFFF;
-  font-size: 1.13rem;
-  font-weight: 700;
-  line-height: 1.5rem;
-  flex-shrink: 0;
-  margin-right: auto;
-}
-.container .header .gnb {
-  z-index: 10;
-}
-.container .header .gnb:hover .gnb-bg {
-  height: 22.38rem;
-}
-.container .header .gnb:hover .depth1 > li .depth2 {
-  height: 22.38rem;
-}
-.container .header .gnb .depth1 {
-  display: flex;
-}
-.container .header .gnb .depth1 > li {
-  position: relative;
-}
-.container .header .gnb .depth1 > li.active > button {
-  background: #83A7CF;
-  font-weight: 700;
-}
-.container .header .gnb .depth1 > li > button {
-  width: 9.375vw;
-  height: 8.3333333333vh;
-  min-height: 90px;
-  color: #fff;
-  font-size: 1rem;
-  font-weight: 400;
-}
-.container .header .gnb .depth1 > li .depth2 {
-  position: absolute;
-  overflow: hidden;
-  height: 0;
-  z-index: 10;
-  width: 100%;
-  transition: 0.5s 0s;
-}
-.container .header .gnb .depth1 > li .depth2 ul {
-  padding-top: 1.88rem;
-}
-.container .header .gnb .depth1 > li .depth2 ul li {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 400;
-  display: block;
-  margin-bottom: 1.88rem;
-  cursor: pointer;
-  text-align: center;
-}
-.container .header .gnb .depth1 > li .depth2 ul li.active {
-  color: #064F9E;
-  font-weight: 700;
-}
-.container .header .gnb .gnb-bg {
-  position: fixed;
-  top: 8.3333333333vh;
-  left: 0;
-  right: 0;
-  width: 100vw;
-  background: #fff;
-  z-index: 8;
-  height: 0;
-  transition: 0.5s 0s;
-  box-shadow: 0 0.25rem 0.63rem 0 rgba(0, 0, 0, 0.25);
-}
-.container .header .util {
-  display: flex;
-  align-items: center;
-  gap: 1.56rem;
-  margin-left: auto;
-  flex-shrink: 0;
-}
-.container .header .util .ico {
-  font-size: 0;
-}
-.container .header .util .btn-alarm {
-  width: 2rem;
-  height: 2rem;
-  position: relative;
-}
-.container .header .util .btn-alarm.type1 .ico {
-  background-image: url("../img/ico_alarm1.svg");
-}
-.container .header .util .btn-alarm.type2 .ico {
-  background-image: url("../img/ico_alarm2.svg");
-}
-.container .header .util .btn-alarm .ico {
-  position: relative;
-  width: 2rem;
-  height: 2rem;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-alarm .ico .dot {
-  position: absolute;
-  background: #E42325;
-  width: 0.44rem;
-  height: 0.44rem;
-  border-radius: 100%;
-  right: 0;
-  top: 0;
-}
-.container .header .util .btn-alarm .alarm-detail {
-  position: absolute;
-  width: 8.75rem;
-  height: 4.44rem;
-  top: 3rem;
-  left: 50%;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  transform: translateX(-50%);
-  padding: 1.31rem 1.25rem 1rem 1.25rem;
-  background: url("../img/bg_tooltip.svg") no-repeat center/100%;
-}
-.container .header .util .btn-alarm .alarm-detail strong {
-  color: #222222;
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch {
-  width: 2.25rem;
-  flex: 0 0 auto;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-switch__track {
-  background: #ECECEC;
-  height: 0.75rem;
-  width: 2.25rem;
-  opacity: 1;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-switch__thumb {
-  box-shadow: none;
-  background: #92989E;
-  width: 1.13rem;
-  height: 1.13rem;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__track {
-  background: #D7E4F1;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__thumb {
-  background: #064f9e;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-selection-control__input::before {
-  display: none;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-ripple__container {
-  display: none;
-}
-.container .header .util .btn-mode {
-  position: relative;
-}
-.container .header .util .btn-mode.type1 .ico {
-  background-image: url("../img/ico_mode_white.svg");
-}
-.container .header .util .btn-mode.type2 .ico {
-  background-image: url("../img/ico_mode_dark.svg");
-}
-.container .header .util .btn-mode .ico {
-  width: 2rem;
-  height: 2rem;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-mode .mode-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  transform: translateX(-50%);
-  width: 12.63rem;
-  height: 9.75rem;
-  padding: 2.06rem 1.25rem 1.25rem 1.56rem;
-  background: url("../img/bg_tooltip2.svg") no-repeat center/100%;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  position: relative;
-  height: 2.5rem;
-  margin: 0;
-  padding-left: 5.63rem;
-  flex: auto;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  position: absolute;
-  left: 0;
-  top: 0;
-  width: 4.38rem;
-  height: 2.5rem;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/img_mode_white.svg");
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/img_mode_dark.svg");
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.container .header .util .btn-lang {
-  position: relative;
-}
-.container .header .util .btn-lang .ico {
-  width: 2rem;
-  height: 2rem;
-  border: 0.06rem solid #fff;
-  background-color: #064F9E;
-  border-radius: 100%;
-  color: #fff;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 0.81rem;
-}
-.container .header .util .btn-lang .lang-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  width: 9.75rem;
-  height: 7.31rem;
-  transform: translateX(-50%);
-  background: url("../img/bg_tooltip3.svg") no-repeat center/100%;
-  padding: 1.63rem 1.25rem 1.25rem 1.56rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  height: 1.63rem;
-  margin: 0;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  width: 1.63rem;
-  height: 1.63rem;
-  display: inline-block;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/ico_lang_korea.svg");
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/ico_lang_english.svg");
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-left: 0.63rem;
-}
-.container .header .util .divider {
-  width: 0.06rem;
-  height: 1.88rem;
-  margin: 0 0.63rem;
-  background: rgba(255, 255, 255, 0.5);
-}
-.container .header .util .user-info {
-  display: flex;
-  position: relative;
-}
-.container .header .util .user-info .ico {
-  width: 2rem;
-  height: 2rem;
-  background: #fff;
-  border-radius: 100%;
-  color: #064F9E;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 0.81rem;
-  cursor: pointer;
-}
-.container .header .util .user-info .info-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  width: 11.88rem;
-  height: 12.25rem;
-  padding: 2rem 1.56rem 1.25rem 1.56rem;
-  background: url("../img/bg_tooltip4.svg") no-repeat center/100%;
-  transform: translateX(-50%);
-}
-.container .header .util .user-info .info-detail p {
-  color: #111;
-  font-size: 0.94rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-}
-.container .header .util .user-info .info-detail p span {
-  font-weight: 600;
-}
-.container .header .util .user-info .info-detail ul {
-  padding-bottom: 1.25rem;
-  margin-bottom: 0.94rem;
-  border-bottom: 0.06rem solid #e1e1e1;
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.container .header .util .user-info .info-detail ul li {
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.container .header .util .user-info .info-detail .custom-btn.v-btn.v-btn--density-default {
-  border: 0.06rem solid rgba(6, 79, 158, 0.5);
-  border-radius: 0.31rem;
-  width: 100%;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.container .header .util .user-info .info-detail .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #064F9E;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.container .header .util .user-name {
-  color: #fff;
-  font-size: 0.81rem;
-  font-weight: 700;
-  cursor: pointer;
-}
-.container .header .util .btn-logout {
-  width: 2rem;
-  height: 2rem;
-  background: url("../img/ico_logout.svg") no-repeat center/100%;
-}
-.container .content {
-  position: relative;
-  overflow-y: auto;
-  background: #fff;
-}
-.container .footer {
-  height: 5.3703703704vh;
-  min-height: 58px;
-  flex-shrink: 0;
-  background: #EBEBEB;
-  display: flex;
-  align-items: center;
-  padding: 0 1.88rem;
-  gap: 1.25rem;
-}
-.container .footer .foot-connection {
-  display: flex;
-  align-items: center;
-}
-.container .footer .foot-connection strong {
-  color: #111111;
-  font-size: 0.69rem;
-  font-weight: 600;
-  margin-right: 0.63rem;
-}
-.container .footer .foot-connection span {
-  background: #064F9E;
-  border-radius: 6.25rem;
-  min-width: 2.25rem;
-  height: 1.56rem;
-  padding: 0 0.63rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.69rem;
-  font-weight: 600;
-}
-.container .footer .foot-numbering {
-  display: flex;
-  gap: 0.63rem;
-  padding: 0 1.25rem;
-  position: relative;
-}
-.container .footer .foot-numbering:before, .container .footer .foot-numbering:after {
-  position: absolute;
-  content: "";
-  width: 0.06rem;
-  height: 1.25rem;
-  background: #c8c8c8;
-  top: 50%;
-  margin-top: -0.63rem;
-}
-.container .footer .foot-numbering:before {
-  left: 0;
-}
-.container .footer .foot-numbering:after {
-  right: 0;
-}
-.container .footer .foot-numbering span {
-  height: 1.56rem;
-  min-width: 3.13rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.63rem;
-  font-weight: 600;
-}
-.container .footer .foot-numbering span.num1 {
-  background: #FF2426;
-}
-.container .footer .foot-numbering span.num2 {
-  background: #FF7236;
-}
-.container .footer .foot-numbering span.num3 {
-  background: #FFB800;
-}
-.container .footer .foot-state {
-  color: #ff2426;
-  font-size: 0.63rem;
-  font-weight: 600;
-  border: 0.06rem solid rgba(255, 36, 38, 0.5);
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  min-width: 4.13rem;
-  height: 1.56rem;
-}
-.container .footer .foot-txt {
-  padding-left: 0.63rem;
-  color: #333;
-  opacity: 0.8;
-  font-size: 0.69rem;
-  font-weight: 400;
-}
-.container .footer .foot-btn-wrap {
-  margin-left: auto;
-  display: flex;
-  gap: 0.63rem;
-  align-items: center;
-}
-.container .footer .foot-btn-wrap button {
-  background: #111111;
-  min-width: 6.81rem;
-  padding: 0 0.94rem;
-  height: 1.56rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.69rem;
-  font-weight: 600;
-}
-.container .footer .foot-btn-wrap button .ico {
-  width: 0.81rem;
-  height: 0.81rem;
-  margin-right: 0.5rem;
-  background: no-repeat center/100%;
-}
-.container .footer .foot-btn-wrap button .ico.ico1 {
-  background-image: url("../img/ico_event_view.svg");
-}
-.container .footer .foot-btn-wrap button .ico.ico2 {
-  background-image: url("../img/ico_event_pop.svg");
-}
-.container .footer .foot-logo {
-  width: 11.69rem;
-  height: 1.44rem;
-  margin-left: 0.31rem;
-  font-size: 0;
-  background: url("../img/logo_foot2.svg") no-repeat center/100%;
-}
-
-@media (max-height: 1079px) {
-  .container .header .gnb .gnb-bg {
-    top: 90px;
-  }
-  .container .content {
-    height: calc(100vh - 148px);
-  }
-}
-.v-application__wrap {
-  min-width: 1920px;
-}
-
-/* --- common type --- */
-.txt-field-box {
-  position: relative;
-  width: 100%;
-}
-.txt-field-box.error .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding-right: 2.56rem !important;
-  border-color: #FF8C8C !important;
-}
-.txt-field-box.error .ico {
-  display: block;
-  background: url("../img/ico_error.svg") no-repeat center/100%;
-}
-.txt-field-box .ico {
-  display: none;
-  position: absolute;
-  width: 1.13rem;
-  height: 1.13rem;
-  right: 0.94rem;
-  top: 50%;
-  margin-top: -0.565rem;
-}
-
-.custom-input.v-text-field {
-  flex: 0 0 auto;
-  width: 100%;
-  min-height: 3.63rem;
-  padding: 0;
-  margin: 0;
-  flex-direction: column;
-}
-
-
-
-.custom-input.v-text-field.success-input {
-  flex-direction: column;
-}
-.custom-input.v-text-field.success-input .v-input__append-outer {
-  width: 100%;
-  margin: 0;
-}
-.custom-input.v-text-field.success-input .v-input__append-outer .input-success {
-  padding: 0 1rem;
-  margin: 0.25rem 0 0;
-  letter-spacing: -0.02rem;
-  line-height: 1rem;
-  white-space: nowrap;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-input.v-text-field.v-input--is-disabled {
-  background: #f6f6f6 !important;
-}
-.custom-input.v-text-field.v-input--is-disabled .v-input__prepend-outer .v-input__icon {
-  opacity: 0.5;
-}
-.custom-input.v-text-field.v-input--is-disabled .v-input__control .v-input__slot .v-text-field__slot input {
-  color: #999;
-}
-.custom-input.v-text-field.v-input--is-focused .v-input__control .v-input__slot {
-  border-color: #584DE4 !important;
-}
-.custom-input.v-text-field.v-input--error .v-input__details {
-  display: block;
-  width: 100%;
-}
-.custom-input.v-text-field.v-input--error .v-input__details .v-messages {
-  color: #FF4C6D;
-  text-align: left;
-}
-.custom-input.v-text-field.mini {
-  min-height: 2.25rem;
-}
-.custom-input.v-text-field.mini .v-input__control {
-  height: 2.25rem;
-}
-.custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.94rem;
-  height: 2.25rem;
-  min-height: 2.25rem;
-  font-size: 0.75rem;
-  color: #444;
-  border: 0.06rem solid #e0e0e0;
-}
-.custom-input.v-text-field.mini2 {
-  min-height: 2.5rem;
-}
-.custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.5rem;
-}
-.custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.94rem;
-  height: 2.5rem;
-  min-height: 2.5rem;
-  font-size: 0.81rem;
-  color: #444;
-  border: 0.06rem solid #e0e0e0;
-}
-.custom-input.v-text-field.cursor {
-  cursor: pointer;
-}
-.custom-input.v-text-field.cursor .v-input__control .v-field__field .v-field__input:-moz-read-only {
-  cursor: pointer;
-}
-.custom-input.v-text-field.cursor .v-input__control .v-field__field .v-field__input:read-only {
-  cursor: pointer;
-}
-.custom-input.v-text-field .v-input__prepend-outer {
-  margin: 0 0 0 0.75rem;
-}
-.custom-input.v-text-field .v-input__prepend-outer .v-icon {
-  display: inline-block;
-  width: 1.25rem;
-  height: 1.25rem;
-  font-size: 0;
-  background: url("../assets/img/ico_calendar.svg") no-repeat center;
-}
-.custom-input.v-text-field .v-input__prepend-outer .v-icon:before {
-  display: none;
-  content: "";
-}
-.custom-input.v-text-field .v-input__control {
-  width: 100%;
-  height: 3.63rem;
-}
-.custom-input.v-text-field .v-input__control .v-field__overlay {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-field__loader {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-field {
-  opacity: 1;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  height: 3.63rem;
-  min-height: 3.63rem;
-  padding: 0 1.25rem;
-  border: 0.06rem solid #E9E9E9;
-  background: #fff;
-  border-radius: 0;
-  color: #000;
-  font-size: 0.88rem;
-  font-weight: 400;
-  letter-spacing: -0.02rem;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input:-moz-read-only {
-  color: #9E9E9E;
-  background: #F0F0F0;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input:read-only {
-  color: #9E9E9E;
-  background: #F0F0F0;
-}
-.custom-input.v-text-field .v-input__control .v-field__outline:before, .custom-input.v-text-field .v-input__control .v-field__outline:after {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot {
-  height: 2.5rem;
-  margin: 0;
-  border: 0.06 solid #E9E9E9;
-  border-radius: 0;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot:before, .custom-input.v-text-field .v-input__control .v-input__slot:after {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot {
-  height: 3.63rem;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
-  display: block;
-  max-height: 3.63rem;
-  padding: 0 0.75rem;
-  letter-spacing: -0.02rem;
-  color: #000;
-  font-weight: 600;
-  font-size: 0.88rem;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input::-moz-placeholder {
-  font-weight: 400;
-  color: #999990;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input::placeholder {
-  font-weight: 400;
-  color: #999990;
-}
-.custom-input.v-text-field .v-input__control .v-text-field__details {
-  overflow: inherit !important;
-  display: none;
-  transition: none !important;
-}
-.custom-input.v-text-field .v-input__control .v-text-field__details .v-messages__message {
-  padding: 0 0.81rem;
-  margin-top: 0.25rem;
-  letter-spacing: -0.02rem;
-  line-height: 1rem;
-  white-space: nowrap;
-  font-size: 0.75rem;
-  font-weight: 600;
-  color: #E50A0A;
-  transition: none !important;
-  overflow: visible !important;
-}
-.custom-input.v-text-field .v-input__details {
-  display: none;
-}
-
-p.error-txt {
-  color: #E50A0A !important;
-  font-size: 0.88rem !important;
-  line-height: 0.88rem !important;
-  font-weight: 400 !important;
-  margin: 0.75rem 0 0;
-  text-align: left !important;
-}
-
-p.success-txt {
-  color: #007AFF !important;
-  font-size: 0.88rem !important;
-  line-height: 0.88rem !important;
-  font-weight: 400 !important;
-  margin: 0.75rem 0 0;
-  text-align: left !important;
-}
-
-.input-field-box:has(.v-field--focused) .ico-cancel {
-  display: block;
-}
-
-.custom-check.v-input {
-  padding: 0;
-  margin: 0;
-  cursor: pointer;
-}
-.custom-check.v-input.v-input--is-disabled {
-  opacity: 0.5;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  min-width: 1rem;
-  width: 1rem;
-  height: 1rem;
-  border: 0;
-  background: url("../img/ico_chk_off.svg") no-repeat center;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-checkbox-marked {
-  background-image: url("../img/ico_chk_on.svg");
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-label {
-  height: auto;
-  padding-left: 0.94rem;
-  margin: 0;
-  font-size: 0.81rem;
-  font-weight: 400;
-  color: #333;
-  opacity: 1;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-label span {
-  padding-left: 0.19rem;
-  font-weight: 700;
-  color: #007AFF;
-}
-.custom-check.v-input .v-input__control .v-selection-control {
-  min-height: auto;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input:before {
-  display: none;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  min-width: 1rem;
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon:before {
-  display: none;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-checkbox-marked {
-  background: url("../img/ico_chk.svg") no-repeat center/100%;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-ripple__container {
-  display: none !important;
-  background: transparent !important;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-label {
-  height: auto;
-  margin-left: 0.63rem;
-  font-size: 0.81rem;
-  font-weight: 400;
-  color: #000;
-  opacity: 1;
-}
-
-.custom-radio.v-input {
-  padding: 0;
-  margin: 0;
-}
-.custom-radio.v-input.v-input--radio-group--column .v-input--radio-group__input .v-radio {
-  margin-bottom: 0;
-}
-.custom-radio.v-input.picker-terms {
-  height: 2.25rem;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group {
-  gap: 0.2604166667vw;
-  flex-wrap: nowrap;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio {
-  position: relative;
-  margin: 0;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_n .v-label {
-  width: 4.53125vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_h .v-label {
-  width: 3.6458333333vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_d .v-label {
-  width: 3.59375vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_w .v-label {
-  width: 3.75vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  display: none;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio .v-label {
-  justify-content: center;
-  padding: 0;
-  height: 2.25rem;
-  margin: 0;
-  border: 0.06rem solid #BACBDE;
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #56779B;
-  background: #fff;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.v-selection-control--dirty .v-label {
-  color: #007AFF;
-  font-weight: 700;
-  border-color: #007AFF;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio {
-  margin-right: 1.88rem;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio:last-of-type {
-  margin-right: 0;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  width: 1.06rem;
-  height: 1.06rem;
-  min-width: 1.06rem;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  width: 1.06rem;
-  height: 1.06rem;
-  min-width: 1.06rem;
-  border-color: #C0C0C0;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-  background: #007AFF;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-label {
-  padding-left: 0.75rem;
-  margin: 0;
-  color: #333;
-  font-size: 0.75rem;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio {
-  margin-right: 1.25rem;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio:last-of-type {
-  margin-right: 0;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  min-width: 0.94rem;
-  width: 0.94rem;
-  height: 0.94rem;
-  opacity: 1;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 0.94rem;
-  height: 0.94rem;
-  border-radius: 0;
-  opacity: 1;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input:before {
-  display: none;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  min-width: 0.94rem;
-  width: 0.94rem;
-  height: 0.94rem;
-  border-radius: 100%;
-  border: 0.06rem solid #9B9B9B;
-  opacity: 1;
-  position: relative;
-  background: #fff;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon:before {
-  display: none;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #064F9E;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-  background: #064f9e;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-ripple__container {
-  display: none !important;
-  background: transparent !important;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.63rem;
-  color: #000;
-  font-size: 0.81rem;
-  font-weight: 400;
-  opacity: 1;
-}
-.custom-radio.v-input .v-input__details {
-  display: none;
-}
-
-.custom-btn.v-btn.v-btn--density-default {
-  width: 100%;
-  height: 3.63rem;
-  border-radius: 0;
-  box-shadow: none;
-  padding: 0 0.63rem;
-}
-.custom-btn.v-btn.v-btn--density-default:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue {
-  background: #064F9E;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue .v-btn__content {
-  color: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue2 {
-  background: #007AFF;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled {
-  background: #C5CDD4 !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue2 .v-btn__content {
-  color: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue-bor {
-  background: transparent;
-  border: 0.06rem solid rgba(3, 78, 162, 0.5);
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue-bor .v-btn__content {
-  color: #034EA2;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-white {
-  border: 0.06rem solid #DFE7EF;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content {
-  color: #9DA9B6;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-reg {
-  background: #007AFF;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-reg .v-btn__content {
-  color: #fff;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-reg .v-btn__content .ico {
-  width: 18px;
-  height: 18px;
-  margin-right: 0.37rem;
-  background-image: url("../img/ico_reg.svg");
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray {
-  border: 0.06rem solid #DFE4EA;
-  background: #F4F6F9;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray.v-btn--disabled {
-  background: #fff !important;
-  border-color: #BDC5CE !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray.v-btn--disabled .v-btn__content {
-  color: #6E7E8F !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray .v-btn__content {
-  color: #9DAAB8;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #5A6571;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-black .v-btn__content {
-  color: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor {
-  border: 0.06rem solid #BDC5CE;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor .v-btn__content {
-  color: #6E7E8F;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 {
-  border: 0.06rem solid #BDC5CE;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled {
-  background: #F4F6F9 !important;
-  border-color: #DFE4EA !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled .v-btn__content {
-  color: #9DAAB8 !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 .v-btn__content {
-  color: #5A6571;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor3 {
-  border: 0.06rem solid #8F8F8F;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor3 .v-btn__content {
-  color: #333333;
-}
-.custom-btn.v-btn.v-btn--density-default.v-btn--disabled {
-  background: #B3BFCD !important;
-}
-.custom-btn.v-btn.v-btn--density-default.v-btn--disabled .v-btn__content {
-  color: #fff !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel {
-  width: 8.25rem;
-  border: 0.06rem solid #98CC9B;
-  height: 2.25rem;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled {
-  background-color: #F4F6F9 !important;
-  border-color: #DFE4EA !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .ico {
-  background-image: url("../img/ico_excel_d.svg") !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content {
-  color: #9DAAB8 !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.up {
-  border-color: #93C7FF;
-  width: 7.5rem;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.up .ico {
-  background-image: url("../img/ico_excel2.svg") !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.up .v-btn__content {
-  color: #007AFF !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  margin-right: 0.63rem;
-  background: url("../img/ico_excel.svg") no-repeat center/100%;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel .v-btn__content {
-  color: #19791E;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #034EA2;
-  height: 1.81rem;
-  width: 6.88rem;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-password .v-btn__content {
-  color: #FFFFFF;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.mini {
-  width: 84px;
-  height: 2.25rem;
-  padding: 0 2.31rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mini .v-btn__content {
-  font-size: 0.75rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mini2 {
-  height: 2.5rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mini2 .v-btn__content {
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.mid {
-  height: 2.25rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mid .v-btn__content {
-  font-size: 0.75rem;
-}
-.custom-btn.v-btn.v-btn--density-default .v-btn__overlay {
-  display: none;
-}
-.custom-btn.v-btn.v-btn--density-default .v-btn__underlay {
-  display: none;
-}
-.custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.94rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-  text-transform: none;
-}
-
-.custom-dialog {
-  background: #fff;
-}
-.custom-dialog.alert .v-common-dialog-content {
-  padding: 2.5rem 1.56rem 2.19rem 1.56rem;
-}
-.custom-dialog.alert .v-common-dialog-content .alert-txt {
-  text-align: left;
-  color: #222222;
-  font-size: 0.88rem;
-  font-weight: 400;
-  line-height: 1.63rem;
-}
-.custom-dialog.alert .btn-wrap {
-  padding-top: 0;
-}
-.custom-dialog.certify .modal-tit {
-  position: relative;
-  padding: 0;
-  height: auto;
-  border: 0;
-}
-.custom-dialog.certify .modal-tit .btn-close {
-  position: absolute;
-  right: 0.94rem;
-  top: 0.94rem;
-}
-.custom-dialog.certify .v-common-dialog-content {
-  padding-top: 2.81rem;
-  overflow: hidden;
-}
-.custom-dialog.certify .btn-wrap {
-  padding-bottom: 2.81rem;
-}
-.custom-dialog.certify .btn-wrap .custom-btn {
-  height: 2.63rem;
-}
-.custom-dialog .modal-tit {
-  display: flex;
-  align-items: center;
-  height: 3.63rem;
-  border-bottom: 0.06rem solid #EEEEEE;
-  padding: 0 1.25rem 0 1.56rem;
-}
-.custom-dialog .modal-tit strong {
-  color: #034EA2;
-  font-size: 0.81rem;
-  font-weight: 600;
-  display: block;
-}
-.custom-dialog .modal-tit .btn-close {
-  width: 1.5rem;
-  height: 1.5rem;
-  margin-left: auto;
-  background: url("../img/ico_pop_close.svg") no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content {
-  padding: 1.56rem 1.56rem 0 1.56rem;
-  max-height: calc(100vh - 18.33rem);
-  overflow-y: auto;
-}
-.custom-dialog .v-common-dialog-content:has(.dialog-tree) {
-  overflow-y: hidden;
-}
-.custom-dialog .v-common-dialog-content .find-pwd p {
-  color: #222;
-  display: block;
-  font-weight: 400;
-  font-size: 0.88rem;
-  margin-bottom: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .txt-field-box {
-  margin-bottom: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .otp-box {
-  display: flex;
-  gap: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .otp-box .txt-field-box {
-  width: calc(100% - 6.82rem);
-  margin: 0;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .otp-box .btn-blue-bor {
-  width: 5.88rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .txt-list {
-  padding-bottom: 1.25rem;
-  margin-top: 2.19rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg {
-  background: url("../img/bg_otp_reg.png") no-repeat right top/16.69rem auto;
-  margin-top: -1.56rem;
-  padding-top: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg.bg-not {
-  background: none;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box {
-  margin-top: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box:first-of-type {
-  margin-top: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-box-tit {
-  display: block;
-  color: #000;
-  font-size: 0.94rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-  margin-bottom: 1.13rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .txt-list {
-  padding-bottom: 0.63rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step {
-  margin-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul {
-  display: flex;
-  justify-content: space-between;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li {
-  width: 4.69rem;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li:after {
-  content: "";
-  width: 1.25rem;
-  height: 1.25rem;
-  right: -2.25rem;
-  top: 1.56rem;
-  position: absolute;
-  background: url("../img/ico_step_arr.svg") no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li:last-of-type:after {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico {
-  background: #F7F7F7 no-repeat center/1.25rem;
-  height: 4.69rem;
-  width: 4.69rem;
-  border-radius: 100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico1 {
-  background-image: url("../img/ico_otp_step1.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico2 {
-  background-image: url("../img/ico_otp_step2.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico3 {
-  background-image: url("../img/ico_otp_step3.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico4 {
-  background-image: url("../img/ico_otp_step4.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico5 {
-  background-image: url("../img/ico_otp_step5.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .numbering {
-  background: #034EA2;
-  border-radius: 100%;
-  height: 1.25rem;
-  width: 2.31rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  margin-top: -0.63rem;
-  color: #fff;
-  font-size: 0.63rem;
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li p {
-  text-align: center;
-  color: #333;
-  font-size: 0.81rem;
-  letter-spacing: -0.02rem;
-  margin-top: 0.63rem;
-  line-height: 1rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify {
-  background: #F8F8F8;
-  border: 0.06rem solid #EBEBEB;
-  padding: 1.88rem 0;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo {
-  margin-bottom: 1.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo span {
-  display: block;
-  height: 0.81rem;
-  width: 100%;
-  font-size: 0;
-  background: url("../img/logo_login.svg") no-repeat center/auto 0.81rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo p {
-  margin-top: 0.38rem;
-  font-weight: 400;
-  text-align: center;
-  color: #333;
-  font-size: 0.88rem;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .txt-field-box {
-  width: 18.75rem;
-  margin-bottom: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .error-txt {
-  margin-top: 0.25rem;
-  width: 18.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-input.v-text-field.mini {
-  min-height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-input.v-text-field.mini .v-input__control {
-  height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  height: 2.5rem;
-  min-height: 2.5rem;
-  font-size: 0.81rem;
-  border: 0.06rem solid #E4E4E4;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn {
-  width: 18.75rem;
-  margin-top: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn .v-btn__content {
-  font-weight: 700;
-  font-size: 0.81rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-chk {
-  margin-top: 1.63rem;
-  padding-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-txt {
-  line-height: 0.94rem;
-  color: #000;
-  font-size: 0.94rem;
-  font-weight: 600;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-txt.type2 {
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step {
-  margin-top: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box {
-  margin-bottom: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box:last-of-type {
-  margin-bottom: 0;
-  padding-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.06rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit .num {
-  width: 3.75rem;
-  height: 1.69rem;
-  border-radius: 6.25rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-weight: 600;
-  font-size: 0.69rem;
-  margin-right: 0.81rem;
-  background: #0078FF;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit strong {
-  color: #000;
-  font-size: 0.81rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download {
-  display: flex;
-  background: #F8F8F8;
-  border: 0.06rem solid #EBEBEB;
-  padding: 1.25rem 0;
-  margin-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 100%;
-  gap: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store button {
-  width: 8.81rem;
-  height: 2.5rem;
-  font-size: 0;
-  background: no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store button.btn-google {
-  background-image: url("../img/btn_goolge_play.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store button.btn-app {
-  background-image: url("../img/btn_app_store.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .qr {
-  padding: 0 2.38rem;
-  display: flex;
-  flex-shrink: 0;
-  height: 4.38rem;
-  align-items: center;
-  border-left: 0.06rem solid #DCDCDC;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .qr .img {
-  width: 3.75rem;
-  height: 3.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .qr .img img {
-  width: 100%;
-  height: 100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box {
-  padding: 1.25rem 2.5rem;
-  display: flex;
-  margin-bottom: 1.56rem;
-  align-items: center;
-  background: #F8F8F8;
-  border: 0.06rem solid #EBEBEB;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box .qr {
-  width: 3.75rem;
-  height: 3.75rem;
-  flex-shrink: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box .qr img {
-  width: 100%;
-  height: 100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box p {
-  margin-left: 3.44rem;
-  color: #000;
-  font-size: 0.88rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box p span {
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .txt-field-box {
-  margin-top: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .certify-y .ico {
-  display: block;
-  margin: 0 auto;
-  width: 4.38rem;
-  height: 4.38rem;
-  background: #E9EBEE url("../img/ico_certify_y.svg") no-repeat center/2.25rem;
-  border-radius: 100%;
-}
-.custom-dialog .v-common-dialog-content .certify-y .certify-txt {
-  text-align: center;
-  font-weight: 400;
-  font-size: 1rem;
-  margin-top: 1.25rem;
-  color: #222222;
-}
-.custom-dialog .v-common-dialog-content .certify-y .certify-txt span {
-  font-weight: 700;
-  color: #034EA2;
-}
-.custom-dialog .v-common-dialog-content .info-mod {
-  padding-bottom: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .mod-txt {
-  color: #222;
-  font-size: 0.88rem;
-  font-weight: 400;
-  margin-bottom: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step {
-  display: flex;
-  gap: 3.38rem;
-  flex-direction: column;
-  padding-bottom: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box {
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box:before {
-  position: absolute;
-  width: 1.5rem;
-  height: 1.5rem;
-  bottom: -2.44rem;
-  left: 50%;
-  transform: translateX(-50%);
-  background: url("../img/ico_step_arr2.svg") no-repeat center/100%;
-  content: "";
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box:last-of-type:before {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-top {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.06rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-top .step {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 3.75rem;
-  height: 1.69rem;
-  border-radius: 6.25rem;
-  color: #fff;
-  margin-right: 0.81rem;
-  font-size: 0.69rem;
-  font-weight: 600;
-  background: #0078FF;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-top strong {
-  color: #000;
-  font-weight: 700;
-  font-size: 0.88rem;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box {
-  background: #F8F8F8;
-  border: 0.06rem solid #ebebeb;
-  display: flex;
-  padding: 1.25rem 0;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 {
-  flex-direction: column;
-  padding: 1.81rem 2.44rem 1.5rem 2.44rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 p {
-  text-align: center;
-  color: #444444;
-  font-size: 0.81rem;
-  letter-spacing: -0.02rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 p.txt2 {
-  margin-top: 0.56rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 p span {
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  width: 3.75rem;
-  height: 1.69rem;
-  border-radius: 6.25rem;
-  color: #fff;
-  margin: 0 0.5rem;
-  font-size: 0.69rem;
-  font-weight: 600;
-  background: #0078FF;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-txt {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 100%;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-txt p {
-  display: inline-block;
-  text-align: left;
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-  letter-spacing: -0.02rem;
-  line-height: 1.63rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area {
-  padding: 0.88rem 1.81rem;
-  margin-left: auto;
-  flex-shrink: 0;
-  border-left: 0.06rem solid #DCDCDC;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area .custom-btn.btn-download {
-  width: 8.75rem;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area .custom-btn.btn-download .ico {
-  width: 1rem;
-  height: 1rem;
-  background: url("../img/ico_download.svg") no-repeat center/100%;
-  margin-left: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area .custom-btn.btn-download .v-btn__content {
-  font-size: 0.81rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file {
-  margin-top: 1.56rem;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input {
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__prepend {
-  grid-area: none;
-  margin: 0;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__prepend .v-icon {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control {
-  background: transparent;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field {
-  height: 2.25rem;
-  padding: 0;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__overlay {
-  background: transparent;
-  opacity: 1;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field {
-  height: 2.25rem;
-  padding-right: 6.88rem;
-  position: relative;
-  cursor: pointer;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field .v-label {
-  width: 100%;
-  height: 100%;
-  width: 6.25rem;
-  overflow: visible !important;
-  margin: 0 !important;
-  position: absolute;
-  right: 0;
-  top: 0;
-  display: none;
-  transform: none;
-  contain: none;
-  cursor: pointer;
-  transition: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field .v-label.v-field-label--floating {
-  display: block !important;
-  visibility: visible !important;
-  opacity: 1 !important;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field .v-field__input {
-  height: 2.25rem;
-  min-height: 2.25rem;
-  padding: 0 0.94rem;
-  color: #444444;
-  font-size: 0.75rem;
-  font-weight: 400;
-  border: 0.06rem solid #E0E0E0;
-  background: #fff;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field input {
-  cursor: pointer;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__clearable {
-  position: absolute;
-  right: 7.31rem;
-  top: 50%;
-  transform: translateY(-50%);
-  z-index: 5;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__outline {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .btn-file {
-  width: 100px;
-  height: 2.25rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  background: #f8f8f8;
-  border: 0.06rem solid rgba(3, 78, 162, 0.3);
-  color: #034EA2;
-  font-weight: 700;
-  font-size: 0.81rem;
-  letter-spacing: -0.02rem;
-  cursor: pointer;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .tbl-wrap .custom-table.v-table .v-table__wrapper {
-  max-height: 18.1481481481vh;
-  min-height: auto;
-  height: auto;
-}
-.custom-dialog .v-common-dialog-content .backup-name-dns {
-  display: flex;
-  align-items: flex-start;
-  justify-content: flex-start;
-  flex-direction: column;
-  margin-bottom: 1.25rem;
-  gap: 0.875rem;
-}
-.custom-dialog .v-common-dialog-content .backup-name-dns strong {
-  color: #222222;
-  font-weight: 700;
-  font-size: 0.88rem;
-  flex-shrink: 0;
-}
-.custom-dialog .v-common-dialog-content .backup-name-dns p {
-  color: #222222;
-  font-weight: 700;
-  font-size: 0.88rem;
-  flex-shrink: 0;
-}
-.custom-dialog .v-common-dialog-content .notice-img {
-  border: 0.06rem solid #D0E7FF;
-  display: flex;
-  align-items: center;
-  padding: 1.19rem 1.88rem;
-  margin-bottom: 2.19rem;
-  background: #E4F1FF url("../img/bg_popup.svg") no-repeat center top/100% auto;
-}
-.custom-dialog .v-common-dialog-content .notice-img .ico {
-  width: 5.13rem;
-  height: 5.13rem;
-  background: url("../img/img_popup.svg") no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content .notice-img .notice-info {
-  padding-left: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .notice-img .notice-info strong {
-  color: #111;
-  font-size: 1.13rem;
-  font-weight: 700;
-  line-height: 1.13rem;
-  display: block;
-  text-align: left;
-  letter-spacing: -0.01rem;
-  margin-bottom: 1.38rem;
-}
-.custom-dialog .v-common-dialog-content .notice-img .notice-info p {
-  color: #555555;
-  font-size: 0.88rem;
-  font-weight: 400;
-  text-align: left;
-  letter-spacing: -0.01rem;
-}
-.custom-dialog .v-common-dialog-content .notice-txt {
-  padding-bottom: 1.25rem;
-  word-break: break-all;
-  color: #333;
-  font-size: 0.88rem;
-  letter-spacing: -0.02rem;
-  line-height: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .map-area {
-  height: 25rem;
-  border: 0.06rem solid #F7F8F9;
-  background: #FAFAFA;
-}
-.custom-dialog .v-common-dialog-content .map-address {
-  display: flex;
-  align-items: center;
-  padding: 0.63rem;
-  background: #FAFAFA;
-  border: 0.06rem solid #F7F8F9;
-  margin: 0.63rem 0 0;
-}
-.custom-dialog .v-common-dialog-content .map-address strong {
-  color: #111;
-  font-weight: 700;
-  flex-shrink: 0;
-  font-size: 0.88rem;
-}
-.custom-dialog .v-common-dialog-content .map-address p {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 600;
-  width: 100%;
-  padding-left: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content .dialog-tree {
-  padding: 0.94rem 0.31rem 0.94rem 0.94rem;
-  border: 0.06rem solid #F7F8F9;
-}
-.custom-dialog .v-common-dialog-content .dialog-tree .tree-area {
-  max-height: calc(100vh - 25rem);
-}
-.custom-dialog .btn-wrap {
-  display: flex;
-  padding: 2.19rem 0 3.44rem;
-  justify-content: center;
-  gap: 0.69rem;
-}
-
-.custom-table.v-table {
-  position: relative;
-}
-.custom-table.v-table.backup-table .v-table__wrapper {
-  min-height: 196px;
-  height: 18.1481481481vh;
-}
-.custom-table.v-table .v-table__wrapper {
-  border-top: 0.06rem solid #CCCCCC;
-  height: 49.9074074074vh;
-  min-height: 539px;
-}
-.custom-table.v-table .v-table__wrapper table {
-  table-layout: fixed;
-}
-.custom-table.v-table .v-table__wrapper table thead tr th {
-  height: 47px;
-  padding: 1.3888888889vh 10px 1.2962962963vh;
-  background: #FAFAFA !important;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  box-shadow: none;
-  box-shadow: inset 0 -0.06rem 0 #EBEBEB !important;
-  vertical-align: middle;
-}
-.custom-table.v-table .v-table__wrapper table thead tr th .v-data-table-header__content {
-  justify-content: center;
-  text-align: center;
-}
-.custom-table.v-table .v-table__wrapper table thead tr th .v-data-table-header__content span {
-  margin-left: 1.13rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr.cursor td {
-  cursor: pointer;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr:hover td {
-  background: rgba(89, 146, 255, 0.12);
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td {
-  min-height: 49px;
-  height: 4.537037037vh;
-  padding: 0.63rem 0.63rem 0.56rem 0.63rem;
-  color: #222222;
-  text-align: center;
-  font-size: 0.75rem;
-  font-weight: 400;
-  vertical-align: middle;
-  border-bottom: 0.06rem solid #EBEBEB !important;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .ellipsis {
-  display: block;
-  width: 100%;
-  overflow: hidden;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  word-break: break-all;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .cusror {
-  cursor: pointer;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-session-end {
-  display: flex;
-  margin: 0 auto;
-  align-items: center;
-  justify-content: center;
-  width: 6.44rem;
-  height: 1.81rem;
-  border-radius: 6.25rem;
-  background: #2C3744;
-  padding: 0;
-  box-shadow: none;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-session-end .v-btn__content {
-  color: #fff;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: 0;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-session-end .v-btn__content .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  background: url("../img/ico_end.svg");
-  margin-right: 0.59rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .result-color {
-  display: flex;
-  width: 3.31rem;
-  height: 1.81rem;
-  margin: 0 auto;
-  border-radius: 6.25rem;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .result-color.type-blue {
-  background: #064F9E;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .result-color.type-red {
-  background: #FF2426;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state {
-  padding: 0 0.75rem;
-  display: inline-flex;
-  align-items: center;
-  font-size: 0.75rem;
-  height: 1.81rem;
-  border-radius: 6.25rem;
-  font-weight: 600;
-  border: 0.06rem solid;
-  background: #fff;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state1 {
-  border-color: rgba(0, 122, 255, 0.5);
-  color: #007AFF;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state1 .ico {
-  background-image: url("../img/ico_state1.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state2 {
-  border-color: rgba(255, 36, 38, 0.5);
-  color: #FF2426;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state2 .ico {
-  background-image: url("../img/ico_state2.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state3 {
-  border-color: rgba(255, 131, 0, 0.5);
-  color: #FF8300;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state3 .ico {
-  background-image: url("../img/ico_state3.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  background: no-repeat center/100%;
-  margin-right: 0.31rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup {
-  border: 0.06rem solid rgba(70, 118, 173, 0.4);
-  border-radius: 6.25rem;
-  height: 1.81rem;
-  display: inline-flex;
-  margin: 0 auto;
-  align-items: center;
-  padding: 0 0.75rem;
-  letter-spacing: 0;
-  box-shadow: none;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content {
-  color: #487EBD;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: 0;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  background: no-repeat center/100%;
-  margin-right: 0.31rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico1 {
-  background-image: url("../img/ico_backup1.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico2 {
-  background-image: url("../img/ico_backup2.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico3 {
-  background-image: url("../img/ico_backup3.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico4 {
-  background-image: url("../img/ico_backup4.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn {
-  width: 100%;
-  justify-content: center;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select {
-  width: 8.63rem;
-  flex: none;
-  height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field {
-  height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field .v-field__field {
-  height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field .v-field__field .v-field__input {
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field .v-field__field .v-field__input .v-btn__content {
-  color: #6E7E8F;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-btn {
-  padding: 0;
-  min-width: 2.94rem;
-  width: 2.94rem;
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-selection-control__input::before {
-  display: none;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon {
-  opacity: 1;
-  width: 1.06rem;
-  min-width: 1.06rem;
-  height: 1.06rem;
-  background: no-repeat center/100%;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon::before {
-  display: none;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-checkbox-blank-outline {
-  background-image: url("../img/ico_chk_off.svg");
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-checkbox-marked {
-  background-image: url("../img/ico_chk_on.svg");
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-minus-box {
-  background: #007AFF;
-  position: relative;
-  overflow: hidden;
-  width: 1.06rem;
-  height: 1.06rem;
-  min-width: 1.06rem;
-  border-radius: 0.31rem;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-minus-box:before {
-  display: block;
-  color: #007AFF;
-  width: 1.06rem;
-  height: 1.06rem;
-  font-size: 1.44rem;
-  position: absolute;
-  top: -0.19rem;
-  left: -0.19rem;
-  border: 0;
-  background: #fff;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-ripple__container {
-  display: none;
-}
-.custom-table.v-table .v-data-table-footer,
-.custom-table.v-table .v-divider {
-  display: none;
-}
-.custom-table.v-table .tbl-no-data {
-  min-height: 5rem;
-  padding: 0.63rem 0;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-}
-.custom-table.v-table .tbl-no-data .ico-excel {
-  width: 2.5rem;
-  height: 2.5rem;
-  display: inline-block;
-  background: url("../img/ico_not_excel.svg") no-repeat center/100%;
-  margin-bottom: 0.63rem;
-}
-.custom-table.v-table .tbl-no-data p {
-  text-align: center;
-  color: #333333;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-
-.connect-state {
-  display: flex;
-  margin: 0 auto;
-  align-items: center;
-  width: 8.38rem;
-  height: 1.81rem;
-  border-radius: 6.25rem;
-  padding: 0 0.88rem;
-  font-weight: 600;
-  font-size: 0.75rem;
-  color: #2D8CFA;
-  border: 0.06rem solid #2D8CFA;
-  background: #fff;
-}
-.connect-state.state-red {
-  border-color: #FFBABB;
-  color: #FF2426;
-}
-.connect-state.state-red .cir {
-  background: #FF2426;
-}
-.connect-state .cir {
-  width: 0.69rem;
-  height: 0.69rem;
-  border-radius: 100%;
-  margin-right: auto;
-  background: #2D8CFA;
-}
-
-.severity-type {
-  width: 4.56rem;
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  height: 1.81rem;
-  color: #fff;
-  font-size: 0.63rem;
-  font-weight: 600;
-}
-.severity-type.type-critical {
-  background: #FF2426;
-}
-.severity-type.type-major {
-  background: #FF7236;
-}
-.severity-type.type-minor {
-  background: #FFB800;
-}
-.severity-type.type-warning {
-  background: #C10002;
-}
-.severity-type.type-normal {
-  background: #064F9E;
-}
-.severity-type.type-not {
-  color: #222222;
-  font-weight: 400;
-}
-
-.custom-select.v-input.not-detail .v-input__details {
-  display: none;
-}
-.custom-select.v-input.v-select--selected .v-input__control .v-field .v-field__field .v-label {
-  display: none;
-}
-.custom-select.v-input.v-input--error .v-input__control .v-field .v-field__outline {
-  border-color: #FF4C6D !important;
-}
-.custom-select.v-input.v-input--error .v-input__details {
-  display: block;
-  width: 100%;
-  padding: 0.38rem 0.63rem 0 0.63rem;
-}
-.custom-select.v-input.v-input--error .v-input__details .v-messages {
-  color: #FF4C6D;
-  text-align: left;
-}
-.custom-select.v-input .v-input__control .v-field {
-  height: 2.25rem;
-  padding-right: 0;
-  background: #fff;
-}
-.custom-select.v-input .v-input__control .v-field.v-field--active .v-label {
-  visibility: visible;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__overlay {
-  display: none;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field {
-  height: 2.25rem;
-  padding-left: 0.94rem;
-  overflow: hidden;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field .v-label {
-  display: flex;
-  align-items: center;
-  position: static !important;
-  top: 0 !important;
-  height: 2.25rem;
-  font-size: 0.75rem;
-  color: #444444;
-  font-weight: 400;
-  margin: 0;
-  width: 100%;
-  opacity: 1;
-  min-width: 100%;
-  letter-spacing: 0;
-  transition: none !important;
-  transform: none !important;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input {
-  padding: 0;
-  height: 2.25rem;
-  min-height: 2.25rem;
-  opacity: 1;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon {
-  width: 0.75rem;
-  height: 0.75rem;
-  margin-right: 0.88rem;
-  min-width: 0.75rem;
-  background: url("/assets/img/ico_slt.svg") no-repeat center/100%;
-  opacity: 1;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon:before {
-  display: none;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__outline {
-  border-radius: 0;
-  border: 0.06rem solid #E0E0E0;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__outline > div {
-  display: none;
-}
-.custom-select.v-input .v-input__details {
-  display: none;
-}
-
-.custom-textarea.v-textarea .v-input__control {
-  border: 0.06rem solid #E0E0E0;
-  border-radius: 0;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__overlay {
-  background: transparent;
-  opacity: 1;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__field .v-field__input {
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #444;
-  letter-spacing: 0;
-  padding: 0.94rem;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__field .v-field__input::-moz-placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__field .v-field__input::placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__outline {
-  display: none;
-}
-.custom-textarea.v-textarea .v-input__details {
-  display: none;
-}
-
-.v-menu {
-  border-radius: 0 !important;
-  box-shadow: none;
-}
-.v-menu > .v-overlay__content {
-  border-radius: 0 !important;
-  box-shadow: none;
-  background: transparent;
-}
-.v-menu .v-list {
-  border: 0.06rem solid #E0E0E0;
-  padding: 0;
-  margin-top: 0.06rem;
-  box-shadow: none;
-  overflow: hidden;
-  background: #fff;
-}
-.v-menu .v-list .v-list-item {
-  background: none;
-  min-height: 2.25rem;
-  padding: 0.38rem;
-  border-radius: 0;
-}
-.v-menu .v-list .v-list-item .v-list-item-title {
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-
-.calendar-wrap {
-  display: flex;
-  align-items: center;
-  margin-left: 1.09375vw;
-}
-.calendar-wrap .text {
-  padding: 0 0.5208333333vw;
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-
-.calendar .dp__input_wrap {
-  position: relative;
-}
-.calendar .dp__input_wrap:before {
-  content: "";
-  position: absolute;
-  right: 0.94rem;
-  top: 0.63rem;
-  width: 1rem;
-  height: 1rem;
-  background: url("/assets/img/ico_calendar.svg") no-repeat center/100%;
-}
-.calendar .dp__input_wrap .dp__input {
-  width: 9.9479166667vw;
-  padding: 0 2.56rem 0 0.94rem;
-  height: 2.25rem;
-  border: 0.06rem solid #E0E0E0 !important;
-  color: #444;
-  font-weight: 400;
-  font-size: 0.75rem;
-  border-radius: 0;
-}
-.calendar .dp__input_wrap .dp__input:hover {
-  border-color: #E0E0E0;
-}
-.calendar .dp__input_wrap .dp__input::-moz-placeholder {
-  color: #444;
-  font-weight: 400;
-  opacity: 1;
-}
-.calendar .dp__input_wrap .dp__input::placeholder {
-  color: #444;
-  font-weight: 400;
-  opacity: 1;
-}
-.calendar .dp__input_wrap .dp__icon {
-  display: none;
-}
-.calendar .dp--menu-wrapper {
-  width: 16.44rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner {
-  padding: 0.38rem 0.5rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp--year-select,
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__month_year_select {
-  height: 2.19rem;
-  font-size: 1rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_header_item {
-  height: 2.19rem;
-  width: 2.19rem;
-  padding: 0.31rem;
-  font-size: 1rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_header_separator {
-  height: 0.06rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_row {
-  margin: 0.31rem 0;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_row .dp__cell_inner {
-  height: 2.19rem;
-  width: 2.19rem;
-  padding: 0.31rem;
-  border-width: 0.06rem;
-  font-size: 1rem;
-}
-.calendar .dp--menu-wrapper .dp__action_row .dp__selection_preview {
-  display: none;
-}
-.calendar .dp--menu-wrapper .dp__action_buttons {
-  gap: 0.5rem;
-}
-.calendar .dp--menu-wrapper .dp__action_button {
-  border-width: 0.06rem;
-  padding: 0.38rem;
-  margin: 0;
-  height: 1.38rem;
-  font-size: 0.81rem;
-}
-.calendar .dp--menu-wrapper .dp__time_col_sec {
-  padding: 0 0.63rem;
-}
-.calendar .dp--menu-wrapper .dp__time_col_block {
-  font-size: 2rem;
-}
-.calendar .dp--menu-wrapper .dp__inc_dec_button {
-  padding: 0.31rem;
-  height: 2rem;
-  width: 2rem;
-}
-.calendar .dp--menu-wrapper .dp__time_display_block {
-  padding: 0 0.19rem;
-}
-.calendar .dp--menu-wrapper .dp__button {
-  padding: 0.63em;
-}
-.calendar .dp--menu-wrapper .dp__overlay_cell_pad {
-  padding: 0.63em 0;
-}
-.calendar .dp--menu-wrapper .dp__overlay_col {
-  padding: 0.19rem;
-}
-.calendar .dp--menu-wrapper .dp__overlay_container {
-  height: 18rem;
-}
-
-.pagination-wrapper {
-  margin-top: 1.88rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
-.pagination-wrapper .pagination-btn {
-  min-width: 1.75rem;
-  height: 1.75rem !important;
-  background-repeat: no-repeat !important;
-  background-color: transparent !important;
-  background-position: center !important;
-  background-size: 100%;
-  padding: 0;
-  box-shadow: none !important;
-  flex-shrink: 0;
-}
-.pagination-wrapper .pagination-btn.prev1 {
-  margin: 0 0.63rem 0 0.31rem;
-  background-image: url("/assets/img/ico_paging_prev1.svg");
-}
-.pagination-wrapper .pagination-btn.prev2 {
-  background-image: url("/assets/img/ico_paging_prev2.svg");
-}
-.pagination-wrapper .pagination-btn.next1 {
-  margin: 0 0.31rem 0 0.63rem;
-  background-image: url("/assets/img/ico_paging_next1.svg");
-}
-.pagination-wrapper .pagination-btn.next2 {
-  background-image: url("/assets/img/ico_paging_next2.svg");
-}
-.pagination-wrapper .pagination-btn.number {
-  background-color: #fff;
-  border-radius: 100%;
-}
-.pagination-wrapper .pagination-btn.more {
-  background-image: url("../img/ico_paging_more.svg");
-}
-.pagination-wrapper .pagination-btn.on {
-  background: #007AFF !important;
-}
-.pagination-wrapper .pagination-btn.on .v-btn__content {
-  color: #fff;
-  font-weight: 700;
-}
-.pagination-wrapper .pagination-btn.v-btn--disabled {
-  opacity: 0.4;
-}
-.pagination-wrapper .pagination-btn .v-btn__overlay,
-.pagination-wrapper .pagination-btn .v-btn__underlay,
-.pagination-wrapper .pagination-btn .v-ripple__container {
-  display: none !important;
-}
-.pagination-wrapper .pagination-btn .v-btn__content {
-  color: #5A5A5A;
-  font-size: 0.75rem;
-  line-height: 0.75rem;
-  font-weight: 400;
-}
-.pagination-wrapper .page-go {
-  display: flex;
-  align-items: center;
-  overflow: hidden;
-  height: 2rem;
-  margin-left: 0.94rem;
-}
-.pagination-wrapper .page-go .custom-input.v-text-field.mini {
-  height: 2rem;
-  min-height: 2rem;
-}
-.pagination-wrapper .page-go .custom-input.v-text-field.mini .v-input__control {
-  height: 2rem;
-}
-.pagination-wrapper .page-go .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  height: 2rem;
-  min-height: 2rem;
-  border-right: 0;
-  border-radius: 0.63rem 0 0 0.63rem;
-  padding: 0 0.56rem;
-  color: #5a5a5a;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.pagination-wrapper .page-go button {
-  height: 2rem;
-  width: 2.81rem;
-  border-radius: 0 0.63rem 0.63rem 0;
-  border: 0.06rem solid #e8e8e8;
-  background: #f8f8f8;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #007AFF;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-
-.txt-list li {
-  margin-bottom: 0.63rem;
-  position: relative;
-  padding-left: 1.06rem;
-  line-height: 1.13rem;
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-  letter-spacing: -0.02rem;
-}
-.txt-list li:last-of-type {
-  margin-bottom: 0;
-}
-.txt-list li:before {
-  position: absolute;
-  width: 0.31rem;
-  height: 0.31rem;
-  left: 0;
-  top: 0.38rem;
-  background: #C0C0C0;
-  border-radius: 100%;
-  content: "";
-}
-.txt-list li p {
-  margin-top: 0.31rem;
-}
-
-.input-wrap {
-  display: flex;
-  gap: 0.63rem;
-  width: 100%;
-}
-.input-wrap .custom-input {
-  flex: inherit;
-}
-.input-wrap .custom-btn.v-btn.v-btn--density-default {
-  height: 2.25rem;
-}
-.input-wrap .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.input-wrap .txt {
-  flex-shrink: 0;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-right: 0.38rem;
-  height: 2.25rem;
-  line-height: 2.25rem;
-}
-.input-wrap .txt.long {
-  margin-left: 0.63rem;
-}
-
-.chk-wrap {
-  display: flex;
-  gap: 1.88rem;
-}
-.chk-wrap .custom-check {
-  flex: none;
-}
-
-.tbl-wrap .ag-root-wrapper {
-  border: 0;
-}
-.tbl-wrap .ag-root-wrapper .ag-header {
-  border-bottom-color: #EBEBEB;
-  border-top: 0.06rem solid #CCCCCC;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell-text {
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  display: block;
-  width: 100%;
-  text-align: center;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row {
-  border-bottom: 0.06rem solid #EBEBEB;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row .ag-cell {
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 400;
-  display: block;
-  text-align: center;
-  border: 0;
-  padding-top: 0.63rem;
-  padding-bottom: 0.63rem;
-  line-height: normal;
-  display: flex;
-  justify-content: center;
-  align-items: center;
-}
-.tbl-wrap .ag-paging-panel {
-  border-top: 0;
-  height: auto;
-  padding-top: 1.88rem;
-  justify-content: center;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size {
-  margin: 0;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-label {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper {
-  border-radius: 0;
-  border: 1px solid #E0E0E0;
-  height: 36px;
-  padding: 0 0 0 0.94rem;
-  outline: 0;
-  cursor: pointer;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-display {
-  color: #444;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-icon .ag-icon {
-  width: 0.75rem;
-  height: 0.75rem;
-  margin-right: 0.88rem;
-  min-width: 0.75rem;
-  background: url("/assets/img/ico_slt.svg") no-repeat center/100%;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-icon .ag-icon:before, .tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-icon .ag-icon:after {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-row-summary-panel {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel {
-  margin-right: 0;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button {
-  margin: 0;
-  border: 0;
-  outline: 0;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button.ag-disabled {
-  opacity: 0.4;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon {
-  width: 40px;
-  height: 40px;
-  background: no-repeat center/100%;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon:before, .tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon:after {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-first {
-  background-image: url("/assets/img/ico_paging_prev2.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-previous {
-  margin: 0 0.63rem 0 0.31rem;
-  background-image: url("/assets/img/ico_paging_prev1.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-next {
-  margin: 0 0.31rem 0 0.63rem;
-  background-image: url("/assets/img/ico_paging_next1.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-last {
-  background-image: url("/assets/img/ico_paging_next2.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-description {
-  margin: 0;
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-
-/* --- login --- */
-.login-wrap {
-  flex-direction: column;
-  position: relative;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 100%;
-  height: 100%;
-  padding: 3.63rem 0;
-  background: #F2F6FF;
-}
-.login-wrap .login-box {
-  display: flex;
-  height: 43.63rem;
-}
-.login-wrap .login-box .login-l {
-  flex-shrink: 0;
-  width: 39.94rem;
-  background: #064F9E url("../img/bg_login.svg") no-repeat center/100%;
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-  justify-content: center;
-}
-.login-wrap .login-box .login-l .login-l-center {
-  width: 15.63rem;
-  height: 13.13rem;
-  background: #fff;
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-  justify-content: center;
-}
-.login-wrap .login-box .login-l .login-l-center .logo {
-  font-size: 0;
-  display: block;
-  height: 1.25rem;
-  width: 100%;
-  background: url("../img/logo_login.svg") no-repeat center/auto 100%;
-}
-.login-wrap .login-box .login-l .login-l-center p {
-  margin: 0.75rem 0 0;
-  text-align: center;
-  color: #333;
-  letter-spacing: -0.02rem;
-  font-size: 1.19rem;
-  line-height: 1.19rem;
-}
-.login-wrap .login-box .login-r {
-  width: 36.25rem;
-  background: #fff;
-  padding: 0 6.25rem;
-  display: flex;
-  flex-direction: column;
-  justify-content: center;
-}
-.login-wrap .login-box .login-r .tit-login {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  margin-bottom: 1.88rem;
-}
-.login-wrap .login-box .login-r .tit-login strong {
-  color: #333;
-  font-size: 1.38rem;
-  font-weight: 700;
-  line-height: 1.38rem;
-  display: block;
-}
-.login-wrap .login-box .login-r .tit-login .lang-set {
-  width: 6rem;
-}
-.login-wrap .login-box .login-r .tit-login .lang-set .custom-select {
-  width: 6rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap {
-  width: 100%;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box:first-of-type {
-  margin-bottom: 0.63rem;
-}
-.login-wrap .login-box .login-r .login-radio {
-  margin-top: 1.25rem;
-}
-.login-wrap .login-box .login-r .login-otp {
-  display: flex;
-  gap: 0.63rem;
-  margin-top: 1.25rem;
-}
-.login-wrap .login-box .login-r .login-otp .txt-field-box {
-  width: 100%;
-}
-.login-wrap .login-box .login-r .login-otp .btn-blue-bor {
-  width: 8.31rem;
-  height: 3.63rem;
-  flex-shrink: 0;
-}
-.login-wrap .login-box .login-r .login-btn-wrap {
-  margin-top: 1.88rem;
-}
-.login-wrap .login-box .login-r .login-chk {
-  margin: 1.25rem 0 0;
-}
-.login-wrap .login-box .login-r .login-find {
-  display: flex;
-  align-items: center;
-  margin-top: 2.19rem;
-  padding-top: 2.19rem;
-  border-top: 0.06rem solid #EEEEEE;
-  justify-content: center;
-}
-.login-wrap .login-box .login-r .login-find button {
-  display: flex;
-  align-items: center;
-  font-size: 0.88rem;
-  font-weight: 400;
-  color: #333;
-}
-.login-wrap .login-box .login-r .login-find button.blue-color:after {
-  display: inline-block;
-  background: #E3E3E3;
-  width: 0.06rem;
-  height: 1rem;
-  content: "";
-  margin: 0 1rem;
-}
-.login-wrap .login-box .login-r .login-find button.blue-color {
-  color: #034EA2;
-}
-.login-wrap .login-footer {
-  position: fixed;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  width: 100%;
-  background: #fff;
-  display: flex;
-  justify-content: flex-end;
-  align-items: center;
-  height: 3.63rem;
-  padding: 0 1.88rem;
-}
-.login-wrap .login-footer p {
-  color: #333333;
-  opacity: 0.8;
-  font-size: 0.69rem;
-  font-weight: 400;
-}
-.login-wrap .login-footer .logo {
-  margin-left: 4.38rem;
-  width: 8.19rem;
-  height: 1.44rem;
-  background: url("../img/logo_foot.svg") no-repeat center/100%;
-  font-size: 0;
-}
-
-/* --- content --- */
-.content-tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.25rem;
-}
-.content-tit h2 {
-  color: #333333;
-  font-weight: 700;
-  font-size: 1.13rem;
-  letter-spacing: -0.01rem;
-}
-.content-tit > span {
-  color: #666666;
-  font-size: 0.88rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-  display: flex;
-  align-items: center;
-}
-.content-tit > span:before {
-  content: "";
-  margin: 0 0.94rem;
-  background: #ddd;
-  width: 0.06rem;
-  height: 1rem;
-}
-.content-tit .location {
-  margin-left: auto;
-  display: flex;
-  gap: 0.31rem;
-  align-items: center;
-}
-.content-tit .location span {
-  display: flex;
-  align-items: center;
-  color: #333;
-  font-size: 0.94rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-  line-height: 0.88rem;
-}
-.content-tit .location .home:before {
-  content: "";
-  margin-right: 0.63rem;
-  width: 0.88rem;
-  height: 0.88rem;
-  background: url("../img/ico_location_home.svg") no-repeat center/100%;
-}
-.content-tit .location .arr {
-  width: 0.88rem;
-  height: 0.88rem;
-  background: url("../img/ico_location_arr.svg") no-repeat center/100%;
-}
-.content-tit .location .now {
-  font-weight: 700;
-}
-
-.search-wrap {
-  background: #FAFAFA;
-  padding: 20px 1.5625vw 22px 1.5625vw;
-  display: flex;
-  margin-bottom: 1.56rem;
-}
-.search-wrap .search-line-wrap {
-  display: flex;
-  gap: 1.06rem;
-  flex-direction: column;
-}
-.search-wrap .search-line-wrap .search-line {
-  gap: 2.6041666667vw;
-  display: flex;
-}
-.search-wrap .search-line-wrap .search-line .search-box {
-  display: flex;
-}
-.search-wrap .search-line-wrap .search-line .search-box strong {
-  min-height: 2.25rem;
-  flex-shrink: 0;
-  display: flex;
-  color: #333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  align-items: center;
-}
-.search-wrap .search-line-wrap .search-line .search-box .search-box-in {
-  display: flex;
-}
-.search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio {
-  height: 1.13rem;
-  align-self: center;
-}
-.search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms {
-  height: 2.25rem;
-}
-.search-wrap .search-btn {
-  flex-shrink: 0;
-  width: 5.2083333333vw;
-  display: flex;
-  margin-left: auto;
-  flex-direction: column;
-  gap: 1.06rem;
-}
-.search-wrap .search-btn.row {
-  flex-direction: row;
-  width: auto;
-  gap: 0.5208333333vw;
-}
-.search-wrap .search-btn.row .custom-btn.v-btn.v-btn--density-default {
-  width: 5.2083333333vw;
-}
-.search-wrap .search-btn .custom-btn.v-btn.v-btn--density-default {
-  width: 100%;
-}
-
-.tbl-list-top {
-  display: flex;
-  align-items: flex-end;
-  justify-content: space-between;
-  margin-bottom: 0.8rem;
-}
-.tbl-list-top .total {
-  display: flex;
-  flex-direction: column;
-}
-.tbl-list-top .total .total-num {
-  display: flex;
-  align-items: center;
-}
-.tbl-list-top .total .total-num strong {
-  color: #333333;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.tbl-list-top .total .total-num strong span {
-  color: #007AFF;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-num .total-slt {
-  display: flex;
-  align-items: center;
-}
-.tbl-list-top .total .total-num .total-slt:before {
-  content: "";
-  background: #C1C1C1;
-  width: 0.06rem;
-  height: 0.75rem;
-  margin: 0 0.94rem;
-  display: inline-block;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field {
-  height: 0.81rem;
-  background: transparent;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field {
-  height: 0.81rem;
-  overflow: visible;
-  padding: 0;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-label {
-  height: 0.81rem;
-  font-size: 0.81rem;
-  color: #333;
-  font-weight: 400;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input {
-  height: 0.81rem;
-  min-height: 0.81rem;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  font-size: 0.81rem;
-  color: #333;
-  line-height: 0.81rem;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon {
-  margin-right: 0;
-  min-width: 0.75rem;
-  background-image: url("../img/ico_slt2.svg");
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__outline {
-  border: 0;
-}
-.tbl-list-top .total .total-btn {
-  display: flex;
-  gap: 0.63rem;
-  margin-top: 1.25rem;
-  align-items: center;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default {
-  width: 5.13rem;
-  height: 2.25rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.v-btn--disabled {
-  background: #C5CDD4 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-reg {
-  background: #007AFF;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-reg .v-btn__content .ico {
-  background-image: url("../img/ico_reg.svg");
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background: #8F9FAF;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  background-image: url("../img/ico_del.svg");
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end {
-  width: 8.38rem;
-  background: #2C3744;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end .v-btn__content .ico {
-  background-image: url("../img/ico_end.svg");
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end-red {
-  width: 8.75rem;
-  border: 1px solid #F49A9A;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end-red .v-btn__content {
-  color: #EC4242;
-  font-size: 14px;
-  font-weight: 500;
-  letter-spacing: -0.28px;
-  max-width: 9.75rem !important;
-  width: 9.75rem !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end-red .v-btn__content .ico {
-  background-image: url(../img/ic_end_red.svg);
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel {
-  width: 8.25rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled {
-  background-color: #F4F6F9 !important;
-  border-color: #DFE4EA !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .ico {
-  background-image: url("../img/ico_excel_d.svg") !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content {
-  color: #9DAAB8 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #fff;
-  font-size: 0.81rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  margin-right: 0.63rem;
-  background: no-repeat center/100%;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input {
-  margin-left: 0.94rem;
-}
-.tbl-list-top .excel-search {
-  display: flex;
-  gap: 0.63rem;
-}
-.tbl-list-top .excel-search .tbl-search {
-  position: relative;
-}
-.tbl-list-top .excel-search .tbl-search .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding-right: 2.5rem;
-}
-.tbl-list-top .excel-search .tbl-search .ico {
-  width: 2.56rem;
-  height: 2.25rem;
-  top: 0;
-  right: 0;
-  z-index: 1;
-  position: absolute;
-  background: url("../img/ico_search.svg") no-repeat 0.63rem center/1rem;
-}
-
-.page-list-item {
-  color: #222;
-  font-size: 0.81rem;
-  font-weight: 700;
-}
-.page-list-item .page {
-  color: #333;
-  font-weight: 400;
-}
-
-.form-style1.col4 {
-  margin-top: -0.63rem;
-}
-.form-style1.col4 table th {
-  font-weight: 400;
-}
-.form-style1.col4 table th:nth-of-type(even) {
-  padding-left: 1.56rem;
-}
-.form-style1.col4 table td:nth-of-type(odd) {
-  padding-right: 1.56rem;
-}
-.form-style1.row table th {
-  height: 3.06rem;
-  padding: 0.94rem;
-  background: #FAFAFA;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  border-top: 0.06rem solid #ccc;
-  border-bottom: 0.06rem solid #EBEBEB;
-  text-align: center;
-  vertical-align: middle;
-  line-height: normal;
-}
-.form-style1.row table td {
-  padding: 0.63rem;
-  text-align: center;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 400;
-  border-bottom: 0.06rem solid #EBEBEB;
-}
-.form-style1.row table td .custom-radio {
-  display: inline-flex;
-}
-.form-style1.row table td .input-wrap.slt-btn {
-  width: 100%;
-  justify-content: center;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input {
-  width: 14.88rem;
-  flex: none;
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control {
-  min-height: 1.81rem;
-  height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field {
-  height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field .v-field__field {
-  height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field .v-field__field .v-field__input {
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field .v-field__field .v-field__input .v-btn__content {
-  color: #6E7E8F;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-btn {
-  padding: 0;
-  min-width: 2.94rem;
-  width: 2.94rem;
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.form-style1 table {
-  width: 100%;
-  table-layout: fixed;
-}
-.form-style1 table th {
-  padding: 0.63rem 0;
-  text-align: left;
-  font-size: 0.75rem;
-  color: #222222;
-  font-weight: 700;
-  vertical-align: middle;
-  line-height: 2.25rem;
-}
-.form-style1 table th .bul {
-  color: #007AFF;
-  font-weight: 700;
-  padding-left: 0.19rem;
-}
-.form-style1 table td {
-  text-align: left;
-  color: #222222;
-  font-weight: 400;
-  font-size: 0.75rem;
-  vertical-align: middle;
-  padding: 0.63rem 0;
-}
-
-.form-style2 table {
-  width: 100%;
-  border-top: 0.06rem solid #E0E0E0;
-}
-.form-style2 table tr th {
-  border-bottom: 0.06rem solid #E0E0E0;
-  border-right: 0.06rem solid #E0E0E0;
-  background: #F4F4F4;
-  padding: 0.63rem 0 0.63rem 1.88rem;
-  text-align: left;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  vertical-align: middle;
-}
-.form-style2 table tr th .bullet {
-  color: #007AFF;
-  font-weight: 700;
-}
-.form-style2 table tr td {
-  padding: 0.63rem 1.13rem;
-  border-bottom: 0.06rem solid #E0E0E0;
-  color: #444;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-
-.view-box {
-  margin-top: 1.88rem;
-}
-.view-box:first-of-type {
-  margin-top: 0;
-}
-.view-box .view-box-top {
-  background: #F0F6FD;
-  border: 0.06rem solid #DBE7F4;
-  min-height: 3.19rem;
-  padding: 0 1.56rem;
-  display: flex;
-  align-items: center;
-}
-.view-box .view-box-top h3 {
-  color: #333333;
-  font-size: 0.88rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.view-box .view-box-top h3 .bul {
-  color: #007AFF;
-}
-.view-box .view-box-top h3 .txt1 {
-  padding-left: 1.25rem;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.view-box .view-box-top .connect-state {
-  margin: 0 auto 0 1.56rem;
-}
-.view-box .view-box-top .custom-btn.v-btn.v-btn--density-default {
-  min-height: 1.81rem;
-  height: 1.81rem;
-  margin-left: 1.25rem;
-}
-.view-box .view-box-btm {
-  border: 0.06rem solid #EBEBEB;
-  border-top: 0;
-  background: #fff;
-  padding: 0.56rem 1.56rem;
-}
-.view-box .view-box-btm .form-style1 {
-  padding: 0;
-}
-.view-box .view-box-btm .form-style1 table th {
-  font-weight: 400;
-}
-.view-box .view-box-btm .form-style1 table th:nth-of-type(even) {
-  padding-left: 2.5rem;
-}
-.view-box .view-box-btm .form-style1 table td:nth-of-type(odd) {
-  padding-right: 2.5rem;
-}
-.view-box .view-box-btm .form-style1 table td .custom-radio {
-  padding: 0.56rem 0;
-}
-.view-box .view-box-btm .no-data {
-  height: 9.38rem;
-  width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-}
-.view-box .view-box-btm .no-data .ico {
-  width: 2.25rem;
-  height: 2.25rem;
-  background: url("../img/ico_no_data.svg") no-repeat center/100%;
-  margin-bottom: 1.25rem;
-}
-.view-box .view-box-btm .no-data p {
-  text-align: center;
-  color: #444;
-  font-size: 0.88rem;
-  letter-spacing: -0.01rem;
-  font-weight: 400;
-  width: 100%;
-}
-.view-box .view-box-btm .no-data p.txt1 {
-  margin-bottom: 2.19rem;
-}
-.view-box .view-box-btm .no-data p span {
-  color: #000;
-  display: block;
-}
-
-.view-btm-btn {
-  display: flex;
-  justify-content: space-between;
-  margin-top: 1.13rem;
-  padding-bottom: 1.19rem;
-}
-.view-btm-btn > div {
-  display: flex;
-  gap: 0.94rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default {
-  height: 3.13rem;
-  width: 8.13rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list {
-  background: #fff;
-  border: 0.06rem solid #C2C2C2;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content {
-  color: #48525C;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content .ico {
-  background-image: url("../img/ico_view_list.svg");
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background: #fff;
-  border: 0.06rem solid #FFBCBC;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  color: #EA5555;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  background-image: url("../img/ico_view_del.svg");
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  margin-right: 2.5rem;
-  background: no-repeat center/100%;
-}
-
-.list-flex {
-  display: flex;
-  gap: 2.0833333333vw;
-}
-.list-flex .list-flex-l {
-  max-width: 18.2291666667vw;
-  width: 18.2291666667vw;
-  height: 76.2037037037vh;
-  min-height: 45.6rem;
-  border: 0.31rem solid #F7F8F9;
-  display: flex;
-  flex-direction: column;
-}
-.list-flex .list-flex-l .topology-top {
-  background: #F7F8F9;
-  min-height: 3.44rem;
-  display: flex;
-  align-items: center;
-  padding: 0.63rem 1.25rem 0.94rem 1.25rem;
-  flex-shrink: 0;
-}
-.list-flex .list-flex-l .topology-top strong {
-  color: #333333;
-  font-size: 0.81rem;
-  font-weight: 700;
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del {
-  font-size: 0;
-  margin-left: auto;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  border: 0.05rem solid #FFBEBF;
-  width: 1.88rem;
-  height: 1.88rem;
-  border-radius: 0.5rem;
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del:disabled {
-  border-color: #4C576B;
-  cursor: default;
-  pointer-events: none;
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del:disabled:before {
-  background-image: url("../img/ico_ne_del_d.svg");
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del:before {
-  content: "";
-  width: 0.75rem;
-  height: 0.75rem;
-  background: url("../img/ico_ne_del.svg") no-repeat center/100%;
-  display: inline-block;
-}
-.list-flex .list-flex-l .topology-btm {
-  height: 100%;
-  max-height: calc(100% - 3.44rem);
-  padding: 1.56rem 0.63rem 1.56rem 1.25rem;
-}
-.list-flex .list-flex-l .topology-btm .no-data {
-  height: 100%;
-  width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-}
-.list-flex .list-flex-l .topology-btm .no-data .ico {
-  width: 2.25rem;
-  height: 2.25rem;
-  background: url("../img/ico_no_data.svg") no-repeat center/100%;
-  margin-bottom: 1.25rem;
-}
-.list-flex .list-flex-l .topology-btm .no-data p {
-  text-align: center;
-  color: #444;
-  font-size: 0.88rem;
-  letter-spacing: -0.01rem;
-  font-weight: 400;
-  width: 100%;
-}
-.list-flex .list-flex-l .topology-btm .no-data p.txt1 {
-  margin-bottom: 2.19rem;
-}
-.list-flex .list-flex-l .topology-btm .no-data p span {
-  color: #000;
-  display: block;
-}
-.list-flex .list-flex-r {
-  width: 100%;
-  max-width: calc(100% - 18.2291666667vw);
-}
-
-.tree-area {
-  height: 100%;
-  overflow-y: scroll;
-  padding-right: 0.44rem;
-}
-.tree-area .depth-item-tit {
-  display: flex;
-  align-items: center;
-  gap: 0.63rem;
-}
-.tree-area .depth-item-tit.down .arr {
-  transform: rotate(180deg);
-}
-.tree-area .depth-item-tit .custom-input.v-text-field.mini {
-  flex: none;
-  min-height: 1.88rem;
-  width: calc(100% - 4.63rem);
-}
-.tree-area .depth-item-tit .custom-input.v-text-field.mini .v-input__control {
-  height: 1.88rem;
-}
-.tree-area .depth-item-tit .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  min-height: 1.88rem;
-  height: 1.88rem;
-  padding: 0 0.56rem;
-}
-.tree-area .depth-item-tit .arr {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 0.75rem;
-  height: 0.75rem;
-  flex-shrink: 0;
-  background: url("../img/ico_tree_arr.svg") no-repeat center/100%;
-}
-.tree-area .depth-item-tit .arr.nor {
-  background: none;
-}
-.tree-area .depth-item-tit .arr.nor:before {
-  content: "-";
-  display: block;
-  font-weight: 600;
-  color: #222;
-  font-size: 0.75rem;
-}
-.tree-area .depth-item-tit .ico {
-  width: 1rem;
-  height: 1rem;
-  flex-shrink: 0;
-  background: no-repeat center/100%;
-}
-.tree-area .depth-item-tit .custom-check.v-input .v-input__control {
-  display: block;
-}
-.tree-area .depth-item-tit .custom-check.v-input .v-input__control .v-selection-control .v-label {
-  font-size: 0.75rem;
-  margin-left: 0.63rem;
-  line-height: 1.06rem;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  overflow: hidden;
-  display: block;
-}
-.tree-area .depth-item-tit .btn-tree {
-  width: 1rem;
-  height: 1rem;
-  flex-shrink: 0;
-  background: no-repeat center/100%;
-}
-.tree-area .depth-item-tit .btn-tree.btn-save {
-  background-image: url("../img/ico_tree_save.svg");
-}
-.tree-area .tree-depth1 {
-  margin-bottom: 1.25rem;
-}
-.tree-area .tree-depth1:last-of-type {
-  margin-bottom: 0;
-}
-.tree-area .tree-depth1 ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.63rem;
-}
-.tree-area .tree-depth1 .depth1-item .depth1-item-tit .ico {
-  background-image: url("../img/ico_tree1.svg");
-}
-.tree-area .tree-depth1 .depth1-item .depth1-item-tit strong {
-  color: #222;
-  line-height: 1rem;
-  font-weight: 600;
-  font-size: 0.75rem;
-  text-align: left;
-  width: 100%;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  overflow: hidden;
-}
-.tree-area .tree-depth1 .depth1-item .depth1-item-tit .btn-add {
-  margin-left: auto;
-  font-size: 0;
-  background-image: url("../img/ico_tree_add.svg");
-}
-.tree-area .tree-depth2 {
-  padding: 1.25rem 0 0 0.94rem;
-}
-.tree-area .tree-depth2 ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .ico {
-  background-image: url("../img/ico_tree2.svg");
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .btn-ne-add {
-  width: 2.19rem;
-  height: 1rem;
-  display: flex;
-  flex-shrink: 0;
-  margin-left: auto;
-  border-radius: 0.19rem;
-  background: #00c2ff;
-  color: #fff;
-  align-items: center;
-  justify-content: center;
-  font-size: 0.56rem;
-  font-weight: 700;
-  line-height: 0.63rem;
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .btn-ne-add .plus {
-  width: 0.56rem;
-  height: 0.56rem;
-  margin-right: 0.19rem;
-  background: url("../img/ico_ne_add.svg") no-repeat center/100%;
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .btn-pos {
-  background-image: url("../img/ico_pos.svg");
-}
-.tree-area .tree-depth3 {
-  padding: 1.25rem 0 0.63rem 22px;
-}
-.tree-area .tree-depth3:has(ul:empty) {
-  padding: 0;
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .ico {
-  background-image: url("../img/ico_tree3.svg");
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .ico.core {
-  background-image: url("../img/ico_tree3_core.svg");
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .ico.ran {
-  background-image: url("../img/ico_tree3_ran.svg");
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .btn-mod {
-  background-image: url("../img/ico_mod.svg");
-}
-
-.tbl-col-wrap {
-  display: flex;
-  margin-bottom: 4rem;
-}
-.tbl-col-wrap .tbl-col-fix {
-  width: 17.7083333333vw;
-}
-.tbl-col-wrap .tbl-col-fix table th {
-  border-right: 0.06rem solid #EBEBEB;
-  height: 6.12rem;
-}
-.tbl-col-wrap .tbl-col-fix table td {
-  height: 3.06rem;
-  background: #FAFAFA;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  vertical-align: middle;
-  text-align: center;
-  border-bottom: 0.06rem solid #EBEBEB;
-  border-right: 0.06rem solid #EBEBEB;
-}
-.tbl-col-wrap .tbl-col-scrl {
-  width: calc(100% - 17.7083333333vw);
-  overflow-x: auto;
-  padding-bottom: 0.44rem;
-}
-.tbl-col-wrap .tbl-col-scrl::-webkit-scrollbar {
-  height: 0.5rem;
-  border-radius: 0.5rem;
-}
-.tbl-col-wrap .tbl-col-scrl::-webkit-scrollbar-track {
-  background: #F8F8F8;
-  border-radius: 0.5rem;
-}
-.tbl-col-wrap .tbl-col-scrl::-webkit-scrollbar-thumb {
-  border-radius: 0.5rem;
-  background: #D9D9D9;
-}
-.tbl-col-wrap .tbl-col-scrl .scrl-in {
-  white-space: nowrap;
-}
-.tbl-col-wrap .tbl-col-scrl .scrl-in .tbl-box {
-  display: inline-block;
-  vertical-align: top;
-  border-right: 0.06rem solid #EBEBEB;
-}
-.tbl-col-wrap .tbl-col-scrl .scrl-in .tbl-box:last-of-type {
-  border-right: 0;
-}
-.tbl-col-wrap table {
-  width: 100%;
-  border-top: 0.06rem solid #CCCCCC;
-}
-.tbl-col-wrap table th {
-  height: 3.06rem;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  vertical-align: middle;
-  background: #FAFAFA;
-  box-shadow: none;
-  box-shadow: inset 0 -0.06rem 0 #EBEBEB;
-  padding: 1.3888888889vh 10px 1.2962962963vh;
-}
-.tbl-col-wrap table td {
-  padding: 0.63rem 0.63rem 0.56rem 0.63rem;
-  color: #222222;
-  text-align: center;
-  font-size: 0.75rem;
-  font-weight: 400;
-  vertical-align: middle;
-  text-align: center;
-  height: 3.06rem;
-  width: 7.1875vw;
-  border-bottom: 0.06rem solid #EBEBEB !important;
-}
-
-.menu-flex-wrap {
-  display: flex;
-  gap: 2.0833333333vw;
-}
-.menu-flex-wrap .system-menu {
-  width: 18.2291666667vw;
-  border: 0.31rem solid #F7F8F9;
-  flex-shrink: 0;
-}
-.menu-flex-wrap .system-menu .system-menu-tit {
-  padding: 0 1.56rem;
-  background: #F7F8F9;
-  color: #333;
-  font-weight: 700;
-  font-size: 0.81rem;
-  height: 3.44rem;
-  display: flex;
-  align-items: center;
-}
-.menu-flex-wrap .system-menu .system-menu-in {
-  overflow-y: scroll;
-  height: 71.1111111111vh;
-  display: flex;
-  margin-top: -0.31rem;
-  flex-direction: column;
-  padding: 1.88rem 1.56rem;
-  gap: 1.25rem;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-sub {
-  display: block;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit {
-  display: flex;
-  align-items: center;
-  gap: 0.94rem;
-  font-weight: 600;
-  cursor: pointer;
-  color: #000;
-  font-size: 0.81rem;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit button {
-  width: 1.13rem;
-  height: 1.13rem;
-  background: url("../img/ico_menu_plus.svg") no-repeat center/100%;
-  cursor: pointer;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit button.open {
-  background-image: url("../img/ico_menu_minus.svg");
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub {
-  padding: 1.25rem 0 1.25rem 1.25rem;
-  display: none;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li {
-  gap: 0.63rem;
-  display: flex;
-  align-items: center;
-  cursor: pointer;
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #333;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li.active {
-  color: #007AFF;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li:before {
-  width: 0.75rem;
-  height: 0.75rem;
-  background: url("../img/ico_menu_arr.svg") no-repeat center/100%;
-  content: "";
-}
-.menu-flex-wrap .menu-info {
-  border: 0.31rem solid #F7F8F9;
-  width: 100%;
-}
-.menu-flex-wrap .menu-info .info-tit {
-  padding: 0 1.56rem;
-  background: #F7F8F9;
-  color: #333;
-  font-weight: 700;
-  font-size: 0.81rem;
-  height: 3.44rem;
-  display: flex;
-  align-items: center;
-}
-.menu-flex-wrap .menu-info .menu-info-view {
-  height: 71.1111111111vh;
-  padding: 1.88rem 1.56rem 1.56rem 1.56rem;
-  margin-top: -0.31rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.56rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  background: url("../img/ico_menu.svg") no-repeat center/100%;
-  margin-right: 0.63rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .menu {
-  color: #333;
-  font-size: 1rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .arr {
-  margin: 0 0.31rem;
-  width: 0.94rem;
-  height: 0.94rem;
-  background: url("../img/ico_menu_arr2.svg") no-repeat center/100%;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .now {
-  color: #111111;
-  font-size: 1rem;
-  font-weight: 700;
-  letter-spacing: -0.01rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .form-style2 table tr th {
-  padding: 1.25rem 0 1.25rem 1.88rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .form-style2 table tr td {
-  padding: 1.25rem 1.38rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .input-wrap {
-  gap: 1.88rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .input-wrap .custom-check {
-  flex: none;
-}
-.menu-flex-wrap .menu-info .menu-info-view .no-data {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-  height: 100%;
-}
-.menu-flex-wrap .menu-info .menu-info-view .no-data .ico {
-  width: 2.25rem;
-  height: 2.25rem;
-  background: url("../img/ico_menu_nodata.svg") no-repeat center/100%;
-}
-.menu-flex-wrap .menu-info .menu-info-view .no-data p {
-  text-align: center;
-  margin-top: 1.56rem;
-  color: #444;
-  font-size: 0.94rem;
-  letter-spacing: -0.01rem;
-  font-weight: 400;
-}
-.menu-flex-wrap .menu-info .menu-info-r {
-  display: flex;
-  justify-content: flex-end;
-  gap: 0.94rem;
-  margin-top: 3.13rem;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default {
-  height: 3.13rem;
-  width: 8.13rem;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-list {
-  background: #F8F8F8;
-  border: 0.06rem solid #E9E9E9;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content {
-  color: #6E7E8F;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content .ico {
-  background-image: url("../img/ico_view_list.svg");
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background: #FFF4F4;
-  border: 0.06rem solid #FFE2E2;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  color: #EA5555;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  background-image: url("../img/ico_view_del.svg");
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default .v-btn__content .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  margin-right: 2.5rem;
-  background: no-repeat center/100%;
-}
-
-.perfor-tab {
-  width: 7.81rem;
-  margin-right: 2.5rem;
-}
-.perfor-tab .v-radio-group .v-input__control .v-selection-control-group {
-  gap: 1.06rem;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio.v-selection-control--dirty .v-label {
-  background: #007AFF;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-selection-control__wrapper {
-  display: none;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label {
-  width: 100%;
-  height: 2.25rem;
-  background: #C5CDD4;
-  justify-content: center;
-  align-items: center;
-  opacity: 1;
-  font-size: 0.75rem;
-  font-weight: 600;
-  color: #fff;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  margin-right: 0.75rem;
-  background: no-repeat center/100%;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label .ico.ico1 {
-  background-image: url("../img/ico_performance1.svg");
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label .ico.ico2 {
-  background-image: url("../img/ico_performance2.svg");
-}
-
-.chart-total {
-  text-align: left;
-  margin: 2.5rem 0 1.69rem;
-  display: flex;
-}
-.chart-total p {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 600;
-  flex-shrink: 0;
-}
-.chart-total p span {
-  color: #111;
-  font-weight: 700;
-}
-.chart-total .legend-area {
-  display: flex;
-  justify-content: flex-end;
-  width: 100%;
-  gap: 1.88rem;
-  margin-left: auto;
-}
-.chart-total .legend-area .legend-box {
-  display: flex;
-  align-items: center;
-  gap: 0.75rem;
-  font-size: 0.81rem;
-  font-weight: 400;
-  color: #333;
-}
-.chart-total .legend-area .legend-box .cir {
-  width: 0.75rem;
-  border-radius: 100%;
-  height: 0.75rem;
-}
-.chart-total .legend-area .legend-box .cir.cir1 {
-  background: #007AFF;
-}
-.chart-total .legend-area .legend-box .cir.cir2 {
-  background: #7897B8;
-}
-.chart-total .legend-area .legend-box .cir.cir3 {
-  background: #FF9900;
-}
-
-.chart-wrap {
-  position: relative;
-  display: flex;
-  overflow: hidden;
-  height: 33.13rem;
-  border: 0.06rem solid #EBEBEB;
-  padding: 1.88rem;
-}
-.chart-wrap:after {
-  width: 1.88rem;
-  background: #fff;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  content: "";
-  position: absolute;
-}
-.chart-wrap .chart-wrap-fix {
-  position: absolute;
-  flex-shrink: 0;
-  left: 1.88rem;
-  top: 1.88rem;
-  background: #fff;
-  z-index: 0;
-  height: 29.38rem;
-}
-.chart-wrap .chart-wrap-fix canvas {
-  height: 100%;
-}
-.chart-wrap .scrl-chart {
-  overflow-x: scroll;
-  padding-bottom: 1.25rem;
-  overflow-y: hidden;
-  z-index: 1;
-  max-width: calc(100vw - 3.75rem);
-  margin-left: 1.25rem;
-  position: relative;
-  height: 29.38rem;
-}
-.chart-wrap .scrl-chart::-webkit-scrollbar {
-  height: 0.5rem;
-  border-radius: 0.5rem;
-}
-.chart-wrap .scrl-chart::-webkit-scrollbar-track {
-  background: #F8F8F8;
-  border-radius: 0.5rem;
-}
-.chart-wrap .scrl-chart::-webkit-scrollbar-thumb {
-  border-radius: 0.5rem;
-  background: #D9D9D9;
-}
-.chart-wrap .scrl-chart .scrl-in {
-  height: 29.38rem;
-}
-.chart-wrap .scrl-chart canvas {
-  height: 100%;
-}
-
-.help-flex {
-  display: flex;
-  gap: 30px;
-}
-.help-flex .help-list {
-  width: 300px;
-}
-.help-flex .help-list ul {
-  display: flex;
-  flex-direction: column;
-  gap: 8px;
-}
-.help-flex .help-list ul li {
-  border: 1px solid #ccc;
-  padding: 10px;
-  font-size: 14px;
-  font-weight: 400;
-  cursor: pointer;
-}
-.help-flex .help-list ul li.active {
-  background: #ccc;
-  color: #fff;
-  font-weight: 700;
-}
-.help-flex .help-cont {
-  width: calc(100% - 330px);
-  border: 1px solid #ccc;
-}
-.help-flex .help-cont .help-cont-tit {
-  display: block;
-  color: #000;
-  font-size: 16px;
-  font-weight: 700;
-  padding: 15px 24px;
-  border-bottom: 1px solid #ccc;
-}
-.help-flex .help-cont .help-acco .help-panel {
-  border-bottom: 1px solid #ccc;
-}
-.help-flex .help-cont .help-acco .help-panel:after {
-  display: none;
-}
-.help-flex .help-cont .help-acco .help-panel.v-expansion-panel--active .v-expansion-panel-title {
-  background: #f4f4f4;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel__shadow {
-  display: none;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-title {
-  font-weight: 700;
-  color: #000;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-title .v-expansion-panel-title__overlay {
-  display: none;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text {
-  border-top: 1px solid #ccc;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper {
-  overflow-y: auto;
-  padding: 16px 24px;
-  background: #fcfcfc;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper .panel-cont {
-  padding: 10px 0;
-  height: 100%;
-  min-height: 250px;
-  max-height: 250px;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper .panel-cont strong {
-  display: block;
-  text-align: left;
-  margin-bottom: 10px;
-  font-weight: 600;
-  font-size: 16px;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper .panel-cont p {
-  text-align: left;
-  font-weight: 400;
-  font-size: 14px;
-}
-
-.menu-chk {
-  display: flex;
-  flex-direction: column;
-  gap: 10px;
-}
-
-.dashboard {
-  display: flex;
-}
-.dashboard .dashboard-l {
-  width: 50%;
-  border-right: 1px solid rgba(224, 224, 224, 0.5);
-}
-.dashboard .dashboard-l .dashboard-core {
-  padding: 24px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap {
-  display: flex;
-  gap: 3px;
-  height: 380px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box {
-  width: 100%;
-  height: 380px;
-  background: rgba(51, 51, 51, 0.04);
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-  justify-content: center;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .name {
-  display: block;
-  text-align: center;
-  color: #333333;
-  font-size: 40px;
-  font-weight: 700;
-  line-height: 24px;
-  margin-bottom: 15px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .state {
-  text-align: center;
-  display: block;
-  font-size: 12px;
-  line-height: 24px;
-  color: #333;
-  font-weight: 400;
-  margin-bottom: 19px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box button {
-  width: 100px;
-  height: 30px;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  background: rgba(51, 51, 51, 0.35);
-  color: #fff;
-  font-size: 14px;
-  font-weight: 700;
-  margin-bottom: 33px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent {
-  display: inline-block;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul {
-  display: flex;
-  flex-direction: column;
-  gap: 7px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li {
-  display: flex;
-  align-items: center;
-  gap: 3px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li strong {
-  width: 60px;
-  line-height: 24px;
-  color: #333;
-  font-size: 14px;
-  font-weight: 400;
-  text-align: left;
-  flex-shrink: 0;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li p {
-  flex-shrink: 0;
-  width: 60px;
-  line-height: 24px;
-  color: #333;
-  font-size: 14px;
-  font-weight: 400;
-  text-align: left;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir {
-  width: 18px;
-  height: 18px;
-  border-radius: 100%;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir.blue {
-  background: #1EAEFF;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir.yellow {
-  background: #FFD643;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir.red {
-  background: #FF2426;
-}
-.dashboard .dashboard-l .dashboard-join {
-  padding: 24px;
-  border-top: 1px solid rgba(224, 224, 224, 0.5);
-}
-.dashboard .dashboard-r {
-  width: 50%;
-}
-.dashboard .dashboard-tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 14px;
-}
-.dashboard .dashboard-tit strong {
-  color: #333;
-  font-weight: 700;
-  font-size: 18px;
-}
-.dashboard .dashboard-tit .issue {
-  width: 100px;
-  height: 32px;
-  background: rgba(51, 51, 51, 0.35);
-  color: #fff;
-  font-size: 14px;
-  font-weight: 700;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
-.dashboard .dashboard-tit .core-tab {
-  margin-left: auto;
-  display: flex;
-  gap: 4px;
-}
-.dashboard .dashboard-tit .core-tab button {
-  width: 100px;
-  height: 32px;
-  display: flex;
-  color: #fff;
-  font-size: 14px;
-  font-weight: 700;
-  align-items: center;
-  justify-content: center;
-  background: rgba(51, 51, 51, 0.15);
-  cursor: pointer;
-}
-.dashboard .dashboard-tit .core-tab button.active {
-  background: rgba(51, 51, 51, 0.35);
-}
-.dashboard .dashboard-tit .join-type {
-  margin-left: auto;
-  display: flex;
-  gap: 12px;
-  align-items: center;
-  width: 20px;
-  height: 20px;
-  background: no-repeat center/100%;
-}
-.dashboard .dashboard-tit .join-type button.type1 {
-  background-image: url("");
-}
-.dashboard .dashboard-tit .join-type button.type1.active {
-  background-image: url("");
-}
-.dashboard .dashboard-tit .join-type button.type2 {
-  background-image: url("");
-}
-.dashboard .dashboard-tit .join-type button.type2.active {
-  background-image: url("");
-}
-
-.tab-style {
-  margin-top: 2.81rem;
-}
-.tab-style .tab-style-h {
-  border-bottom: 1px solid #064F9E;
-  display: flex;
-}
-.tab-style .tab-style-h button {
-  position: relative;
-  width: 11.88rem;
-  height: 3.69rem;
-  border: 0.06rem solid #E1E1E1;
-  border-bottom: 0;
-  background: #fff;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #888888;
-  font-size: 0.81rem;
-  font-weight: 400;
-  margin-right: -0.06rem;
-}
-.tab-style .tab-style-h button.active {
-  border-color: #064F9E;
-  margin: 0 0 -0.09rem 0;
-  color: #064F9E;
-  font-weight: 700;
-  height: 3.75rem;
-  z-index: 2;
-}
-.tab-style .tab-style-c {
-  padding-top: 1.88rem;
-}
-
-.pop-radio {
-  margin-bottom: 1.56rem;
-}
-
-.mode-radio {
-  padding: 0.94rem 0.75rem;
-}
-.mode-radio .v-selection-control-group {
-  align-items: flex-start;
-  gap: 5rem;
-}
-.mode-radio .v-selection-control-group .v-radio {
-  align-items: flex-start;
-}
-.mode-radio .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  margin-top: 0.63rem;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label {
-  flex-direction: column;
-  align-items: flex-start;
-  overflow: visible;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit {
-  display: flex;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit strong {
-  font-weight: 400;
-  font-size: 0.75rem;
-  display: block;
-  line-height: 2.25rem;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit .term {
-  display: flex;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit .term .term-tit {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  display: flex;
-  margin-right: 1.25rem;
-  align-items: center;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit .term .term-tit:before {
-  width: 0.06rem;
-  height: 0.88rem;
-  background: #C6C6C6;
-  content: "";
-  margin: 0 0.94rem;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .mode-img {
-  margin: 1.56rem 0 0 -1.81rem;
-  width: 23.25rem;
-  height: 13.13rem;
-  background: #F4F4F4;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .mode-img img {
-  width: 100%;
-  height: 100%;
-}
-
-.editor {
-  height: 300px;
-}
-.editor .ql-container {
-  height: calc(100% - 42px);
-}
-
-/* --- darkmode ---*/
-body:has(.darkmode) {
-  background: #101011;
-}
-
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-white {
-  border-color: #272B30;
-  background-color: #1B1E20;
-}
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content {
-  color: #606770;
-}
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-gray {
-  background: #272B30;
-  border-color: #272B30;
-}
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-gray .v-btn__content {
-  color: #fff;
-}
-.darkmode .custom-select.v-input .v-input__control .v-field .v-field__outline {
-  border-color: #272B30;
-}
-.darkmode .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  color: #fff;
-}
-.darkmode .custom-select.v-input .v-input__control .v-field .v-field__field .v-label {
-  color: #fff;
-}
-.darkmode .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  border-color: #272B30;
-  background: #1B1E20;
-  color: #fff;
-}
-.darkmode .custom-input.v-text-field .v-input__control .v-field__append-inner .v-icon:before {
-  color: #fff;
-}
-.darkmode .custom-table.v-table {
-  background: #1A1D1F;
-}
-.darkmode .custom-table.v-table:before {
-  background: #2C2F31;
-}
-.darkmode .custom-table.v-table:after {
-  background: #2C2F31;
-}
-.darkmode .custom-table.v-table .v-table__wrapper table thead tr th {
-  background: #272B30 !important;
-  border-color: #272B30;
-}
-.darkmode .custom-table.v-table .v-table__wrapper table thead tr th .th-item .ico-sort-area .v-icon {
-  background-color: #272B30;
-}
-.darkmode .custom-table.v-table .v-table__wrapper table tbody tr td {
-  color: #fff;
-  border-color: #2C2F31 !important;
-}
-.darkmode .custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.v-selection-control--dirty .v-label {
-  color: #fff;
-  border-color: #272B30;
-  background: #272B30;
-}
-.darkmode .custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio .v-label {
-  border-color: #272B30;
-  background: #1B1E20;
-  color: #9F9FA0;
-}
-.darkmode .calendar-wrap .text {
-  color: #fff;
-}
-.darkmode .calendar .dp__overlay {
-  background: #272B30;
-}
-.darkmode .calendar .dp__overlay_container {
-  background: #272B30;
-}
-.darkmode .calendar .dp__overlay_container::-webkit-scrollbar-track {
-  background-color: #272B30;
-}
-.darkmode .calendar .dp__overlay_container::-webkit-scrollbar-thumb {
-  background-color: #91949B;
-}
-.darkmode .calendar .dp__overlay_container .dp__overlay_row .dp__overlay_col .dp__overlay_cell {
-  color: #fff;
-}
-.darkmode .calendar .dp__overlay_container .dp__overlay_row .dp__overlay_col .dp__overlay_cell:hover {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__input_wrap .dp__input {
-  border-color: #42484F;
-  background-color: #272B30;
-  color: #fff;
-  background-image: url("/assets/img/ico_calendar_w.png");
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu {
-  border: 2px solid #42484F;
-  background-color: #272B30;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__arrow_top {
-  border-color: #42484F;
-  border-width: 2px;
-  background-color: #272B30;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__month_year_row .dp__btn:hover span {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__month_year_row .dp__month_year_wrap .dp__btn {
-  color: #fff;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__month_year_row .dp__month_year_wrap .dp__btn:hover {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_header .dp__calendar_header_item {
-  color: #fff;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_row .dp__calendar_item .dp__cell_inner {
-  color: #fff;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_row .dp__calendar_item .dp__cell_inner.dp__cell_offset {
-  color: #606770;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_row .dp__calendar_item .dp__cell_inner:hover {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__action_row .dp__action_buttons .dp__action_button.dp__action_cancel {
-  border-color: #606770;
-  color: #606770;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__action_row .dp__action_buttons .dp__action_button.dp__action_select {
-  background: #42484F;
-  color: #fff;
-}
-
-.list--dell--btn {
-  background: #d50000 !important;
-  color: #fff !important;
-  font-size: 13px;
-  font-style: normal;
-  font-weight: 500;
-  line-height: 100%; /* 13px */
-  border-radius: 0px !important;
-}
-.list--dell--btn.small {
-  min-width: 30px !important;
-  width: 30px !important;
-  height: 30px !important;
-}
-.list--dell--btn.mid {
-  min-width: 40px !important;
-  width: 40px !important;
-  height: 36px !important;
-}
-.list--dell--btn.type--2 {
-  font-size: 12px !important;
-}
-
-.v-messages__message {
-  padding: 0 0.81rem;
-  margin-top: 0.25rem;
-  letter-spacing: -0.02rem;
-  line-height: 1rem;
-  white-space: nowrap;
-  font-size: 0.75rem;
-  font-weight: 600;
-  color: #E50A0A !important;
-  transition: none !important;
-}
-
-.v-input__details {
-  padding-left: 0px !important;
-}
-
-.v-field--error:not(.v-field--disabled) .v-field__outline {
-  color: #FF8C8C !important;
-  border-color: #FF8C8C !important;
-}
-
-.v-input__details {
-  overflow: visible;
-}
-
-.log--btn {
-  cursor: pointer;
-  position: absolute;
-  right: 10px;
-  z-index: 9;
-}
-
-.se-dialog-footer > div {
-  display: none !important;
-}
-
-.se-dialog-tabs {
-  display: none !important;
-}
-
-/**********************************************
-| 2024-08-26 김민정 :
-**********************************************/
-.mt--125rem {
-  margin-top: 1.25rem;
-}
-
-.mt--1rem {
-  margin-top: 1rem;
-}
-
-.container .new--header {
-  background: #0B318B;
-  /*height:calc(1vh * (90 / 10.8));*/
-  height: 3.75rem;
-  display: flex;
-  align-items: center;
-  flex-shrink: 0;
-  position: relative;
-  padding: 0 1.88rem;
-  z-index: 2200;
-}
-.container .new--header .logo {
-  color: #FFFFFF;
-  font-size: 1.125rem;
-  font-weight: 700;
-  line-height: 100%;
-  flex-shrink: 0;
-  display: flex;
-  align-items: center;
-  margin-right: 15.5rem;
-}
-.container .new--header .logo .logo--img {
-  background-image: url(../img/logo_new.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  width: 2rem;
-  height: 2rem;
-  margin-right: 1rem;
-  display: inline-block;
-}
-.container .new--header .logo .dashboard {
-  color: #FFF500;
-  font-size: 0.9375rem;
-  font-weight: 700;
-  padding-left: 0.81rem;
-  margin-left: 0.81rem;
-  border-left: 1px solid rgba(255, 255, 255, 0.5019607843);
-}
-.container .new--header .gnb {
-  z-index: 10;
-  height: 100%;
-}
-.container .new--header .gnb:hover .gnb-bg {
-  height: 16rem;
-}
-.container .new--header .gnb:hover .depth1 > li .depth2 {
-  height: 16rem;
-}
-.container .new--header .gnb .depth1 {
-  display: flex;
-  height: 100%;
-}
-.container .new--header .gnb .depth1 > li {
-  position: relative;
-}
-.container .new--header .gnb .depth1 > li.active > button {
-  background: #ffffff;
-  color: #0b318b;
-  font-weight: 700;
-}
-.container .new--header .gnb .depth1 > li > button {
-  /* width: calc(1vw * (180 / 19.2)); */
-  /* height:calc(1vh * (90 / 10.8)); */
-  /* min-height:90px; */
-  width: 8.75rem;
-  height: 3.75rem;
-  display: inline-block;
-  color: #fff;
-  font-size: 1rem;
-  font-weight: 600;
-}
-.container .new--header .gnb .depth1 > li .depth2 {
-  position: absolute;
-  overflow: hidden;
-  height: 0;
-  z-index: 10;
-  width: 100%;
-  transition: 0.5s 0s;
-}
-.container .new--header .gnb .depth1 > li .depth2 ul {
-  padding-top: 1.88rem;
-}
-.container .new--header .gnb .depth1 > li .depth2 ul li {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 400;
-  display: block;
-  margin-bottom: 1.88rem;
-  cursor: pointer;
-  text-align: center;
-}
-.container .new--header .gnb .depth1 > li .depth2 ul li.active {
-  color: #064F9E;
-  font-weight: 700;
-}
-.container .new--header .gnb .gnb-bg {
-  position: fixed;
-  /* top:calc(1vh * (90 / 10.8)); */
-  top: 3.75rem;
-  left: 0;
-  right: 0;
-  width: 100vw;
-  background: #fff;
-  z-index: 8;
-  height: 0;
-  transition: 0.5s 0s;
-  box-shadow: 0 0.25rem 0.63rem 0 rgba(0, 0, 0, 0.25);
-}
-.container .new--header .util {
-  display: flex;
-  align-items: center;
-  gap: 0.625rem;
-  margin-left: auto;
-  flex-shrink: 0;
-}
-.container .new--header .util .ico {
-  font-size: 0;
-}
-.container .new--header .util .btn-setting {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: no-repeat center/100%;
-  background-image: url(../img/ico_setting.svg);
-}
-.container .new--header .util .btn-alarm {
-  width: 2rem;
-  height: 2rem;
-  position: relative;
-}
-.container .new--header .util .btn-alarm.type1 .ico {
-  width: 2rem;
-  height: 2rem;
-  background-image: url("../img/ico_alarm4.svg");
-  background-size: cover !important;
-}
-.container .new--header .util .btn-alarm.type2 .ico {
-  width: 2rem;
-  height: 2rem;
-  background-image: url("../img/ico_alarm3.svg");
-  background-size: cover !important;
-}
-.container .new--header .util .btn-alarm .ico {
-  position: relative;
-  width: 1.625rem;
-  height: 1.625rem;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-alarm .ico .dot {
-  position: absolute;
-  background: #E42325;
-  width: 0.44rem;
-  height: 0.44rem;
-  border-radius: 100%;
-  right: 0;
-  top: 0;
-}
-.container .new--header .util .btn-alarm .alarm-detail {
-  position: absolute;
-  width: 8.75rem;
-  height: 4.44rem;
-  top: 3rem;
-  left: 50%;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  transform: translateX(-50%);
-  padding: 1.31rem 1.25rem 1rem 1.25rem;
-  background: url("../img/bg_tooltip.svg") no-repeat center/100%;
-}
-.container .new--header .util .btn-alarm .alarm-detail strong {
-  color: #222222;
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch {
-  width: 2.25rem;
-  flex: 0 0 auto;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-switch__track {
-  background: #ECECEC;
-  height: 0.75rem;
-  width: 2.25rem;
-  opacity: 1;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-switch__thumb {
-  box-shadow: none;
-  background: #92989E;
-  width: 1.13rem;
-  height: 1.13rem;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__track {
-  background: #D7E4F1;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__thumb {
-  background: #064f9e;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-selection-control__input::before {
-  display: none;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-ripple__container {
-  display: none;
-}
-.container .new--header .util .btn-mode {
-  position: relative;
-}
-.container .new--header .util .btn-mode.type1 .ico {
-  background-image: url("../img/ico_mode_white.svg");
-}
-.container .new--header .util .btn-mode.type2 .ico {
-  background-image: url("../img/ico_mode_dark.svg");
-}
-.container .new--header .util .btn-mode .ico {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-mode .mode-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  transform: translateX(-50%);
-  width: 12.63rem;
-  height: 9.75rem;
-  padding: 2.06rem 1.25rem 1.25rem 1.56rem;
-  background: url("../img/bg_tooltip2.svg") no-repeat center/100%;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  position: relative;
-  height: 2.5rem;
-  margin: 0;
-  padding-left: 5.63rem;
-  flex: auto;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  position: absolute;
-  left: 0;
-  top: 0;
-  width: 4.38rem;
-  height: 2.5rem;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/img_mode_white.svg");
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/img_mode_dark.svg");
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.container .new--header .util .btn-lang {
-  position: relative;
-  width: 1.625rem;
-  height: 1.625rem;
-}
-.container .new--header .util .btn-lang .ico {
-  /*width: 2rem;
-  height: 2rem;
-  border: 0.06rem solid #fff;
-  background-color: #0B318B;
-  border-radius: 100%;
-  color: #fff;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 0.81rem;*/
-}
-.container .new--header .util .btn-lang .ico.KR {
-  background-image: url(../img/ico_lang_korea2.svg);
-  width: 1.625rem;
-  height: 1.625rem;
-  background-size: cover;
-  display: inline-block;
-  background-position: center;
-}
-.container .new--header .util .btn-lang .ico.EN {
-  background-image: url(../img/ico_lang_english.svg);
-  width: 1.625rem;
-  height: 1.625rem;
-  background-size: cover;
-  display: inline-block;
-  background-position: center;
-}
-.container .new--header .util .btn-lang .lang-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  width: 9.75rem;
-  height: 7.31rem;
-  transform: translateX(-50%);
-  background: url("../img/bg_tooltip3.svg") no-repeat center/100%;
-  padding: 1.63rem 1.25rem 1.25rem 1.56rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  height: 1.63rem;
-  margin: 0;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  width: 1.63rem;
-  height: 1.63rem;
-  display: inline-block;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/ico_lang_korea.svg");
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/ico_lang_english.svg");
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-left: 0.63rem;
-}
-.container .new--header .util .divider {
-  width: 0.06rem;
-  height: 1.88rem;
-  margin: 0 0.815rem;
-  background: rgba(255, 255, 255, 0.5);
-}
-.container .new--header .util .user-info-wrap {
-  display: flex;
-  align-items: center;
-}
-.container .new--header .util .user-info-wrap .user-info {
-  display: flex;
-  position: relative;
-}
-.container .new--header .util .user-info-wrap .user-info .ico {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: #fff;
-  border-radius: 100%;
-  color: #438DFF;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 1rem;
-  cursor: pointer;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail {
-  position: absolute;
-  top: 2.7rem;
-  left: 50%;
-  width: 11.88rem;
-  padding: 1.25rem;
-  transform: translateX(-50%);
-  background: #FFF;
-  border: 1px solid #ddd;
-  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
-  border-radius: 0.625rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail:after {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #fff;
-  position: absolute;
-  top: -0.5875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail:before {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #ddd;
-  position: absolute;
-  top: -0.6875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom--btn--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail p {
-  color: #111;
-  font-size: 0.94rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail p span {
-  font-weight: 600;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail ul {
-  padding-bottom: 1.25rem;
-  margin-bottom: 0.94rem;
-  border-bottom: 0.06rem solid #e1e1e1;
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail ul li {
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail ul.nw--btn--text--type {
-  gap: 0.6rem;
-  border-bottom: 0px;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default {
-  border: 0.06rem solid #D0DDEA;
-  border-radius: 0.31rem;
-  width: 100%;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #798592;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover {
-  border: 0.06rem solid rgba(6, 79, 158, 0.5);
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover .v-btn__content {
-  color: #064F9E !important;
-}
-.container .new--header .util .user-name {
-  color: #fff;
-  font-size: 0.81rem;
-  padding: 0 0.815rem;
-  font-weight: 700;
-  cursor: pointer;
-}
-.container .new--header .util .btn-logout {
-  width: 2rem;
-  height: 2rem;
-  background: url("../img/ico_logout.svg") no-repeat center/100%;
-}
-
-/**********************************************
-| css 오버라이딩
-**********************************************/
-.ag-sort-indicator-icon {
-  background-image: url(../img/bg_login.svg);
-}
-
-.tbl-list-top {
-  margin-bottom: 1.25rem;
-}
-.tbl-list-top .total .total-num strong {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.tbl-list-top .total .total-num strong span {
-  color: #438dff;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-num .total-slt::before {
-  margin: 0 0.75rem;
-  background-color: #8e8e8e;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  margin-right: 0.5rem;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection .page-list-item {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection .page-list-item .page {
-  color: #444444;
-  font-weight: 400;
-}
-.tbl-list-top .total .grid-tit {
-  color: #222;
-  font-size: 0.9375rem;
-  font-style: normal;
-  margin-top: 1.2rem;
-  line-height: 2.25rem;
-  font-weight: 700;
-  letter-spacing: -0.00938rem;
-  text-transform: uppercase;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt {
-  width: 7.8125rem;
-  border: 1px solid #afbece;
-  background-color: #ffffff;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt .v-btn__content {
-  color: #6F8AA6;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt .v-btn__content .ico {
-  background-image: url(../img/ico_cal.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-  background-size: cover;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt.v-btn--disabled {
-  background-color: #fbfbfb !important;
-  border: 1px solid #e0e0e0;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt.v-btn--disabled .v-btn__content {
-  color: #E0E0E0 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_cal_dis.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-  background-size: cover;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background-color: #6f8aa6;
-  width: 5.25rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del:hover {
-  background-color: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  margin-right: 0.375rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_del_disabled.svg);
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.v-btn--disabled {
-  background: #e0e0e0 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input.type2 .v-input__control .v-selection-control .v-label {
-  padding-left: 0.37rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 500;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input.type2 .v-input__control .v-selection-control .v-label span {
-  color: #111111;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.tbl-list-top .excel-search {
-  gap: 0.5rem;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel {
-  width: 8.56rem;
-  border-radius: 0.5rem;
-  background-color: #ffffff;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel .v-btn__content {
-  font-size: 0.875rem;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled {
-  background-color: #fbfbfb !important;
-  border: 1px solid #e0e0e0 !important;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content {
-  color: #e0e0e0 !important;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_excel_d.svg);
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled.up .v-btn__content .ico {
-  background-image: url(../img/ico_excel_d.svg) !important;
-}
-.tbl-list-top .excel-search .custom-input .v-input__control .v-field__field .v-field__input {
-  width: 17.3125rem;
-  padding-left: 0.75rem;
-  font-size: 0.75rem !important;
-  font-weight: 400 !important;
-}
-.tbl-list-top .excel-search .custom-input .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #8e8e8e;
-}
-.tbl-list-top .excel-search .custom-input .v-input__control .v-field__field .v-field__input::placeholder {
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #8e8e8e;
-}
-
-.view-btm-btn > div {
-  gap: 0.5rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default {
-  width: 5.25rem;
-  height: 2.25rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list {
-  width: 5.25rem;
-  height: 2.25rem;
-  border: 1px solid #e0e0e0;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.38rem;
-  background-image: url(../img/ico_view_list2.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  width: 5.25rem;
-  height: 2.25rem;
-  border: none;
-  background: #6F8AA6;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  color: #ffffff;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  width: 1.125rem;
-  height: 1.125rem;
-  margin-right: 0.38rem;
-  background-image: url(../img/ico_del2.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del:hover {
-  background: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_del_disabled2.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 {
-  background-color: #6f8aa6;
-  border: none;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 .v-btn__content {
-  color: #ffffff;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 .v-btn__content .ico {
-  width: 1.25rem;
-  margin-right: 0.38rem;
-  height: 1.25rem;
-  background-image: url(../img/ico_cancel.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2:hover {
-  background-color: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-  border: none;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled .v-btn__content {
-  color: #8E8E8E !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_cancel_disabled.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2 {
-  background-color: #438dff;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2:hover {
-  background: #90BCFF;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_save_disabled.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2 .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-image: url(../img/ico_save.svg);
-}
-
-.custom-dialog {
-  border-radius: 0.5rem;
-}
-.custom-dialog .modal-desc {
-  padding: 1.25rem;
-}
-.custom-dialog .modal-desc > strong {
-  color: #000000;
-  font-weight: 500;
-  font-size: 0.875rem;
-  line-height: 0.875rem;
-}
-.custom-dialog .modal-desc2 {
-  padding: 0.65rem 1.25rem 0.65rem 1.25rem;
-}
-.custom-dialog .modal-desc2 ul li {
-  padding-left: 1.2rem;
-  position: relative;
-  color: #555555;
-  font-size: 0.875rem;
-  font-weight: 400;
-  margin-bottom: 1rem;
-}
-.custom-dialog .modal-desc2 ul li:last-child {
-  margin-bottom: 0;
-}
-.custom-dialog .modal-desc2 ul li::before {
-  width: 0.2rem;
-  height: 0.2rem;
-  display: inline-block;
-  background-color: #555555;
-  position: absolute;
-  width: 0.31rem;
-  height: 0.31rem;
-  left: 0;
-  top: 0.38rem;
-  background: #C0C0C0;
-  border-radius: 100%;
-  content: "";
-}
-.custom-dialog .modal-tit {
-  height: 4rem;
-  padding: 1.25rem;
-  border-bottom: none;
-}
-.custom-dialog .modal-tit > strong {
-  font-size: 1rem;
-  color: #000000;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .modal-tit .modal--btn--wrap {
-  display: flex;
-  margin-left: auto;
-  gap: 1.25rem;
-}
-.custom-dialog .modal-tit .modal--btn--wrap .btn-bar {
-  width: 1.5rem;
-  height: 1.5rem;
-  background-size: cover;
-  background-image: url(../img/ico_bar.svg);
-}
-.custom-dialog .modal-tit .modal--btn--wrap .btn-square {
-  width: 1.5rem;
-  height: 1.5rem;
-  background-size: cover;
-  background-image: url(../img/ico_square.svg);
-}
-.custom-dialog .modal-tit .btn-close {
-  background-image: url(../img/ico_close.svg);
-}
-.custom-dialog .v-common-dialog-content {
-  padding: 0.38rem 1.25rem 1.25rem 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod {
-  padding-bottom: 0;
-}
-.custom-dialog .v-common-dialog-content .info-mod .mod-txt {
-  font-size: 0.9375rem;
-  margin-top: 1.56rem;
-  margin-bottom: 1.94rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .txt-field-box .custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .txt-field-box .custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .txt-field-box .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  height: 2.25rem;
-  min-height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .error-txt {
-  margin: 0.8rem 0 0 !important;
-}
-.custom-dialog .v-common-dialog-content .txt-field-box.error .ico {
-  right: 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg {
-  margin-top: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit .num {
-  background-color: #0B318B;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify {
-  background-color: #F1F7FF;
-  border-radius: 0.5rem;
-  border: none;
-  padding: 1.38rem 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .error-txt {
-  width: 15.625rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo {
-  display: flex;
-  gap: 0.75rem;
-  margin-bottom: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo .logo {
-  width: 1.625rem;
-  height: 1.625rem;
-  background-image: url(../img/ico_logo.svg);
-  background-size: cover;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo > p {
-  color: #333;
-  font-size: 0.9375rem;
-  font-style: normal;
-  font-weight: 700;
-  line-height: 100%;
-  /* 0.9375rem */
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box {
-  width: 15.625remf;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box:nth-child(3) {
-  margin-bottom: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box .v-input.v-text-field.custom-input.mini {
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box .v-input.v-text-field.custom-input.mini .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box .v-input.v-text-field.custom-input.mini .v-input__control .v-field__field .v-field__input {
-  height: 2.25rem;
-  min-height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor {
-  width: 15.625rem;
-  background-color: #0B318B;
-  border-radius: 0.5rem;
-  border: none;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor:hover {
-  background-color: #4875DE !important;
-  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor .v-btn__content {
-  font-size: 0.9375rem !important;
-  font-weight: 700 !important;
-  letter-spacing: -0.02813rem !important;
-  color: #ffffff;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 {
-  width: 100%;
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-  justify-content: center;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 > p {
-  color: #0B318B;
-  text-align: center;
-  font-size: 1.125rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-  letter-spacing: -0.01125rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 > span {
-  color: #444;
-  text-align: center;
-  font-size: 0.9375rem;
-  font-weight: 400;
-  letter-spacing: -0.00938rem;
-  display: inline-block;
-  margin-bottom: 1.87rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box {
-  display: flex;
-  align-items: center;
-  width: 80%;
-  justify-content: center;
-  gap: 0.6rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default {
-  margin-top: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-password {
-  background-color: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-password.v-btn--disabled {
-  background-color: #fff !important;
-  border: 1px solid #CCC;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-password.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-blue {
-  width: 3.5rem;
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-blue.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .error-txt {
-  width: 80%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y {
-  padding: 2.37rem 0;
-  display: flex;
-  flex-direction: column;
-  gap: 1.88rem;
-  align-items: center;
-  justify-content: center;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y .ico {
-  width: 5rem;
-  height: 5rem;
-  border-radius: 50%;
-  background-color: #fff;
-  background-position: center;
-  background-size: 2.25rem 3rem;
-  background-image: url(../img/ico_certify_y2.svg);
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y > p {
-  color: #000;
-  font-size: 0.9375rem;
-  font-style: normal;
-  font-weight: 500;
-  line-height: 100%;
-  letter-spacing: -0.00938rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y > p > span {
-  color: #034ea2;
-  font-size: 0.9375rem;
-  font-style: normal;
-  font-weight: 500;
-  line-height: 100%;
-  letter-spacing: -0.00938rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-chk .v-input .v-input__control .v-selection-control .v-label {
-  padding-left: 0.38rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-chk .v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .numbering {
-  border-radius: 6.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type {
-  border-radius: 0.5rem;
-  background: #FFF;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type.col4 {
-  margin-top: 0px;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr {
-  border-top: 1px solid #e0e0e0;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr th {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr th .cir {
-  width: 0.3125rem;
-  height: 0.3125rem;
-  display: inline-block;
-  background-color: #ff4f60;
-  border-radius: 50%;
-  margin-left: 0.37rem;
-  vertical-align: 2px;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td.critical {
-  color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td.major {
-  color: #438DFF;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td.minor {
-  color: #848BA4;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #6f8aa6;
-  font-weight: 600 !important;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 {
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400;
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .alert-txt .color--red {
-  color: #E1473D;
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content.type--l {
-  padding: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.type--l .agree--contents {
-  height: calc(100vh - 30rem);
-  overflow-y: auto;
-}
-.custom-dialog .v-common-dialog-content.type--l .agree--contents.border--top {
-  border-top: 1px solid #e8e8e8;
-}
-.custom-dialog .v-common-dialog-content.chart {
-  max-height: calc(100vh - 10rem);
-  padding: 0 1.25rem 1.25rem 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab {
-  padding-bottom: 1.25rem;
-  display: flex;
-  justify-content: flex-start;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-input {
-  flex: none;
-  margin-right: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group {
-  gap: 0.63rem;
-  display: flex;
-  flex-direction: row;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-selection-control {
-  width: 5.1875rem;
-  height: 2.25rem;
-  flex: none;
-  background-color: black;
-  text-align: center;
-  border-radius: 0.375rem;
-  background-color: #E0E0E0;
-  color: #8e8e8e;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-selection-control.v-selection-control--dirty {
-  background-color: #6F8AA6;
-  color: #ffffff;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-selection-control__wrapper {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-label {
-  width: 100%;
-  display: flex;
-  justify-content: center;
-  opacity: 1;
-  font-size: 0.875rem;
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .total-wrap {
-  display: flex;
-  gap: 0.1rem;
-  margin-right: 1.87rem;
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-style: normal;
-  align-items: center;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .total-wrap span {
-  color: #438DFF;
-  font-weight: 900;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap {
-  padding: 0;
-  gap: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .v-input {
-  margin-right: 0;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  background: #ffffff;
-  border: 1px solid #d9d9d9;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list .v-btn__content .ico {
-  width: 1.25rem;
-  background-size: cover;
-  height: 1.25rem;
-  background-image: url(../img/ico_list.svg);
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list.active {
-  background: #438DFF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list.active .v-btn__content .ico {
-  background-image: url(../img/ico_list_white.svg);
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap {
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop {
-  position: absolute;
-  z-index: 100;
-  width: 26.375rem;
-  top: 3rem;
-  background-color: #ffffff;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 0.625rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-tit {
-  height: 3.125rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-tit .btn-close.mini {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont {
-  padding: 0.94rem 1.25rem;
-  height: 60vh;
-  overflow-y: auto;
-  display: grid;
-  grid-template-columns: repeat(2, 1fr); /* 2열 레이아웃 */
-  gap: 0.62rem;
-  align-content: start;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input {
-  width: 100%;
-  height: 2.5rem;
-  display: inline-block;
-  border-radius: 0.3125rem;
-  border: 1px solid #DFDFDF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control {
-  width: 100%;
-  padding: 0 0.94rem;
-  height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control .v-label {
-  width: 100%;
-  display: inline-block;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-  background-image: url(../img/ico_chk_off.svg);
-  min-width: 1rem;
-  width: 1rem;
-  height: 1rem;
-  border: 0;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-checkbox-marked {
-  background-image: url(../img/ico_chk_on.svg);
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .btn-wrap {
-  padding: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 1rem;
-  overflow-y: auto;
-  height: 75vh;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart {
-  display: flex;
-  justify-content: space-between;
-  flex-direction: row;
-  width: 100%;
-  height: 25vh;
-  gap: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap {
-  height: 100%;
-  width: 33.3333333333%;
-  gap: 2.5rem;
-  border-radius: 0.625rem;
-  border: 1px solid #efefef;
-  flex-direction: column;
-  padding: 1.2rem 1.2rem 0 1.2rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap::after {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-total {
-  margin: 0;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-total p {
-  width: 100%;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-total .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_set.svg);
-  display: inline-block;
-  background-size: cover;
-  cursor: pointer;
-  float: right;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con {
-  width: 100%;
-  height: 80%;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-wrap-fix {
-  left: 1rem;
-  top: auto;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in {
-  height: 100%;
-  z-index: 10;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in > div {
-  height: 100%;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend {
-  height: auto;
-  display: flex;
-  position: absolute;
-  right: 50%;
-  transform: translateX(50%);
-  top: -1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend {
-  display: flex;
-  align-items: center;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend .line {
-  margin-left: 1.25rem;
-  width: 0.9375rem;
-  height: 0.1875rem;
-  border-radius: 6.25rem;
-  display: inline-block;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend p {
-  color: #333;
-  font-size: 0.8125rem;
-  font-style: normal;
-  margin-left: 0.75rem;
-  font-weight: 400;
-  letter-spacing: -0.00813rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:first-child .line {
-  background-color: #FF531E;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(2) .line {
-  background-color: #44C5FF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(3) .line {
-  background-color: #FF00C7;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(4) .line {
-  background-color: #AF70FF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(5) .line {
-  background-color: #4862FF;
-}
-.custom-dialog .v-common-dialog-content .core--list--component h2.fw--500 {
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component h2.fw--500 > span {
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .core--list--component h2.fw--500.mb--125rem {
-  margin-bottom: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat {
-  padding-top: 1.25rem;
-  display: flex;
-  gap: 0.62rem;
-  justify-content: space-between;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li {
-  width: 100%;
-  border-radius: 62.5rem;
-  height: 2.375rem;
-  color: #ffffff;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  padding: 0 1.12rem;
-  display: flex;
-  align-items: center;
-  line-height: 2.375rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li .ico {
-  background-image: url(../img/ic_tenant01.svg);
-  margin-right: 0.62rem;
-  width: 1rem;
-  display: inline-block;
-  background-repeat: no-repeat;
-  background-size: cover;
-  background-position: center;
-  height: 1rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li span:last-child {
-  margin-left: auto;
-  font-weight: 900;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.critical {
-  background-color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.major {
-  background-color: #438DFF;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.minor {
-  background-color: #C3C8D8;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.disconnected {
-  background-color: #fff;
-  border: 1px solid #ffc7c3;
-  color: #333333;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.disconnected .ico {
-  background-image: url(../img/ico_ban.svg);
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.disconnected span:last-child {
-  color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area {
-  border-radius: 0.9375rem;
-  border: 1px solid #DFDFDF;
-  overflow: hidden;
-  height: 12rem;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .side--title {
-  position: absolute;
-  border-radius: 0.4375rem;
-  border: 1px solid #848484;
-  background: rgba(0, 0, 0, 0.5);
-  top: 0.94rem;
-  left: 0.94rem;
-  padding: 0.5rem 0.75rem;
-  color: #ffffff;
-  text-align: center;
-  font-size: 0.75rem;
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info {
-  position: absolute;
-  padding: 1rem 1.25rem;
-  border-radius: 0.625rem;
-  border: 1px solid #E3E3E3;
-  width: 12.5rem;
-  background: #FFF;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info .area--info--title {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 1rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info .area--info--title p {
-  color: #222;
-  font-size: 0.9375rem;
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info .area--info--title .btn-close {
-  background-image: url(/_nuxt/assets/img/ico_close_gray.svg);
-  width: 1rem;
-  height: 1rem;
-  background-repeat: no-repeat;
-  background-size: cover;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.3rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li {
-  display: flex;
-  align-items: center;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li .ico {
-  width: 0.625rem;
-  height: 0.625rem;
-  border-radius: 50%;
-  display: inline-block;
-  margin-right: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li .ico.green {
-  background-color: #55E074;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li .ico.red {
-  background-color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li span:nth-child(2) {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li span:nth-child(3) {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-left: auto;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li span:nth-child(3).active {
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area.big--map {
-  height: 22rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component--grid .title h2 {
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component--grid .title h2 span {
-  font-weight: 700;
-}
-.custom-dialog .btn-wrap {
-  justify-content: flex-end;
-  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default {
-  width: 5.25rem;
-  height: 2.25rem;
-  border: none;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled {
-  background: #e0e0e0 !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_chk_circle_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-image: url(../img/ico_chk_circle.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  background-position: center;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-id {
-  width: 7.5625rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-id .ico {
-  background-image: url(../img/ico_id_on.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-id.v-btn--disabled .ico {
-  background-image: url(../img/ico_id_off.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-pw {
-  width: 9.1875rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-pw .ico {
-  background-image: url(../img/ico_id_on.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-pw.v-btn--disabled .ico {
-  background-image: url(../img/ico_id_off.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-ext .v-btn__content .ico {
-  background-image: url(../img/ico_time.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-ext.v-btn--disabled .ico {
-  background-image: url(../img/ico_time_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white {
-  background-color: #6f8aa6;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white:hover {
-  background-color: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white.v-btn--disabled {
-  background: #e0e0e0 !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_cancel_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content {
-  color: #ffffff;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-image: url(../img/ico_cancel.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  background-position: center;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2 {
-  background-color: #438dff;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.btn-mod .v-btn__content .ico {
-  background-image: url(../img/ico_mod2.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2:hover {
-  background: #90BCFF;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_save_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled.btn-mod .v-btn__content .ico {
-  background-image: url(../img/ico_mod_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2 .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-size: cover;
-  background-image: url(../img/ico_save.svg);
-}
-
-.container .content .content-tit {
-  margin-bottom: 1.25rem;
-}
-.container .content .content-tit .location {
-  gap: 0.37rem;
-}
-.container .content .content-tit .location > span {
-  font-size: 0.875rem;
-  color: #444444;
-  letter-spacing: -0.0175rem;
-}
-.container .content .content-tit .location > span.now {
-  font-weight: 700;
-}
-.container .content .content-tit h2 {
-  font-size: 1.125rem;
-  color: #000;
-  font-weight: 400;
-}
-.container .content .content-tit > span {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .content-tit > span::before {
-  background-color: #8e8e8e;
-}
-.container .content .content-tit > span.arr {
-  color: #0B318B;
-  font-size: 1.125rem;
-  font-style: normal;
-  margin-right: 0.62rem;
-  font-weight: 700;
-  line-height: 100%; /* 1.125rem */
-}
-.container .content .content-tit > span.arr::before {
-  background-color: transparent;
-  background-image: url(../img/ico_tit_arr.svg);
-  width: 1.1875rem;
-  height: 1.1875rem;
-  background-size: cover;
-  background-repeat: no-repeat;
-  margin: 0 0.62rem;
-}
-.container .content .content-tit .ico {
-  width: 1.375rem;
-  height: 1.375rem;
-  background-image: url(../img/ico_set_blue.svg);
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .search-wrap .search-btn .v-btn {
-  width: 5.25rem !important;
-}
-.container .content .search-wrap .custom-btn.v-btn.v-btn--density-default.btn-gray-bor {
-  border: 1px solid #cccccc;
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.container .content .search-wrap .custom-btn.v-btn.v-btn--density-default.btn-gray-bor:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.container .content .search-wrap .perfor-tab {
-  margin-right: 1.87rem;
-  padding-right: 1.87rem;
-  border-right: 1px solid #e4e4e4;
-  width: auto;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group {
-  width: 6.5625rem;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control {
-  width: 6.5625rem;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control .v-radio:hover .v-label {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control .v-radio.v-selection-control--dirty .v-label {
-  color: #000000;
-  border: 1px solid #a5a5a5;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control .v-radio .v-label {
-  background-color: #ffffff;
-  border-radius: 0.375rem;
-  font-size: 0.8125rem;
-  font-weight: 600;
-  letter-spacing: -0.00813rem;
-  color: #949494;
-  border: 1px solid #e0e0e0;
-}
-.container .content .search-wrap .search-line-wrap {
-  gap: 1rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line {
-  gap: 2.5rem;
-  align-items: center;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box > strong {
-  margin-right: 0.5rem;
-  width: 5.875rem;
-  margin-left: 0;
-  font-size: 0.875rem;
-  font-weight: 700;
-  color: #444444;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box > strong.op--3 {
-  opacity: 0.3;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info {
-  width: 1rem;
-  height: 1rem;
-  background-image: url(../img/ico_info.svg);
-  background-size: cover;
-  background-repeat: no-repeat;
-  margin-left: 0.3rem;
-  position: relative;
-  cursor: pointer;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info .info--tt {
-  position: absolute;
-  top: -3.5rem;
-  left: -11.8rem;
-  display: inline-block;
-  font-style: normal;
-  font-weight: 500;
-  color: #fff;
-  background-color: rgba(67, 141, 255, 0.7);
-  padding: 0.9375rem 1.5625rem 1.0625rem 1.5625rem;
-  border-radius: 0.625rem;
-  width: 25rem;
-  text-align: center;
-  display: none;
-  z-index: 30;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info .info--tt::after {
-  content: "";
-  background-image: url(../img/ico_tool.svg);
-  width: 0.875rem;
-  height: 0.625rem;
-  display: inline-block;
-  position: absolute;
-  bottom: -0.625rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info:hover .info--tt {
-  display: block;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in {
-  margin-left: 0;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input .v-input__control .v-field .v-field__field {
-  padding-left: 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input .v-input__control .v-field.v-field--disabled .v-field__input .v-select__selection .v-select__selection-text {
-  color: #e0e0e0 !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon {
-  margin-right: 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input.v-input--disabled .v-input__control .v-field {
-  background-color: #fbfbfb;
-  opacity: 1;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input.v-input--disabled .v-input__control .v-field__outline {
-  border: 1px solid #ccc;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-input.v-text-field .v-input__control .v-field__field .v-field__input:-moz-read-only {
-  color: #000000 !important;
-  font-weight: 400 !important;
-  background: #ffffff;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-input.v-text-field .v-input__control .v-field__field .v-field__input:read-only {
-  color: #000000 !important;
-  font-weight: 400 !important;
-  background: #ffffff;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio .v-selection-control--disabled {
-  opacity: 1;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms {
-  width: auto;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms .v-input__control .v-selection-control-group {
-  gap: 0.5rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms .v-input__control .v-selection-control-group .v-selection-control.v-radio {
-  width: 2.8125rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap {
-  margin-left: 0.5rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar {
-  width: 12.5rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap::before {
-  right: 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input.dp__disabled {
-  border: 1px solid #CCC;
-  background-color: #FBFBFB;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input.dp__disabled::-moz-placeholder {
-  color: #e0e0e0 !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input.dp__disabled::placeholder {
-  color: #e0e0e0 !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__main .dp--menu-wrapper {
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 1.25rem;
-  overflow: hidden;
-  z-index: 2;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__main .dp--menu-wrapper .dp__menu .dp__arrow_top {
-  display: none;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-refresh {
-  width: 2.25rem;
-  height: 2.25rem;
-  padding: 0;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-refresh .v-btn__content .ico {
-  background-image: url(../img/ico_backup1.svg);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref {
-  width: 2.25rem;
-  min-width: 2.25rem;
-  height: 2.25rem;
-  padding: 0;
-  border-radius: 0.375rem;
-  border: 1px solid #CCC;
-  margin-left: 0.3rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref .v-btn__content .ico {
-  display: inline-block;
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  background-image: url(../img/ico_refresh.svg);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref.v-btn--disabled {
-  border: 1px solid #E7E7E7;
-  background-color: #ffffff !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_refresh_dis.svg);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .text {
-  color: #8e8e8e;
-}
-.container .content .chart-wrap {
-  background-color: #ffffff;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 0.5rem;
-  padding: 1.88rem;
-  flex-direction: column;
-}
-.container .content .chart-wrap .no--data {
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  color: var(--gray2, #444);
-  font-size: 0.875rem;
-  font-weight: 700;
-  height: 100%;
-}
-.container .content .chart-wrap .no--data .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.62rem;
-  background-size: cover;
-  background-image: url(../img/ico_no_data_nw.svg);
-}
-.container .content .chart-wrap .chart-total {
-  margin-top: 0;
-  font-size: 0.9375rem;
-  z-index: 1;
-  background-color: #ffffff;
-  margin-bottom: 1rem;
-}
-.container .content .chart-wrap .chart-total > p {
-  font-size: 0.9375rem;
-  font-weight: 700;
-}
-.container .content .chart-wrap .chart-total .legend-area {
-  justify-content: center;
-  gap: 1.56rem;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box {
-  color: #333333;
-  font-weight: 400;
-  font-size: 0.8125rem;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box.none--atv {
-  color: rgba(68, 68, 68, 0.3);
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box.none--atv .cir {
-  background-color: rgba(68, 68, 68, 0.3) !important;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir {
-  width: 0.9375rem;
-  height: 0.1875rem;
-  border-radius: 6.25rem;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir1 {
-  background-color: #FF531E;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir2 {
-  background-color: #44C5FF;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir3 {
-  background-color: #FF00C7;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir4 {
-  background-color: #AF70FF;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir5 {
-  background-color: #4862FF;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir6 {
-  background-color: #6ACB52;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir7 {
-  background-color: #00D47B;
-}
-.container .content .chart-wrap .chart-wrap-fix {
-  left: 1.5rem;
-  width: 100%;
-  height: 100%;
-  top: 4rem;
-}
-.container .content .chart-wrap .scrl-chart {
-  margin-left: 0;
-  padding-bottom: 0;
-  height: 100%;
-}
-.container .content .chart-wrap .scrl-chart .scrl-in {
-  height: 100%;
-}
-.container .content .chart-wrap .scrl-chart .scrl-in div {
-  height: 100%;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr {
-  border-top: 1px solid #e0e0e0;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr th {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr th .cir {
-  width: 0.3125rem;
-  height: 0.3125rem;
-  display: inline-block;
-  background-color: #ff4f60;
-  border-radius: 50%;
-  margin-left: 0.37rem;
-  vertical-align: 2px;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status {
-  display: inline-block;
-  border: 1px solid #B8D4FF;
-  padding: 0.5rem 0.62rem;
-  border-radius: 6.25rem;
-  color: #438DFF;
-  font-size: 0.75rem;
-  font-style: normal;
-  font-weight: 400;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status .ico {
-  display: inline-block;
-  width: 0.75rem;
-  margin-right: 0.62rem;
-  height: 0.75rem;
-  background-color: #438dff;
-  border-radius: 50%;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status.discon {
-  border: 1px solid #E8E7ED;
-  color: #A5A3AE;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status.discon .ico {
-  background-color: #D8D7DC;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #6f8aa6;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400 !important;
-  min-height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400 !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400 !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__details {
-  overflow: visible;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__details .v-messages__message {
-  padding: 0;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 {
-  min-height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400;
-  min-height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-label {
-  padding-left: 0.56rem;
-  font-weight: 500;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1rem;
-  height: 1rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border: 1px solid #C0C0C0;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border: 1px solid #C0C0C0;
-  background-color: #438dff;
-}
-.container .content .content--db--wrap {
-  display: flex;
-  gap: 1.25rem;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title h3 {
-  color: #222;
-  font-size: 1rem;
-  font-weight: 700;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title .d--day {
-  border-radius: 6.25rem;
-  border: 1px solid #AFCFFF;
-  color: #438DFF;
-  font-size: 0.8125rem;
-  font-weight: 700;
-  padding: 0.5rem 0.94rem 0.62rem;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title .d--day span {
-  font-weight: 400;
-}
-.container .content .content--db--wrap .content--l {
-  background-color: #fff;
-  width: 28.125rem;
-  height: 52.8125rem;
-  padding: 1.25rem;
-  border-radius: 1.25rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  padding: 3rem 0rem 3rem 0rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart {
-  position: relative;
-  width: 12.5rem;
-  height: 12.5rem;
-  max-width: 12.5rem;
-  max-height: 12.5rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart canvas {
-  position: relative;
-  z-index: 3;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart:after {
-  content: "";
-  display: block;
-  width: 12.5rem;
-  height: 12.5rem;
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
-  background: #EAEAEA;
-  border-radius: 12.5rem;
-  z-index: 1;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart:before {
-  content: "";
-  display: block;
-  width: 7.5rem;
-  height: 7.5rem;
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
-  background: #fff;
-  border-radius: 12.5rem;
-  z-index: 2;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table {
-  width: 100%;
-  margin-top: 1.75rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr {
-  border-top: 1px solid #e0e0e0;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr th {
-  text-align: left;
-  padding: 1.12rem 0.62rem;
-  font-size: 0.875rem;
-  color: #444444;
-  font-weight: 700;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr td {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr td span {
-  font-weight: 700;
-  color: #438dff;
-}
-.container .content .content--db--wrap .content--r {
-  display: flex;
-  flex-direction: column;
-  width: calc(100% - 28.14rem);
-  gap: 1.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t {
-  background-color: #fff;
-  width: 100%;
-  border-radius: 1.25rem;
-  height: 27.625rem;
-  padding: 1.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner {
-  height: 100%;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title {
-  margin-bottom: 1.12rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap {
-  display: flex;
-  gap: 1.88rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status {
-  display: flex;
-  position: relative;
-  gap: 0.63rem;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card {
-  padding: 0.5rem 0.75rem;
-  border-radius: 6.25rem;
-  display: flex;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card span {
-  color: #111;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-  margin-right: 1.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card span.count {
-  margin-right: 0;
-  font-weight: 700;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card .ico {
-  background-repeat: no-repeat;
-  background-position: center;
-  background-size: cover;
-  width: 0.875rem;
-  height: 0.875rem;
-  margin-right: 0.63rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.con {
-  border: 1px solid #a1c6ff;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.con .ico {
-  background-image: url(../img/ico_status1.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.con .count {
-  color: #438DFF;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.dis--con {
-  border: 1px solid #F6A19B;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.dis--con .ico {
-  background-image: url(../img/ico_status2.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.dis--con .count {
-  color: #E1473D;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.active {
-  border: 1px solid #a1c6ff;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.active .ico {
-  background-image: url(../img/ico_status1.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.active .count {
-  color: #438DFF;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.issue {
-  border: 1px solid #F6A19B;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.issue .ico {
-  background-image: url(../img/ico_status3.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.issue .count {
-  color: #E1473D;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map {
-  position: relative;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map .custom-btn.btn-map {
-  width: 6.75rem;
-  height: 1.875rem;
-  border-radius: 6.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map .custom-btn.btn-map .v-btn__content {
-  font-size: 0.8125rem !important;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map .custom-btn.btn-map .v-btn__content .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_map.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-  background-size: cover;
-  margin-right: 0.31rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap {
-  display: flex;
-  align-items: flex-end;
-  width: 100%;
-  height: 19.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card {
-  width: 100%;
-  height: 18rem;
-  background-color: #f1f7ff;
-  border-radius: 0.9375rem;
-  border: 1px solid #D4E7FF;
-  padding: 2.25rem 1.88rem 1.25rem 1.88rem;
-  display: flex;
-  justify-content: center;
-  gap: 1.37rem;
-  position: relative;
-  flex-direction: column;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--t {
-  display: flex;
-  align-items: center;
-  gap: 0.94rem;
-  justify-content: flex-start;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--icon {
-  background-color: #fff;
-  width: 2.5rem;
-  height: 2.5rem;
-  border-radius: 6.25rem;
-  background-image: url(../img/ico_equip.svg);
-  background-size: 1.25rem 1.25rem;
-  background-position: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--txt p {
-  color: #222;
-  font-size: 1rem;
-  font-weight: 700;
-  margin-bottom: 0.2rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--txt span {
-  color: #8C8C8C;
-  font-size: 0.6875rem;
-  font-weight: 400;
-  letter-spacing: -0.00688rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st {
-  width: 100%;
-  display: flex;
-  flex-direction: column;
-  gap: 0.75rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li {
-  display: flex;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li .circle {
-  border-radius: 50%;
-  width: 0.5625rem;
-  height: 0.5625rem;
-  margin-right: 0.94rem;
-  vertical-align: -0.1rem;
-  background-color: #55E074;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li .circle.critical {
-  background-color: #E1473D;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li p {
-  color: #222;
-  font-size: 0.6875rem;
-  font-weight: 500;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li span {
-  color: #222;
-  font-size: 0.6875rem;
-  font-weight: 500;
-  margin-left: auto;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li span.active {
-  font-weight: 700;
-  color: #111111;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card::before {
-  position: absolute;
-  content: "Connected";
-  left: 0.62rem;
-  top: -0.69rem;
-  color: #438DFF;
-  text-align: center;
-  font-size: 0.6875rem;
-  font-weight: 500;
-  border-radius: 6.25rem;
-  border: 1px solid #9BC2FF;
-  background: #FFF;
-  padding: 0.38rem 0.62rem 0.5rem;
-  z-index: 2;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card.dis::before {
-  border: 1px solid #F6A19B;
-  color: #E1473D;
-  content: "Disconnected";
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card.dis::after {
-  position: absolute;
-  content: "";
-  left: 0;
-  bottom: 0;
-  width: 100%;
-  height: 100%;
-  border: 1px solid #f4a19c;
-  background-color: rgba(6, 16, 39, 0.5019607843);
-  border-radius: 0.9375rem;
-  background-image: url(../img/ico_wifi.svg);
-  background-position: center;
-  background-size: 2.5rem 2.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper {
-  padding-bottom: 3.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls {
-  display: flex;
-  margin-top: 1.25rem;
-  align-items: center;
-  gap: 1.25rem;
-  height: 2rem;
-  justify-content: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-prev {
-  position: static;
-  margin-top: 0;
-  width: 2rem;
-  height: 2rem;
-  background-image: url(../img/ico_arrow_prev.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-  background-size: cover;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-prev::after {
-  content: none;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-next {
-  position: static;
-  width: 2rem;
-  height: 2rem;
-  margin-top: 0;
-  background-image: url(../img/ico_arrow_next.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-  background-size: cover;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-next::after {
-  content: none;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination {
-  position: static;
-  width: auto;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
-  margin-left: 0;
-  margin-right: 0.63rem;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #E9E9E9;
-  opacity: 1;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
-  background-color: #6F8AA6;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet:last-child {
-  margin-right: 0;
-}
-.container .content .content--db--wrap .content--r .content--r--b {
-  background-color: #fff;
-  width: 100%;
-  height: 23.9375rem;
-  border-radius: 1.25rem;
-  padding: 1.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner {
-  height: 100%;
-  gap: 3rem;
-  display: flex;
-  flex-direction: column;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner::after {
-  display: none;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title {
-  margin: 0;
-  justify-content: flex-start;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title p {
-  color: #222222;
-  font-weight: 700;
-  font-size: 1rem;
-  margin-right: 2.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .ico {
-  width: 0.9375rem;
-  height: 0.9375rem;
-  margin-right: 2.5rem;
-  margin-left: 0.75rem;
-  background-image: url(../img/ico_set.svg);
-  display: inline-block;
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap {
-  margin-left: auto;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap .custom-btn.btn-pip {
-  margin-left: 0.94rem;
-  width: 6.75rem;
-  height: 2.25rem;
-  padding: 0;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap .custom-btn.btn-pip .v-btn__content {
-  color: #8E8E8E;
-  font-size: 0.875rem;
-  font-weight: 500;
-  letter-spacing: -0.00875rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap .custom-btn.btn-pip .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  display: inline-block;
-  background-image: url(../img/ico_pip2.svg);
-  background-size: cover;
-  background-repeat: no-repeat;
-  margin-right: 0.38rem;
-  margin-left: 0;
-  background-position: center;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .select--wrap {
-  display: flex;
-  gap: 0.63rem;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .select--wrap .custom-btn.v-btn.btn-blue {
-  width: 5.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con {
-  width: 100%;
-  height: 100%;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in {
-  height: calc(100% - 1rem);
-  z-index: 10;
-  position: relative;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in > div {
-  height: 100%;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend {
-  height: auto;
-  display: flex;
-  position: absolute;
-  right: 50%;
-  transform: translateX(50%);
-  top: -2.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend {
-  display: flex;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend .line {
-  margin-left: 1.25rem;
-  width: 0.9375rem;
-  height: 0.1875rem;
-  border-radius: 6.25rem;
-  display: inline-block;
-  background-color: #55E074;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend p {
-  color: #333;
-  font-size: 0.8125rem;
-  font-style: normal;
-  margin-left: 0.75rem;
-  font-weight: 400;
-  letter-spacing: -0.00813rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:first-child .line {
-  background-color: #FF531E;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(2) .line {
-  background-color: #44C5FF;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(3) .line {
-  background-color: #FF00C7;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(4) .line {
-  background-color: #AF70FF;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(5) .line {
-  background-color: #4862FF;
-}
-.container .content .content--db--wrap .content--inner--content.no--data {
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  color: var(--gray2, #444);
-  font-size: 0.875rem;
-  font-weight: 700;
-  height: 100%;
-}
-.container .content .content--db--wrap .content--inner--content.no--data .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.62rem;
-  background-size: cover;
-  background-image: url(../img/ico_no_data_nw.svg);
-}
-.container .content .dash--board--wrapper.none--title {
-  height: calc(100vh - 6.5rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) {
-  height: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat {
-  height: calc(66.6666666667% - 3.75rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat .card--alarm .card .ico {
-  width: 2rem;
-  height: 2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat .card--alarm .card .alarm--txt {
-  display: flex;
-  flex-direction: column;
-  gap: 0.3rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat:nth-of-type(2) {
-  height: calc(33.3333333333% - 0.625rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) {
-  padding-top: 1.25rem;
-  height: calc(100% - 15.7rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content {
-  height: calc(100% - 1rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .tenant--card--wrap {
-  display: flex;
-  flex-wrap: wrap;
-  flex-direction: row;
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .tenant--card--wrap .tenant--card {
-  width: calc(50% - 0.25rem);
-  height: calc((100% - 3.1rem) / 7);
-  display: flex;
-  flex-direction: column;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents {
-  width: 100%;
-  padding-top: 0px;
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul {
-  width: 100%;
-  height: 100%;
-  gap: 0.62rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li {
-  padding: 0.54rem;
-  width: calc((100% - 0.62rem) / 2);
-  height: calc((100% - 1.86rem) / 4);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li .chart--box {
-  margin-top: 0.5rem;
-  width: calc(100% - 6.2rem);
-  height: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.critical .current--value--ps {
-  color: #f00 !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.major .current--value--ps {
-  color: #C96103 !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.minor .current--value--ps {
-  color: #DDA405 !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.normal .current--value--ps {
-  color: #2D8CFA !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) {
-  height: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1).no--data {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content > div {
-  height: calc((100% - 0.5rem) / 3);
-  display: flex;
-  flex-direction: column;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content > div:nth-of-type(2) {
-  height: calc((100% - 0.5rem) / 3 - 1.2rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content > div:nth-of-type(3) {
-  height: calc((100% - 0.5rem) / 3 - 2.5rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) {
-  height: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper {
-  height: calc(100% - 1rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .equip--card--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card {
-  height: 25% !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap.mt--15rem {
-  margin-top: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--title.none--after::after {
-  display: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--date {
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-style: normal;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--total {
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--total span {
-  color: #438DFF;
-  font-weight: 900;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content {
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.df--block {
-  display: block;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.pt--125rem {
-  padding-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.pt--1rem {
-  padding-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #FFF;
-  width: 100%;
-  padding: 0.75rem 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title h3 {
-  color: #111;
-  font-size: 0.7rem;
-  font-style: normal;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title p {
-  color: #555;
-  font-size: 0.7rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title p span {
-  color: #111;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont {
-  display: flex;
-  justify-content: space-between;
-  gap: 2.12rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card {
-  display: flex;
-  width: 33.3333333333%;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--count {
-  padding: 0.25rem 0.75rem;
-  border-radius: 6.25rem;
-  background-color: #eff2f4;
-  color: #444;
-  font-size: 0.6rem;
-  font-weight: 400;
-  text-align: center;
-  width: 5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--count span {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--txt {
-  display: flex;
-  justify-content: space-between;
-  color: #333;
-  font-size: 0.7rem;
-  align-items: center;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--txt span {
-  color: #333;
-  font-size: 1.12rem;
-  font-weight: 900;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--txt span::after {
-  content: "";
-  width: 0.0625rem;
-  height: 1.0625rem;
-  background-color: #d2d2d2;
-  position: absolute;
-  right: -1.1rem;
-  top: 0.2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card:last-child .card--txt span::after {
-  display: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm {
-  display: flex;
-  gap: 3.12rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm.gap--0 {
-  gap: 0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm.mb--1rem {
-  margin-bottom: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card {
-  display: flex;
-  width: 50%;
-  gap: 0.94rem;
-  align-items: center;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card .ico {
-  background-color: #E4EFFF;
-  border-radius: 50%;
-  width: 2.2rem;
-  height: 2.2rem;
-  background-image: url(../img/ico_core_alarm1.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-  background-size: 1rem 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant1 .ico {
-  background-image: url(../img/ico_tenant1.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant2 .ico {
-  background-image: url(../img/ico_tenant2.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant3 .ico {
-  background-image: url(../img/ico_tenant3.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant4 .ico {
-  background-image: url(../img/ico_tenant4.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.license1 .ico {
-  background-image: url(../img/ico_certify_y3.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.license2 .ico {
-  background-image: url(../img/ico_certify_n.svg) !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card .alarm--txt p {
-  color: #222;
-  font-size: 0.65rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card .alarm--txt span {
-  color: #438DFF;
-  font-size: 0.8rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card:first-child::after {
-  content: "";
-  width: 0.0625rem;
-  height: 1.5rem;
-  background-color: #d2d2d2;
-  position: absolute;
-  right: -1.56rem;
-  top: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.no--alarm .ico {
-  background-color: #FFEBEA;
-  background-image: url(../img/ico_core_alarm2.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.no--alarm .alarm--txt span {
-  color: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.gray--alarm .ico {
-  background-color: #F5F5F5;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.gray--alarm .alarm--txt span {
-  color: #333333;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat {
-  margin-bottom: 1rem;
-  width: 100%;
-  padding: 0.75rem 1rem;
-  border-radius: 0.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--title {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--title h3 {
-  color: #111;
-  font-size: 0.7rem;
-  font-style: normal;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont {
-  display: flex;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  background-position: center;
-  background-size: cover;
-  margin-right: 0.75rem;
-  background-repeat: no-repeat;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont p {
-  color: #222;
-  font-size: 0.7rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont span {
-  margin-left: auto;
-  color: #E1473D;
-  font-size: 1.12rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat.discon {
-  border: 1px solid #F4A19C;
-  background: #FFF4F3;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat.discon .card--cont .ico {
-  background-image: url(../img/ico_link.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card {
-  border-radius: 0.625rem;
-  position: relative;
-  border: 1px solid #EFEFEF;
-  /*height: 4rem;*/
-  display: flex;
-  align-items: center;
-  width: 100%;
-  padding: 0 1.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.critical {
-  border: 1px solid #F4A19C;
-  background-color: #FFF4F3;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.major {
-  border: 1px solid #FFD3AC;
-  background-color: #FFF6EE;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.minor {
-  border: 1px solid #FFE6A5;
-  background-color: #FFF7E2;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.normal {
-  border: 1px solid #E3E3E3;
-  background-color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.discon {
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.discon::after {
-  content: "";
-  width: 100%;
-  height: 100%;
-  background-color: rgba(255, 0, 0, 0.5);
-  border-radius: 0.625rem;
-  position: absolute;
-  top: 0;
-  left: 0;
-  background-image: url(../img/ico_wifi.svg);
-  background-size: 2.5rem 2.5rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--name {
-  color: #222;
-  font-size: 0.75rem;
-  font-style: normal;
-  font-weight: 700;
-  width: 7%;
-  margin-right: 1.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st {
-  display: flex;
-  flex-wrap: wrap;
-  width: 93%;
-  row-gap: 1rem;
-  -moz-column-gap: 1.88rem;
-       column-gap: 1.88rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li {
-  width: calc(50% - 1rem);
-  display: flex;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle {
-  width: 0.5625rem;
-  height: 0.5625rem;
-  border-radius: 50%;
-  margin-right: 0.62rem;
-  background-color: #55E074;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.critical {
-  background-color: #FF0000;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.major {
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.minor {
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.warning {
-  background-color: #D1B568;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.normal {
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li > p {
-  color: #222;
-  font-size: 0.55rem;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li span {
-  color: #222;
-  font-size: 0.55rem;
-  font-weight: 500;
-  margin-left: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li span.active {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  padding: 0.6rem 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name p {
-  color: #222;
-  font-size: 0.7rem;
-  line-height: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_pin_off.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico.active {
-  background-image: url(../img/ico_pin_on.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap {
-  display: flex;
-  gap: 0.94rem;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(1) {
-  color: #438DFF;
-  font-size: 1rem;
-  font-weight: 900;
-  letter-spacing: -0.01125rem;
-  margin-right: 0.2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(2) {
-  color: #8C8C8C;
-  font-size: 0.7rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar {
-  width: 100%;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  background-color: #EAEAEA;
-  border-radius: 6.25rem;
-  height: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  height: 0.75rem;
-  line-height: 0.75rem;
-  background: #438DFF;
-  border-radius: 6.25rem;
-  color: #FFF;
-  text-align: center;
-  font-size: 0.625rem;
-  font-weight: 700;
-  letter-spacing: -0.00625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.discon .tenant--name p {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.discon .tenant--name p::after {
-  content: "";
-  background-image: url(../img/ico_ban.svg);
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  position: absolute;
-  margin-left: 0.3rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.critical .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.critical .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.major .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.major .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.minor .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.minor .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.normal .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.normal .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination {
-  position: static;
-  width: auto;
-  margin-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination .swiper-pagination-bullet {
-  margin-left: 0;
-  margin-right: 0.63rem;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #E9E9E9;
-  opacity: 1;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
-  background-color: #6F8AA6;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
-  margin-right: 0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide {
-  display: flex;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap {
-  width: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card {
-  padding: 0.5rem 0.94rem;
-  align-items: flex-start;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--name {
-  font-size: 0.7rem;
-  font-style: normal;
-  font-weight: 700;
-  width: 25%;
-  word-break: keep-all;
-  margin-right: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st {
-  display: flex;
-  flex-direction: column;
-  row-gap: 0.5rem;
-  width: calc(75% - 0.5rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li {
-  width: 100%;
-  display: flex;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li .circle {
-  width: 0.375rem;
-  height: 0.375rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li > p {
-  font-size: 0.6rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li span {
-  font-size: 0.6rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.62rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  padding: 0.94rem 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.62rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name p {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_pin_off.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico.active {
-  background-image: url(../img/ico_pin_on.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap {
-  display: flex;
-  gap: 0.94rem;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(1) {
-  color: #438DFF;
-  font-size: 1.125rem;
-  font-weight: 900;
-  letter-spacing: -0.01125rem;
-  margin-right: 0.2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(2) {
-  color: #8C8C8C;
-  font-size: 0.75rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar {
-  width: 100%;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  background-color: #EAEAEA;
-  border-radius: 6.25rem;
-  height: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  height: 0.75rem;
-  line-height: 0.75rem;
-  background: #438DFF;
-  border-radius: 6.25rem;
-  color: #FFF;
-  text-align: center;
-  font-size: 0.625rem;
-  font-weight: 700;
-  letter-spacing: -0.00625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.warning .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.warning .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #e1473d;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination {
-  position: static;
-  width: auto;
-  margin-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination .swiper-pagination-bullet {
-  margin-left: 0;
-  margin-right: 0.63rem;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #E9E9E9;
-  opacity: 1;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
-  background-color: #6F8AA6;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
-  margin-right: 0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap.mt--15rem {
-  margin-top: 1.56rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .inner--component--title.none--after::after {
-  display: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box {
-  display: flex;
-  padding-left: 1.25rem;
-  position: relative;
-  gap: 0.63rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box::before {
-  content: "";
-  width: 0.0625rem;
-  height: 1.125rem;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: 0;
-  background-color: #E0E0E0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .custom-btn.sort-btn {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  border-radius: 0.3125rem;
-  border: 1px solid #D1D1D1;
-  background-color: #FFF;
-  padding: 0;
-  background-size: 0.875rem 0.875rem;
-  background-image: url(../img/ico_sort.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv {
-  position: absolute;
-  right: 0;
-  background-color: #fff;
-  border-radius: 0.5rem;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem 1.38rem;
-  z-index: 2;
-  top: 2.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li {
-  color: #000;
-  font-size: 0.8125rem;
-  font-style: normal;
-  font-weight: 400;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li.atv {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content {
-  padding-top: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card {
-  display: flex;
-  gap: 0.94rem;
-  flex-wrap: wrap;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  width: calc(11.1111111111% - 0.84rem);
-  padding: 1rem;
-  height: 7rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li:hover {
-  border: 1px solid #b4d1ff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--title {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  margin-bottom: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--title .ran--area {
-  color: #222;
-  font-size: 0.8rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--title .more--btn {
-  width: 0.875rem;
-  height: 0.875rem;
-  min-width: 0.875rem;
-  padding: 0;
-  background: url(../img/ico_ran_arrow_gray.svg) no-repeat center;
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat {
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat p {
-  display: flex;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat p span {
-  color: #222;
-  font-size: 0.7rem;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat p span:nth-child(2) {
-  font-weight: 700;
-  color: #111111;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue {
-  border: 1px solid #1E76FF;
-  background: #438DFF;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red {
-  border: 1px solid #BB251B;
-  background: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .core--card {
-  row-gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .core--card > li .card--header h2 {
-  font-size: 0.8rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap.small .inner--content .equip--card--wrap {
-  height: calc(100% - 1.6rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--wrap .current--value {
-  right: -4rem;
-  width: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper {
-  box-shadow: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--pin {
-  color: transparent;
-  background-image: url(../img/ico_pin_on.svg);
-  width: 1rem;
-  height: 1rem;
-  background-size: cover;
-  display: inline-block;
-  line-height: 1rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .none--pin {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--ban {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--ban::after {
-  content: "";
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_ban.svg);
-  display: inline-block;
-  background-size: cover;
-  margin-left: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--dis {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--critical::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--major::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--minor::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--normal::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph {
-  height: 100%;
-  padding: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .current--date {
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper {
-  display: flex;
-  align-items: center;
-  gap: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .total--wrapper {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .total--wrapper .total--count {
-  color: #438DFF;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--numb {
-  height: 1.625rem;
-  line-height: 1.625rem;
-  display: flex;
-  align-items: center;
-  gap: 0.1rem;
-  color: #666;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--numb .current {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--btn {
-  border-radius: 0.5rem;
-  border: 1px solid #DDD !important;
-  background: #FFF;
-  width: 1.625rem !important;
-  min-width: 1.635rem !important;
-  height: 1.625rem !important;
-  padding: 0px !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--btn.prev--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--btn.next--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-  transform: rotate(180deg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .search--box {
-  display: flex;
-  padding-left: 1.25rem;
-  position: relative;
-  gap: 0.63rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .search--box::before {
-  content: "";
-  width: 0.0625rem;
-  height: 1.125rem;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: 0;
-  background-color: #E0E0E0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .search--box .custom-btn.sort-btn {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  border-radius: 0.3125rem;
-  border: 1px solid #D1D1D1;
-  background-color: #FFF;
-  padding: 0;
-  background-size: 0.875rem 0.875rem;
-  background-image: url(../img/ico_sort.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents {
-  height: calc(100% - 1.25rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal {
-  width: 100%;
-  display: flex;
-  align-items: flex-start;
-  justify-content: flex-start;
-  flex-wrap: wrap;
-  padding: 0;
-  padding-bottom: 1.25rem;
-  padding-top: 0.8rem;
-  gap: 0.45rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  width: calc((100% - 2.82rem) / 4);
-  padding: 0.52rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 span {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  gap: 0.31rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 span .ico--disconnected {
-  display: inline-flex;
-  min-width: 0.875rem;
-  min-height: 0.8975rem;
-  width: 0.875rem;
-  height: 0.875rem;
-  background: url(../img/ic_ds.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 .icon--control .pin--lock {
-  width: 0.875rem;
-  min-width: 0.875rem;
-  height: 0.875rem;
-  padding: 0px;
-  background: url(../img/ic_tack_off.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 .icon--control .pin--lock.on {
-  background: url(../img/ic_tack_on.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column {
-  padding-top: 0.25rem;
-  display: flex;
-  align-items: center;
-  width: 100%;
-  gap: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .data--bar--chart {
-  width: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .data--bar--chart .data--bar--wrap {
-  width: 100%;
-  height: 0.75rem;
-  border-radius: 6.25rem;
-  background: #EAEAEA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  color: #FFF;
-  font-size: 0.625rem;
-  height: 0.75rem;
-  line-height: 0.75rem;
-  font-weight: 700;
-  letter-spacing: -0.00625rem;
-  background: #55E074;
-  border-radius: 6.25rem;
-  padding: 0rem 0.37rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .percent {
-  color: #43D263;
-  font-size: 0.9025rem;
-  font-weight: 900;
-  letter-spacing: -0.01125rem;
-  display: flex;
-  align-items: center;
-  gap: 0.22rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .percent .unit {
-  color: #8C8C8C;
-  font-size: 0.75rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-  font-style: normal;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.discon > h2 > span {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.discon > h2 > span::after {
-  content: "";
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_ban.svg);
-  display: inline-block;
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.critical .data--column .percent {
-  color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.critical .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.major .data--column .percent {
-  color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.major .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.minor .data--column .percent {
-  color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.minor .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.normal .data--column .percent {
-  color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.normal .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph.small {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph.small .data--list--content--modal {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph.small .data--list--content--modal > li {
-  width: calc((100% - 1.86rem) / 5);
-  height: calc((100% - 2.5rem) / 4) !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper {
-  display: flex;
-  align-items: center;
-  gap: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .btn--list--content {
-  position: relative;
-  display: flex;
-  align-items: center;
-  gap: 0.62rem;
-  margin-left: 0.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .btn--list--content:before {
-  content: "";
-  display: block;
-  width: 0.0625rem;
-  height: 1.125rem;
-  background: #E0E0E0;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: -0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector {
-  display: flex;
-  align-items: center;
-  gap: 0.62rem;
-  position: relative;
-  margin-left: 0.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector:before {
-  content: "";
-  display: block;
-  width: 0.0625rem;
-  height: 1.125rem;
-  background: #E0E0E0;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: -0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn {
-  border-radius: 0.5rem;
-  border: 1px solid #DDD;
-  background: #FFF;
-  width: 1.625rem;
-  min-width: 1.625rem !important;
-  height: 1.625rem;
-  padding: 0px;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.card--type--btn {
-  background: url(../img/ic_card_off.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.card--type--btn.on {
-  background: #6F8AA6 url(../img/ic_card_on.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.list--type--btn {
-  background: url(../img/ic_list_off.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.list--type--btn.on {
-  background: #6F8AA6 url(../img/ic_list_on.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .all--view--btn {
-  display: flex;
-  height: 1.875rem;
-  padding: 0.625rem;
-  align-items: center;
-  padding: 0px !important;
-  border-radius: 6.25rem;
-  background: #438DFF;
-  width: 5.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .all--view--btn * {
-  color: #FFF !important;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .all--view--btn .icon {
-  width: 0.875rem;
-  height: 0.875rem;
-  background: url(../img/ic_allview.svg) no-repeat center;
-  margin-right: 0.3125rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .issue--cont {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #444;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-  border-radius: 6.25rem;
-  border: 1px solid #EAB2AE;
-  background: #FFF;
-  height: 1.875rem;
-  padding: 0.625rem;
-  gap: 0.3125rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .issue--cont .icon {
-  width: 0.875rem;
-  height: 0.875rem;
-  background: url(../img/ic_issue_flag.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .issue--cont .current--value {
-  color: #E1473D;
-  font-size: 0.8125rem;
-  font-weight: 700;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .total--wrapper {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .total--wrapper .total--count {
-  color: #438DFF;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--numb {
-  height: 1.625rem;
-  line-height: 1.625rem;
-  display: flex;
-  align-items: center;
-  gap: 0.1rem;
-  color: #666;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--numb .current {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--btn {
-  border-radius: 0.5rem;
-  border: 1px solid #DDD !important;
-  background: #FFF;
-  width: 1.625rem !important;
-  min-width: 1.635rem !important;
-  height: 1.625rem !important;
-  padding: 0px !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--btn.prev--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--btn.next--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-  transform: rotate(180deg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box {
-  display: flex;
-  padding-left: 1.25rem;
-  position: relative;
-  gap: 0.63rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box::before {
-  content: "";
-  width: 0.0625rem;
-  height: 1.125rem;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: 0;
-  background-color: #E0E0E0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .custom-btn.sort-btn {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  border-radius: 0.3125rem;
-  border: 1px solid #D1D1D1;
-  background-color: #ffffff;
-  padding: 0;
-  background-size: 0.875rem 0.875rem;
-  background-image: url(../img/ico_sort.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv {
-  position: absolute;
-  right: 0;
-  background-color: #fff;
-  border-radius: 0.5rem;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem 1.38rem;
-  z-index: 2;
-  top: 2.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li {
-  color: #000;
-  font-size: 0.8125rem;
-  font-style: normal;
-  font-weight: 400;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li.atv {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--content {
-  padding-top: 0.8rem;
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.critical {
-  border: 1px solid #F4A19C;
-  background-color: #FFF4F3;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.major {
-  border: 1px solid #FFD3AC;
-  background-color: #FFF6EE;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.minor {
-  border: 1px solid #FFE6A5;
-  background-color: #FFF7E2;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.normal {
-  border: 1px solid #E3E3E3;
-  background-color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.discon::after {
-  content: "";
-  width: 100%;
-  height: 100%;
-  background-color: rgba(255, 0, 0, 0.5);
-  border-radius: 0.625rem;
-  position: absolute;
-  top: 0;
-  left: 0;
-  background-image: url(../img/ico_wifi.svg);
-  background-size: 2.5rem 2.5rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.critical {
-  background-color: #FF0000;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.major {
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.minor {
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.warning {
-  background-color: #D1B568;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.normal {
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--wrap .current--value {
-  right: -4rem;
-  width: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--bar--graph {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper {
-  box-shadow: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--pin {
-  color: transparent;
-  background-image: url(../img/ico_pin_on.svg);
-  width: 1rem;
-  height: 1rem;
-  background-size: cover;
-  display: inline-block;
-  line-height: 1rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .none--pin {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--ban {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--ban::after {
-  content: "";
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_ban.svg);
-  display: inline-block;
-  background-size: cover;
-  margin-left: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--dis {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--critical::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--major::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--minor::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--normal::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .header--wrapper .control--wrap .custom-btn {
-  background-color: #d4d4d4;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .header--wrapper .control--wrap .custom-btn.on {
-  background-color: #438DFF;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--row > ul > li .icon {
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list {
-  width: 15.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active {
-  background-color: #6f8aa6;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active > div {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active > div span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active > div .drop--btn {
-  background-image: url(../img/ic_drop_down_on.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active .drp--titles::before {
-  background-image: url(../img/ic_tenant_small_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header .drp--titles::before {
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header .drp--current--data .drop--btn {
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content {
-  border-top: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.active {
-  height: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content ul {
-  padding: 0 1.25rem 1.25rem;
-  max-height: 20vh;
-  background-color: #F7F7F7;
-  overflow-y: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content ul li {
-  padding: 0.88rem 0;
-  border-bottom: 1px solid #E4E4E4;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content ul li:last-child {
-  border-bottom: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type1 li {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type1 li span {
-  color: #111;
-  font-weight: 500;
-  margin-left: 0.1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--l {
-  color: #333;
-  font-size: 0.8125rem;
-  width: 65%;
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r {
-  display: flex;
-  align-items: center;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r span {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  display: inline-block;
-  background-image: url(../img/ico_alarm_gray.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm.red {
-  background-image: url(../img/ico_alarm_red.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm.green {
-  background-image: url(../img/ico_alarm_green.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm.blue {
-  background-image: url(../img/ico_alarm_blue.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type3 li {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type3 li .li--l {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  width: 65%;
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type3 li .li--r {
-  color: #666;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content {
-  padding-top: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card {
-  display: flex;
-  gap: 0.94rem;
-  flex-wrap: wrap;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li {
-  display: flex;
-  flex-direction: column;
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  width: calc((100% - 2.82rem) / 4);
-  padding: 1.25rem;
-  height: calc((100vh - 23.3rem) / 5);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li:hover {
-  border: 1px solid #b4d1ff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--title {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  margin-bottom: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--title .ran--area {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--title .more--btn {
-  width: 0.875rem;
-  height: 0.875rem;
-  min-width: 0.875rem;
-  padding: 0;
-  background: url(../img/ico_ran_arrow_gray.svg) no-repeat center;
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat {
-  display: flex;
-  flex-direction: column;
-  gap: 0.6rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat p {
-  display: flex;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat p span {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat p span:nth-child(2) {
-  font-weight: 700;
-  color: #111111;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue {
-  border: 1px solid #1E76FF;
-  background: #438DFF;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red {
-  border: 1px solid #BB251B;
-  background: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all {
-  border: 1px solid #1E76FF;
-  background: #3f5984;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .menu-flex-wrap {
-  gap: 1.88rem;
-}
-.container .menu-flex-wrap .system-menu {
-  width: 21.25rem;
-  padding: 1.25rem;
-  height: calc(100vh - 15rem);
-  border-radius: 0.5rem;
-  border: none;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  background: #fff;
-}
-.container .menu-flex-wrap .system-menu .system-menu-tit {
-  color: #111111;
-  font-size: 0.9375rem;
-  font-weight: 700;
-  line-height: 100%;
-  /* 0.9375rem */
-  letter-spacing: -0.01875rem;
-  background: #fff;
-  border-bottom: 1px solid #0B318B;
-  height: 2.8125rem;
-  padding: 0 1.12rem;
-}
-.container .menu-flex-wrap .system-menu .system-menu-tit .ico {
-  margin-right: 0.62rem;
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  background-position: center;
-  background-repeat: no-repeat;
-  background-image: url(../img/ico_cate.svg);
-}
-.container .menu-flex-wrap .system-menu .system-menu-in {
-  margin-top: 0;
-  padding: 0;
-  gap: 0;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit {
-  padding: 1.12rem;
-  font-size: 0.9375rem;
-  font-weight: 600 !important;
-  gap: 0.66rem;
-  border-bottom: 1px solid #EBEBEB;
-  color: #333333;
-  position: relative;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit > button:first-child {
-  background-image: none;
-  width: 0.4375rem;
-  height: 0.4375rem;
-  background-color: #9c9c9c;
-  border-radius: 50%;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit > button:nth-child(2) {
-  background-image: url(../img/ico_plus.svg);
-  width: 0.875rem;
-  height: 0.875rem;
-  position: absolute;
-  right: 1.12rem;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-tit {
-  font-weight: 700 !important;
-  color: #0b318b;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-tit > button:first-child {
-  background-color: #0B318B;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-tit > button:nth-child(2) {
-  background-image: url(../img/ico_minus.svg);
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub {
-  padding: 1.25rem 1.69rem;
-  background: #F8FAFF;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul {
-  gap: 1.5625rem;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li {
-  gap: 0;
-  color: #000000;
-  font-size: 0.8125rem;
-  font-weight: 400;
-  letter-spacing: -0.01625rem;
-  line-height: 100%;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li::before {
-  display: none;
-}
-.container .menu-flex-wrap .menu-info {
-  height: calc(100vh - 15rem);
-  border: none;
-  border-radius: 0.5rem;
-  background-color: #fff;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-}
-.container .menu-flex-wrap .menu-info .info-tit {
-  height: 4.6875rem;
-  background-color: #fff;
-  padding: 0 1.88rem;
-  letter-spacing: -0.01875rem;
-  font-size: 0.9375rem;
-  color: #111111;
-  border-radius: 0.5rem 0.5rem 0 0;
-  border-bottom: 1px solid #e9e9e9;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view {
-  padding: 1.25rem;
-  margin-top: 0;
-  height: calc(100vh - 19.6875rem);
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type {
-  padding: 1.25rem 1.25rem 0.94rem 1.25rem;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 0.5rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr th {
-  background-color: #fff;
-  padding: 1.13rem 0.62rem 1.13rem 0.62rem;
-  color: #444;
-  font-weight: 700;
-  font-size: 0.875rem;
-  border-right: none;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-  line-height: 100%;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td .input-wrap {
-  flex-direction: column;
-  gap: 1.25rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td .input-wrap .custom-check.v-input.type2 .v-input__control .v-selection-control .v-label {
-  padding-left: 0.37rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td .input-wrap .custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr:last-child th {
-  border-bottom: none;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr:last-child td {
-  border-bottom: none;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .no-data {
-  flex-direction: row;
-  gap: 0.63rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .no-data .ico {
-  background-image: url(../img/ico_no_data2.svg);
-  width: 1.25rem;
-  height: 1.25rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .no-data > p {
-  margin-top: 0;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-
-.tbl-wrap .ag-theme-quartz.ag--line--type .ag-root-wrapper .ag-header-group-cell .ag-header-cell-comp-wrapper {
-  justify-content: center;
-  font-size: 0.875rem;
-  color: #444444;
-  font-weight: 700;
-}
-.tbl-wrap .ag-theme-quartz.ag--line--type .ag-root-wrapper .lock-pinned {
-  background: #F2F7FF;
-  font-size: 0.875rem;
-  color: #444444;
-  font-weight: 700;
-  line-height: 2.55rem;
-  padding: 0 1.25rem;
-}
-.tbl-wrap .ag-theme-quartz .ag-root-wrapper .ag-root .ag-sticky-bottom {
-  width: 0 !important;
-}
-
-.custom-input.v-text-field.v-input--error .v-input__details {
-  padding-inline: 0;
-  padding-top: 0.63rem;
-}
-.custom-input.v-text-field.v-input--error .v-input__details .v-messages .v-messages__message {
-  line-height: 100%;
-  color: #e50a0a;
-  font-size: 0.8125rem;
-}
-.custom-input.v-text-field .v-input__control .v-field--error .v-field__field .v-field__input {
-  border: 1px solid #FF8C8C !important;
-  position: relative;
-  background-image: url(../img/ico_error.svg);
-  background-repeat: no-repeat;
-  background-size: 0.875rem 0.875rem;
-  background-position: right 0.75rem center;
-}
-
-.login-wrap .login--header {
-  position: fixed;
-  top: 0;
-  left: 0;
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  padding: 1.25rem 1.88rem;
-  width: 100%;
-  background-color: #0B318B;
-  height: 4.75rem;
-  z-index: 100;
-}
-.login-wrap .login--header .login--header--l {
-  display: flex;
-  gap: 0.9375rem;
-  align-items: center;
-}
-.login-wrap .login--header .login--header--l .logo {
-  height: 2rem;
-  color: #fff;
-}
-.login-wrap .login--header .login--header--l p {
-  color: #ffffff;
-  font-size: 1.125rem;
-  font-weight: 700;
-  line-height: 100%;
-}
-.login-wrap .login--header .login--header--r .custom-select.v-input .v-input__control .v-field {
-  border-radius: 0.375rem;
-}
-.login-wrap .login--header .login--header--r .custom-select.v-input .v-input__control .v-field .v-field__field {
-  padding-left: 0.75rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex {
-  display: flex;
-  align-items: center;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info {
-  display: flex;
-  position: relative;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .ico {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: #fff;
-  border-radius: 100%;
-  color: #438DFF;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 1rem;
-  cursor: pointer;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail {
-  position: absolute;
-  top: 2.7rem;
-  left: 50%;
-  width: 11.88rem;
-  padding: 1.25rem;
-  transform: translateX(-50%);
-  background: #FFF;
-  border: 1px solid #ddd;
-  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
-  border-radius: 0.625rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail:after {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #fff;
-  position: absolute;
-  top: -0.5875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail:before {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #ddd;
-  position: absolute;
-  top: -0.6875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom--btn--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail p {
-  color: #111;
-  font-size: 0.94rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail p span {
-  font-weight: 600;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail ul {
-  padding-bottom: 1.25rem;
-  margin-bottom: 0.94rem;
-  border-bottom: 0.06rem solid #e1e1e1;
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail ul li {
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail ul.nw--btn--text--type {
-  gap: 0.6rem;
-  border-bottom: 0px;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default {
-  border: 0.06rem solid #D0DDEA;
-  border-radius: 0.31rem;
-  width: 100%;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #798592;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover {
-  border: 0.06rem solid rgba(6, 79, 158, 0.5);
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover .v-btn__content {
-  color: #064F9E !important;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-name {
-  color: #fff;
-  font-size: 0.81rem;
-  padding: 0 0.815rem;
-  font-weight: 700;
-  cursor: pointer;
-}
-.login-wrap .login--header .login--header--r.dp--flex .btn-logout {
-  width: 2rem;
-  height: 2rem;
-  background: url("../img/ico_logout.svg") no-repeat center/100%;
-}
-.login-wrap .login-box .login-l .login-l-center {
-  text-align: center;
-}
-.login-wrap .login-box .login-l .login-l-center .logo {
-  background: none;
-  font-size: 1.5625rem;
-  color: #0b318b;
-  font-weight: 700;
-  letter-spacing: -0.04688rem;
-  pointer-events: none;
-  line-height: 100%;
-  height: auto;
-}
-.login-wrap .login-box .login-l .login-l-center p {
-  color: #333;
-  text-align: center;
-  font-size: 0.875rem;
-  font-weight: 400;
-  line-height: 100%; /* 0.875rem */
-  letter-spacing: -0.00875rem;
-  pointer-events: none;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box:first-of-type {
-  margin-bottom: 0.87rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .v-input.custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .v-input.custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .v-input.custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  min-height: 2.25rem;
-  height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box.error .v-input.custom-input.v-text-field .v-input__control .v-field--appended .v-field__append-inner {
-  right: 2.6rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box.error .ico-eye {
-  right: 2.5rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .ico-eye {
-  position: absolute;
-  background-size: cover;
-  background-image: url(../img/ico_eye.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-  right: 0.75rem;
-  top: 50%;
-  transform: translateY(-50%);
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .ico-eye.eye-off {
-  background-image: url(../img/ico_eye2.svg);
-}
-.login-wrap .login-box .login-r .login-radio {
-  margin-top: 1.87rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio {
-  margin-right: 1.56rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.38rem;
-  font-weight: 500;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border: 1px solid #c0c0c0;
-  width: 1rem;
-  height: 1rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  background-color: #438dff;
-}
-.login-wrap .login-box .login-r .login-otp {
-  margin-top: 1.87rem;
-  gap: 0.5rem;
-}
-.login-wrap .login-box .login-r .login-otp .custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-otp .custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-otp .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  min-height: 2.25rem;
-  height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.login-wrap .login-box .login-r .login-otp .btn-gray {
-  width: 6.875rem;
-  height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-chk {
-  margin: 1.88rem 0 0;
-}
-.login-wrap .login-box .login-r .login-chk .custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.login-wrap .login-box .login-r .login-chk .custom-check.v-input .v-input__control .v-selection-control .v-label {
-  padding-left: 0.38rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 500;
-}
-.login-wrap .login-box .login-r .login-find {
-  margin-top: 1.88rem;
-  padding-top: 1.88rem;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue {
-  background-color: #0B318B;
-  border-radius: 0.5rem;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue:hover {
-  background-color: #4875DE !important;
-  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue .v-btn__content {
-  font-size: 0.9375rem !important;
-  font-weight: 700 !important;
-  letter-spacing: -0.02813rem !important;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.login-wrap .login-box .login-r .login-find > button.color--blue {
-  color: #0b318b;
-}
-.login-wrap .login-box .login-r .login-find > button.ml--auto::after {
-  content: "";
-  width: 0.0625rem;
-  height: 0.875rem;
-  background-color: #e3e3e3;
-  margin-left: 0.94rem;
-  margin-right: 0.94rem;
-}
-.login-wrap .system--box {
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-}
-.login-wrap .system--box .system--img {
-  width: 7.5rem;
-  height: 7.5rem;
-  background-image: url(../img/img_system.svg);
-  background-size: cover;
-  margin-bottom: 2.19rem;
-}
-.login-wrap .system--box > h2 {
-  color: #111;
-  text-align: center;
-  font-size: 1.75rem;
-  font-weight: 500;
-  margin-bottom: 1.56rem;
-}
-.login-wrap .system--box > p {
-  text-align: center;
-  color: #333;
-  text-align: center;
-  font-size: 1rem;
-  font-weight: 400;
-  line-height: 1.7;
-  margin-bottom: 1.87rem;
-}
-.login-wrap .system--box > span {
-  color: #444;
-  text-align: center;
-  font-size: 0.9375rem;
-  font-weight: 400;
-}
-.login-wrap .login-footer {
-  height: 5.5rem;
-  display: flex;
-  justify-content: space-between;
-  padding: 1.56rem 1.88rem;
-}
-.login-wrap .login-footer .login--footer--l {
-  display: flex;
-  color: rgba(51, 51, 51, 0.8);
-  flex-direction: column;
-  gap: 0.6rem;
-}
-.login-wrap .login-footer .login--footer--r {
-  display: flex;
-  gap: 3.75rem;
-  align-items: center;
-}
-.login-wrap .login-footer .login--footer--r .txt--btn > button {
-  color: #222;
-  font-size: 0.875rem;
-  font-weight: 400;
-  line-height: 100%; /* 0.875rem */
-  margin-left: 0.9rem;
-}
-.login-wrap .login-footer .login--footer--r .txt--btn > button:first-child {
-  margin-left: 0;
-}
-.login-wrap .login-footer .login--footer--r .txt--btn > button:first-child::after {
-  content: "";
-  width: 0.0625rem;
-  height: 0.875rem;
-  margin-left: 0.9rem;
-  vertical-align: -0.1rem;
-  background-color: #c5c5c5;
-  display: inline-block;
-}
-.login-wrap .login-footer .login--footer--r .logo--footer {
-  display: flex;
-  gap: 1.25rem;
-  align-items: center;
-}
-.login-wrap .login-footer .login--footer--r .logo--footer span {
-  font-size: 0;
-  display: inline-block;
-  background-repeat: no-repeat;
-  background-position: center;
-  background-size: contain;
-}
-.login-wrap .login-footer .login--footer--r .logo--footer span:first-child {
-  width: 8.125rem;
-  height: 0.9375rem;
-  background-image: url(../img/logo_sams_sds.svg);
-}
-.login-wrap .login-footer .login--footer--r .logo--footer span:nth-child(2) {
-  width: 6.0625rem;
-  height: 2rem;
-  background-image: url(../img/logo_sams.svg);
-}
-
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd {
-  border-radius: 0.5rem;
-  background: #FFF;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd p.error-txt {
-  margin: 0 0 0.63rem 9.875rem !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box {
-  border-top: 1px solid #e0e0e0;
-  display: flex;
-  margin-bottom: 0;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box.error .ico {
-  right: 1rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > p {
-  width: 9.375rem;
-  padding: 1.13rem 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 700;
-  line-height: 1.4;
-  margin-bottom: 0;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > p .cir {
-  width: 0.3125rem;
-  height: 0.3125rem;
-  display: inline-block;
-  background-color: #ff4f60;
-  border-radius: 50%;
-  margin-left: 0.37rem;
-  vertical-align: 0.2rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div {
-  width: 35.625rem;
-  padding: 0.625rem 0.5rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #6f8aa6;
-  font-weight: 600 !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  min-height: 2.25rem;
-  height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 {
-  min-height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400;
-  min-height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box {
-  gap: 0;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box .txt-field-box {
-  width: 100%;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box .txt-field-box.error .ico {
-  right: 8.5rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box .txt-field-box > div {
-  display: flex;
-  gap: 0.63rem;
-}
-
-.tab-style .tab-style-h button::after {
-  background-size: cover !important;
-}
-.tab-style .tab-style-h button .ico {
-  background-size: 0.75rem 0.75rem;
-}
-
-/**********************************************
-| 2024-12-31 김민정 :
-**********************************************/
-.media--editor .caution {
-  color: #F00;
-  font-size: 16px;
-  display: inline-block;
-  margin-bottom: 10px;
-}
-.media--editor .ql-snow .ql-editor p img {
-  max-width: 400px;
-  max-height: 400px;
-}
-
-.table--wrap {
-  font-size: 24px;
-}
-.table--wrap .bul {
-  color: #f00;
-}
-.table--wrap .table--t {
-  display: flex;
-  justify-content: space-between;
-  align-items: flex-end;
-  margin-bottom: 30px;
-}
-.table--wrap .table--t > span {
-  font-size: 18px;
-}
-.table--wrap table {
-  width: 100%;
-  border-top: 1px solid #3F3F3F;
-}
-.table--wrap table .custom-input * {
-  text-align: center;
-}
-.table--wrap table .custom-input.left * {
-  text-align: left;
-}
-.table--wrap table th {
-  vertical-align: middle;
-  height: 50px;
-  padding: 10px 30px;
-  color: #000000;
-  font-size: 18px;
-  font-weight: 700;
-  border-bottom: 1px solid #e2e2e2;
-  border-right: 1px solid #E2E2E2;
-}
-.table--wrap table th.bg {
-  background-color: #f8f8f8;
-}
-.table--wrap table th.le {
-  text-align: left;
-  padding: 30px;
-}
-.table--wrap table th.type2 {
-  border-right: 1px solid #3F3F3F;
-  border-bottom: 1px solid #3f3f3f;
-}
-.table--wrap table th.type2.fz--16 {
-  font-size: 16px;
-}
-.table--wrap table th:last-child {
-  border-right: none;
-}
-.table--wrap table td {
-  height: 50px;
-  padding: 10px 30px;
-  text-align: center;
-  color: #000000;
-  vertical-align: middle;
-  border-bottom: 1px solid #e2e2e2;
-  border-right: 1px solid #E2E2E2;
-  white-space: pre-line;
-  font-size: 18px;
-  font-weight: 400;
-}
-.table--wrap table td .dp--tp-wrap {
-  display: none;
-}
-.table--wrap table td .input--wrap {
-  display: flex;
-  align-items: center;
-  gap: 10px;
-}
-.table--wrap table td .input--wrap .text {
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-.table--wrap table td.bg {
-  background-color: #f8f8f8;
-}
-.table--wrap table td:last-child {
-  border-right: none;
-}
-.table--wrap table td.le {
-  text-align: left;
-  padding: 30px;
-}
-
-.dp__input::-moz-placeholder {
-  color: #b6b6b6 !important;
-}
-
-.dp__input::placeholder {
-  color: #b6b6b6 !important;
-}
-
-.dp__disabled {
-  background-color: #f0f0f0 !important;
-}
-.dp__disabled.dp__input {
-  color: #aaaaaa !important;
-}
-
-.btn--wrap.evt--btn {
-  display: flex;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-sky {
-  background-color: #42A5F5;
-  height: 2.25rem;
-  min-height: 2.25rem;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-sky .v-btn__content {
-  color: #ffffff;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-red {
-  background-color: #DC143C;
-  height: 2.25rem;
-  min-height: 2.25rem;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-red .v-btn__content {
-  color: #ffffff;
-}
-
-.max--w320 {
-  max-width: 320px;
-}
-
-.container {
-  height: 100%;
-}
-.container .content {
-  height: 100%;
-  display: flex;
-}
-.container .content aside {
-  width: 250px;
-  border-right: 1px solid #ccc;
-}
-.container .content aside .aside--main--title {
-  padding: 20px;
-  background: #33559B;
-  color: #fff;
-  font-size: 20px;
-}
-.container .content aside .aside--list {
-  display: flex;
-  flex-direction: column;
-}
-.container .content aside .aside--list .v-btn {
-  padding: 15px 10px;
-  font-size: 16px;
-  cursor: pointer;
-  justify-content: flex-start;
-  padding-left: 20px;
-}
-.container .content aside .aside--list .v-btn.actv {
-  background: #e4e4e4;
-}
-.container .content .main {
-  padding: 1.625rem;
-  width: calc(100% - 250px);
-}
-.container .content .main .data--list--wrap {
-  width: 100%;
-  padding-top: 40px;
-}
-.container .content .main .data--list--wrap .btn--actions--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  padding-bottom: 25px;
-}
-.container .content .main .search--modules {
-  width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 10px;
-  border: 1px solid #eee;
-  border-radius: 15px;
-  padding: 20px;
-  margin-top: 25px;
-  background: #f8f8f8;
-}
-.container .content .main .search--modules .form--cont--filter {
-  width: 100%;
-  max-width: 10.5rem;
-}
-.container .content .main .search--modules .form--cont--text {
-  width: 100%;
-  max-width: calc(100% - 10.5rem);
-}
-.container .content .main .search--modules .sch--btn {
-  height: 2.25rem;
-  max-width: 80px;
-}
-.container .content .main .inner--headers {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-}
-.container .content .main .inner--headers > h2 {
-  font-size: 1.625rem;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap {
-  display: flex;
-  align-items: center;
-  gap: 5px;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span {
-  font-size: 0.9rem;
-  font-weight: 500;
-  display: flex;
-  align-items: center;
-  gap: 5px;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span:before {
-  content: "";
-  display: inline-flex;
-  width: 15px;
-  height: 15px;
-  background: url(../img/ic_arrow_right_chv.svg) no-repeat center;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span:nth-of-type(1):before {
-  display: none;
-}
-.container .content .main .inner--headers .bread--crumbs--wrap span:last-child {
-  font-weight: bold;
-}
-
-/**********************************************
-| ag-grid
-**********************************************/
-.tbl-wrap .ag-paging-panel {
-  padding: 1.25rem 0px;
-}
-.tbl-wrap .ag-header-cell-resize:after {
-  width: 1px;
-  height: 1.25rem;
-  top: calc(50% - 0.625rem);
-}
-.tbl-wrap .ag-checkbox-input-wrapper:after {
-  content: "";
-  width: 1rem;
-  height: 1rem;
-  background: url(../img/ico_chk_off.svg);
-  background-repeat: no-repeat;
-}
-.tbl-wrap .ag-checkbox-input-wrapper.ag-checked:after {
-  content: "";
-  background: url(../img/ico_chk_on.svg);
-  background-repeat: no-repeat;
-}
-.tbl-wrap .ag-checkbox-input-wrapper.ag-indeterminate:after {
-  content: "";
-  background: url(../img/ico_check_indeterminate.svg);
-  background-repeat: no-repeat;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell {
-  padding: 0rem 1.25rem;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell-text {
-  text-align: left;
-}
-.tbl-wrap .ag-root-wrapper .ag-root-wrapper-body.ag-layout-normal {
-  height: 100%;
-}
-.tbl-wrap .ag-root-wrapper .ag-cell-label-container {
-  height: 3.125rem;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell-text {
-  color: #444;
-  font-size: 0.875rem;
-  font-style: normal;
-  font-weight: 700;
-}
-.tbl-wrap .ag-root-wrapper .ag-header {
-  border-top: 0px;
-}
-.tbl-wrap .ag-root-wrapper .ag-header .ag-header-container {
-  background: #F2F7FF;
-}
-.tbl-wrap .ag-root-wrapper .ag-header.ag-header-allow-overflow .ag-header-row {
-  background: #F2F7FF;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row.disabled {
-  opacity: 0.5;
-  pointer-events: none;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row .ag-cell {
-  color: #444;
-  font-size: 0.875rem;
-  font-style: normal;
-  font-weight: 400;
-  text-align: left;
-  justify-content: flex-start;
-  padding: 0px 1.25rem;
-}
-.tbl-wrap .ag-overlay-no-rows-center {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 0.62rem;
-  color: #444;
-  text-align: center;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-.tbl-wrap .ag-overlay-no-rows-center:before {
-  content: "";
-  display: inline-flex;
-  width: 1.25rem;
-  height: 1.25rem;
-  background: url(../img/ico_no_data_nw.svg);
-  background-size: contain;
-}
-
-.check--box--group {
-  display: flex;
-}
-
-.form--group--inner {
-  display: flex;
-  align-items: center;
-  gap: 10px;
-}
-.form--group--inner .visible {
-  display: none;
-}
-
-.status--box {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  padding: 5px 25px;
-  border-radius: 35px;
-  background: #e4e4e4;
-}
-.status--box.actv {
-  background: #33559B;
-  color: #fff;
-}
-
-.img--content {
-  display: flex;
-  align-items: center;
-}
-
-.equip--image--wrap {
-  display: flex;
-  align-items: center;
-}
-.equip--image--wrap .equip--image {
-  width: 90px;
-  height: 90px;
-  margin-right: 25px;
-}
-.equip--image--wrap .equip--image #preview_image {
-  width: 90px;
-  height: 90px;
-  position: relative;
-  border: 1px solid rgba(0, 0, 0, 0.2);
-  overflow: hidden;
-}
-.equip--image--wrap .equip--image #preview_image img {
-  width: 100%;
-  position: absolute;
-  top: 50%;
-  -o-object-fit: contain;
-     object-fit: contain;
-  left: 50%;
-  transform: translate(-50%, -50%);
-}
-.equip--image--wrap .equip--image .images-wrapper {
-  width: 100%;
-  height: 90px;
-}
-.equip--image--wrap .equip--image .images-wrapper .image {
-  background-size: cover;
-  width: 100%;
-  height: 90px;
-  background-repeat: none;
-  cursor: pointer;
-}
-.equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar {
-  top: 30px;
-  right: 30px;
-}
-.equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar .cool-lightbox-toolbar__btn {
-  border-radius: 50%;
-  width: 56px;
-  height: 56px;
-  display: inline-block;
-  background-image: url(../img/ic_close.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-}
-.equip--image--wrap .equip--image .cool-lightbox .cool-lightbox-toolbar .cool-lightbox-toolbar__btn svg {
-  display: none;
-}
-.equip--image--wrap .equip--image--select {
-  display: flex;
-  flex-direction: column;
-}
-.equip--image--wrap .equip--image--select .form--group {
-  margin-bottom: 25px;
-  margin-top: 10px;
-  display: flex;
-}
-.equip--image--wrap .equip--image--select .form--group .file--btn {
-  width: 75px;
-  height: 33px;
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  border-radius: 0px !important;
-  background: #6C7281 !important;
-  cursor: pointer;
-}
-.equip--image--wrap .equip--image--select .equip--image--desc {
-  color: #0131AD;
-  font-size: 12px;
-  font-style: normal;
-  font-weight: 500;
-  letter-spacing: -0.36px;
-}
-
-.form--group--inner {
-  display: flex;
-  align-items: center;
-  justify-content: flex-start;
-  gap: 10px;
-  margin-bottom: 10px;
-}
-.form--group--inner .text--box {
-  height: 36px;
-  border-radius: 0px;
-  border: 1px solid #b5b5b5;
-  white-space: nowrap;
-  display: flex;
-  align-items: center;
-  width: 324px;
-  justify-content: flex-start;
-  padding: 0 20px;
-  text-overflow: ellipsis;
-}
-
-.v-file-input {
-  margin-top: 0px;
-  padding-top: 0px;
-}
-.v-file-input.custom-input .v-input__control .v-field {
-  border-radius: 0px;
-}
-.v-file-input.custom-input .v-input__control .v-field__field input:placeholder {
-  font-size: 0.75rem !important;
-  font-weight: 400;
-  color: #8e8e8e !important;
-}
-.v-file-input.custom-input .v-input__control .v-field__field .v-field__input {
-  padding: 0px;
-  min-height: 36px;
-  padding-left: 0.75rem;
-  font-size: 0.75rem !important;
-  font-weight: 400 !important;
-}
-.v-file-input.custom-input .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  font-size: 0.75rem !important;
-  font-weight: 400;
-  color: #8e8e8e !important;
-}
-.v-file-input.custom-input .v-input__control .v-field__field .v-field__input::placeholder {
-  font-size: 0.75rem !important;
-  font-weight: 400;
-  color: #8e8e8e !important;
-}
-.v-file-input .v-input__control .v-input__slot {
-  padding: 0 15px;
-}
-.v-file-input .v-input__control .v-input__slot::before {
-  display: none;
-}
-.v-file-input .v-input__control .v-input__slot::after {
-  display: none;
-}
-.v-file-input .v-input__control .v-input__slot input::-moz-placeholder {
-  color: #444 !important;
-  font-size: 12px !important;
-  font-style: normal !important;
-  font-weight: 300 !important;
-  letter-spacing: -0.36px !important;
-}
-.v-file-input .v-input__control .v-input__slot .v-file-input__text,
-.v-file-input .v-input__control .v-input__slot .v-file-input__text--placeholder,
-.v-file-input .v-input__control .v-input__slot input::placeholder {
-  color: #444 !important;
-  font-size: 12px !important;
-  font-style: normal !important;
-  font-weight: 300 !important;
-  letter-spacing: -0.36px !important;
-}
-.v-file-input .v-input__control .v-input__slot .v-input__append-inner .v-input__icon--clear {
-  opacity: 1;
-}
-.v-file-input .v-input__control .v-input__slot .v-input__append-inner .v-input__icon--clear .mdi-close::before {
-  content: "";
-  background-image: url(../static/ic_clear.svg);
-  display: inline-block;
-  width: 16px;
-  height: 16px;
-  background-position: center;
-}
-
-.flex--type {
-  display: flex;
-  align-items: center;
-  gap: 12px;
-}
-
-.file--btn {
-  border-radius: 0px !important;
-  background: #4B5161 !important;
-  color: #FFF !important;
-  font-size: 12px !important;
-  font-weight: 500 !important;
-}
-
-.radio--group .v-selection-control-group {
-  gap: 10px;
-}
-
-.mdi-radiobox-marked::before {
-  content: "" !important;
-  width: 15px;
-  height: 15px;
-  display: inline-flex;
-  background: url(../img/ic_radio_on.svg) no-repeat center;
-}
-
-.mdi-radiobox-blank::before {
-  content: "" !important;
-  width: 15px;
-  height: 15px;
-  display: inline-flex;
-  background: url(../img/ic_radio_off.svg) no-repeat center;
-}
-
-html {
-  height: 100%;
-}
-
-body {
-  background: #F8F7F9;
-}
-
-html,
-body,
-div,
-span,
-applet,
-object,
-iframe,
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-p,
-blockquote,
-pre,
-a,
-abbr,
-acronym,
-address,
-big,
-cite,
-code,
-del,
-dfn,
-em,
-img,
-ins,
-kbd,
-q,
-s,
-samp,
-small,
-strike,
-strong,
-sub,
-sup,
-tt,
-var,
-b,
-u,
-i,
-center,
-dl,
-dt,
-dd,
-ol,
-ul,
-li,
-fieldset,
-form,
-label,
-legend,
-table,
-caption,
-tbody,
-tfoot,
-thead,
-tr,
-th,
-td,
-article,
-aside,
-canvas,
-details,
-embed,
-figure,
-figcaption,
-footer,
-header,
-hgroup,
-menu,
-nav,
-output,
-ruby,
-section,
-summary,
-time,
-mark,
-audio,
-video {
-  margin: 0;
-  padding: 0;
-  border: 0;
-  font-size: 100%;
-  vertical-align: baseline;
-}
-
-*:not(.ag-icon) {
-  box-sizing: border-box !important;
-  font-family: "Pretendard", sans-serif !important;
-}
-*:not(.ag-icon)::-webkit-scrollbar {
-  height: 3px;
-  width: 3px;
-}
-*:not(.ag-icon)::-webkit-scrollbar-button:start:decrement, *:not(.ag-icon)::-webkit-scrollbar-button:end:increment {
-  display: none;
-}
-*:not(.ag-icon)::-webkit-scrollbar-track {
-  background-color: transparent;
-  width: 3px;
-  height: 3px;
-}
-*:not(.ag-icon)::-webkit-scrollbar-thumb {
-  width: 3px;
-  border-radius: 3px;
-  background-color: #C5CDD4;
-}
-
-/* HTML5 display-role reset for older browsers */
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-menu,
-nav,
-section {
-  display: block;
-}
-
-body {
-  line-height: 1;
-  min-width: 1920px;
-}
-
-ol,
-ul {
-  list-style: none;
-}
-
-blockquote,
-q {
-  quotes: none;
-}
-
-blockquote:before,
-blockquote:after,
-q:before,
-q:after {
-  content: "";
-  content: none;
-}
-
-table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-
-input:focus {
-  outline: none;
-}
-
-a {
-  color: inherit;
-  text-decoration: none;
-}
-
-html {
-  overflow: auto !important;
-  font-size: 16px !important;
-}
-
-@media (min-width: 2500px) {
-  html {
-    font-size: 24px !important;
-  }
-}
-@media (min-width: 3800px) {
-  html {
-    font-size: 32px !important;
-  }
-}
-.mb--0 {
-  margin-bottom: 0px !important;
-}
-
-.mb--5 {
-  margin-bottom: 5px !important;
-}
-
-.mb--8 {
-  margin-bottom: 8px !important;
-}
-
-.mb--10 {
-  margin-bottom: 10px !important;
-}
-
-.mb--15 {
-  margin-bottom: 15px !important;
-}
-
-.mb--20 {
-  margin-bottom: 20px !important;
-}
-
-.mb--30 {
-  margin-bottom: 30px !important;
-}
-
-.mb--36 {
-  margin-bottom: 36px !important;
-}
-
-.ml--auto {
-  margin-left: auto !important;
-}
-
-.ml--0 {
-  margin-left: 0px !important;
-}
-
-.ml--3 {
-  margin-left: 3px !important;
-}
-
-.ml--5 {
-  margin-left: 5px !important;
-}
-
-.ml--8 {
-  margin-left: 8px !important;
-}
-
-.ml--10 {
-  margin-left: 10px !important;
-}
-
-.ml--15 {
-  margin-left: 0.94rem !important;
-}
-
-.ml--16 {
-  margin-left: 16px !important;
-}
-
-.ml--20 {
-  margin-left: 20px !important;
-}
-
-.ml--24 {
-  margin-left: 24px !important;
-}
-
-.ml--25 {
-  margin-left: 25px !important;
-}
-
-.ml--28 {
-  margin-left: 28px !important;
-}
-
-.ml--30 {
-  margin-left: 30px !important;
-}
-
-.ml--35 {
-  margin-left: 35px !important;
-}
-
-.ml--45 {
-  margin-left: 45px !important;
-}
-
-.mr--auto {
-  margin-right: auto !important;
-}
-
-.mr--0 {
-  margin-right: 0px !important;
-}
-
-.mr--3 {
-  margin-right: 3px !important;
-}
-
-.mr--4 {
-  margin-right: 4px !important;
-}
-
-.mr--6 {
-  margin-right: 6px !important;
-}
-
-.mr--10 {
-  margin-right: 10px !important;
-}
-
-.mr--15 {
-  margin-right: 15px !important;
-}
-
-.mr--20 {
-  margin-right: 20px !important;
-}
-
-.mr--25 {
-  margin-right: 25px !important;
-}
-
-.mr--30 {
-  margin-right: 30px !important;
-}
-
-.mr--45 {
-  margin-right: 45px !important;
-}
-
-.mr--64 {
-  margin-right: 64px !important;
-}
-
-.mt--0 {
-  margin-top: 0px !important;
-}
-
-.mt--5 {
-  margin-top: 5px !important;
-}
-
-.mt--10 {
-  margin-top: 10px !important;
-}
-
-.mt--15 {
-  margin-top: 15px !important;
-}
-
-.mt--20 {
-  margin-top: 20px !important;
-}
-
-.mt--25 {
-  margin-top: 25px !important;
-}
-
-.mt--30 {
-  margin-top: 30px !important;
-}
-
-.mt--35 {
-  margin-top: 35px !important;
-}
-
-.mt--40 {
-  margin-top: 40px !important;
-}
-
-.mt--45 {
-  margin-top: 45px !important;
-}
-
-.mt--50 {
-  margin-top: 50px !important;
-}
-
-.mt--60 {
-  margin-top: 60px !important;
-}
-
-.pt--0 {
-  padding-top: 0px !important;
-}
-
-.pt--2 {
-  padding-top: 2px !important;
-}
-
-.pb--0 {
-  padding-bottom: 0px !important;
-}
-
-.pb--2 {
-  padding-bottom: 2px !important;
-}
-
-.pb--20 {
-  padding-bottom: 20px !important;
-}
-
-.pr--0 {
-  padding-right: 0 !important;
-}
-
-.p--0 {
-  padding: 0 !important;
-}
-
-.w500 {
-  font-weight: 600 !important;
-}
-
-.w700 {
-  font-weight: 700 !important;
-}
-
-.text-left {
-  text-align: left !important;
-}
-
-.text-center {
-  text-align: center !important;
-}
-
-.align-top {
-  vertical-align: top !important;
-}
-
-.shrink0 {
-  flex-shrink: 0 !important;
-}
-
-.color-red {
-  color: #FF2426 !important;
-}
-
-.color-blue {
-  color: #034EA2 !important;
-}
-
-.color-blue2 {
-  color: #007AFF !important;
-}/*# sourceMappingURL=main.css.map */

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
assets/css/main.css.map


+ 0 - 5308
assets/css/mode-w-m.css

@@ -1,5308 +0,0 @@
-@charset "UTF-8";
-/**********************************************
-| 2024-08-26 김민정 :
-**********************************************/
-.mt--125rem {
-  margin-top: 1.25rem;
-}
-
-.mt--1rem {
-  margin-top: 1rem;
-}
-
-.container .new--header {
-  background: #0B318B;
-  /*height:calc(1vh * (90 / 10.8));*/
-  height: 3.75rem;
-  display: flex;
-  align-items: center;
-  flex-shrink: 0;
-  position: relative;
-  padding: 0 1.88rem;
-  z-index: 2200;
-}
-.container .new--header .logo {
-  color: #FFFFFF;
-  font-size: 1.125rem;
-  font-weight: 700;
-  line-height: 100%;
-  flex-shrink: 0;
-  display: flex;
-  align-items: center;
-  margin-right: 15.5rem;
-}
-.container .new--header .logo .logo--img {
-  background-image: url(../img/logo_new.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  width: 2rem;
-  height: 2rem;
-  margin-right: 1rem;
-  display: inline-block;
-}
-.container .new--header .logo .dashboard {
-  color: #FFF500;
-  font-size: 0.9375rem;
-  font-weight: 700;
-  padding-left: 0.81rem;
-  margin-left: 0.81rem;
-  border-left: 1px solid rgba(255, 255, 255, 0.5019607843);
-}
-.container .new--header .gnb {
-  z-index: 10;
-  height: 100%;
-}
-.container .new--header .gnb:hover .gnb-bg {
-  height: 16rem;
-}
-.container .new--header .gnb:hover .depth1 > li .depth2 {
-  height: 16rem;
-}
-.container .new--header .gnb .depth1 {
-  display: flex;
-  height: 100%;
-}
-.container .new--header .gnb .depth1 > li {
-  position: relative;
-}
-.container .new--header .gnb .depth1 > li.active > button {
-  background: #ffffff;
-  color: #0b318b;
-  font-weight: 700;
-}
-.container .new--header .gnb .depth1 > li > button {
-  /* width: calc(1vw * (180 / 19.2)); */
-  /* height:calc(1vh * (90 / 10.8)); */
-  /* min-height:90px; */
-  width: 8.75rem;
-  height: 3.75rem;
-  display: inline-block;
-  color: #fff;
-  font-size: 1rem;
-  font-weight: 600;
-}
-.container .new--header .gnb .depth1 > li .depth2 {
-  position: absolute;
-  overflow: hidden;
-  height: 0;
-  z-index: 10;
-  width: 100%;
-  transition: 0.5s 0s;
-}
-.container .new--header .gnb .depth1 > li .depth2 ul {
-  padding-top: 1.88rem;
-}
-.container .new--header .gnb .depth1 > li .depth2 ul li {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 400;
-  display: block;
-  margin-bottom: 1.88rem;
-  cursor: pointer;
-  text-align: center;
-}
-.container .new--header .gnb .depth1 > li .depth2 ul li.active {
-  color: #064F9E;
-  font-weight: 700;
-}
-.container .new--header .gnb .gnb-bg {
-  position: fixed;
-  /* top:calc(1vh * (90 / 10.8)); */
-  top: 3.75rem;
-  left: 0;
-  right: 0;
-  width: 100vw;
-  background: #fff;
-  z-index: 8;
-  height: 0;
-  transition: 0.5s 0s;
-  box-shadow: 0 0.25rem 0.63rem 0 rgba(0, 0, 0, 0.25);
-}
-.container .new--header .util {
-  display: flex;
-  align-items: center;
-  gap: 0.625rem;
-  margin-left: auto;
-  flex-shrink: 0;
-}
-.container .new--header .util .ico {
-  font-size: 0;
-}
-.container .new--header .util .btn-setting {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: no-repeat center/100%;
-  background-image: url(../img/ico_setting.svg);
-}
-.container .new--header .util .btn-alarm {
-  width: 2rem;
-  height: 2rem;
-  position: relative;
-}
-.container .new--header .util .btn-alarm.type1 .ico {
-  width: 2rem;
-  height: 2rem;
-  background-image: url("../img/ico_alarm4.svg");
-  background-size: cover !important;
-}
-.container .new--header .util .btn-alarm.type2 .ico {
-  width: 2rem;
-  height: 2rem;
-  background-image: url("../img/ico_alarm3.svg");
-  background-size: cover !important;
-}
-.container .new--header .util .btn-alarm .ico {
-  position: relative;
-  width: 1.625rem;
-  height: 1.625rem;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-alarm .ico .dot {
-  position: absolute;
-  background: #E42325;
-  width: 0.44rem;
-  height: 0.44rem;
-  border-radius: 100%;
-  right: 0;
-  top: 0;
-}
-.container .new--header .util .btn-alarm .alarm-detail {
-  position: absolute;
-  width: 8.75rem;
-  height: 4.44rem;
-  top: 3rem;
-  left: 50%;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  transform: translateX(-50%);
-  padding: 1.31rem 1.25rem 1rem 1.25rem;
-  background: url("../img/bg_tooltip.svg") no-repeat center/100%;
-}
-.container .new--header .util .btn-alarm .alarm-detail strong {
-  color: #222222;
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch {
-  width: 2.25rem;
-  flex: 0 0 auto;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-switch__track {
-  background: #ECECEC;
-  height: 0.75rem;
-  width: 2.25rem;
-  opacity: 1;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-switch__thumb {
-  box-shadow: none;
-  background: #92989E;
-  width: 1.13rem;
-  height: 1.13rem;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__track {
-  background: #D7E4F1;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__thumb {
-  background: #064f9e;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-selection-control__input::before {
-  display: none;
-}
-.container .new--header .util .btn-alarm .alarm-detail .v-switch .v-ripple__container {
-  display: none;
-}
-.container .new--header .util .btn-mode {
-  position: relative;
-}
-.container .new--header .util .btn-mode.type1 .ico {
-  background-image: url("../img/ico_mode_white.svg");
-}
-.container .new--header .util .btn-mode.type2 .ico {
-  background-image: url("../img/ico_mode_dark.svg");
-}
-.container .new--header .util .btn-mode .ico {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-mode .mode-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  transform: translateX(-50%);
-  width: 12.63rem;
-  height: 9.75rem;
-  padding: 2.06rem 1.25rem 1.25rem 1.56rem;
-  background: url("../img/bg_tooltip2.svg") no-repeat center/100%;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  position: relative;
-  height: 2.5rem;
-  margin: 0;
-  padding-left: 5.63rem;
-  flex: auto;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  position: absolute;
-  left: 0;
-  top: 0;
-  width: 4.38rem;
-  height: 2.5rem;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/img_mode_white.svg");
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/img_mode_dark.svg");
-}
-.container .new--header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.container .new--header .util .btn-lang {
-  position: relative;
-  width: 1.625rem;
-  height: 1.625rem;
-}
-.container .new--header .util .btn-lang .ico {
-  /*width: 2rem;
-  height: 2rem;
-  border: 0.06rem solid #fff;
-  background-color: #0B318B;
-  border-radius: 100%;
-  color: #fff;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 0.81rem;*/
-}
-.container .new--header .util .btn-lang .ico.KR {
-  background-image: url(../img/ico_lang_korea2.svg);
-  width: 1.625rem;
-  height: 1.625rem;
-  background-size: cover;
-  display: inline-block;
-  background-position: center;
-}
-.container .new--header .util .btn-lang .ico.EN {
-  background-image: url(../img/ico_lang_english.svg);
-  width: 1.625rem;
-  height: 1.625rem;
-  background-size: cover;
-  display: inline-block;
-  background-position: center;
-}
-.container .new--header .util .btn-lang .lang-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  width: 9.75rem;
-  height: 7.31rem;
-  transform: translateX(-50%);
-  background: url("../img/bg_tooltip3.svg") no-repeat center/100%;
-  padding: 1.63rem 1.25rem 1.25rem 1.56rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  height: 1.63rem;
-  margin: 0;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  width: 1.63rem;
-  height: 1.63rem;
-  display: inline-block;
-  background: no-repeat center/100%;
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/ico_lang_korea.svg");
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/ico_lang_english.svg");
-}
-.container .new--header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-left: 0.63rem;
-}
-.container .new--header .util .divider {
-  width: 0.06rem;
-  height: 1.88rem;
-  margin: 0 0.815rem;
-  background: rgba(255, 255, 255, 0.5);
-}
-.container .new--header .util .user-info-wrap {
-  display: flex;
-  align-items: center;
-}
-.container .new--header .util .user-info-wrap .user-info {
-  display: flex;
-  position: relative;
-}
-.container .new--header .util .user-info-wrap .user-info .ico {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: #fff;
-  border-radius: 100%;
-  color: #438DFF;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 1rem;
-  cursor: pointer;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail {
-  position: absolute;
-  top: 2.7rem;
-  left: 50%;
-  width: 11.88rem;
-  padding: 1.25rem;
-  transform: translateX(-50%);
-  background: #FFF;
-  border: 1px solid #ddd;
-  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
-  border-radius: 0.625rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail:after {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #fff;
-  position: absolute;
-  top: -0.5875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail:before {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #ddd;
-  position: absolute;
-  top: -0.6875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom--btn--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail p {
-  color: #111;
-  font-size: 0.94rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail p span {
-  font-weight: 600;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail ul {
-  padding-bottom: 1.25rem;
-  margin-bottom: 0.94rem;
-  border-bottom: 0.06rem solid #e1e1e1;
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail ul li {
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail ul.nw--btn--text--type {
-  gap: 0.6rem;
-  border-bottom: 0px;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default {
-  border: 0.06rem solid #D0DDEA;
-  border-radius: 0.31rem;
-  width: 100%;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #798592;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover {
-  border: 0.06rem solid rgba(6, 79, 158, 0.5);
-}
-.container .new--header .util .user-info-wrap .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover .v-btn__content {
-  color: #064F9E !important;
-}
-.container .new--header .util .user-name {
-  color: #fff;
-  font-size: 0.81rem;
-  padding: 0 0.815rem;
-  font-weight: 700;
-  cursor: pointer;
-}
-.container .new--header .util .btn-logout {
-  width: 2rem;
-  height: 2rem;
-  background: url("../img/ico_logout.svg") no-repeat center/100%;
-}
-
-/**********************************************
-| css 오버라이딩
-**********************************************/
-.ag-sort-indicator-icon {
-  background-image: url(../img/bg_login.svg);
-}
-
-.tbl-list-top {
-  margin-bottom: 1.25rem;
-}
-.tbl-list-top .total .total-num strong {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.tbl-list-top .total .total-num strong span {
-  color: #438dff;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-num .total-slt::before {
-  margin: 0 0.75rem;
-  background-color: #8e8e8e;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  margin-right: 0.5rem;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection .page-list-item {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection .page-list-item .page {
-  color: #444444;
-  font-weight: 400;
-}
-.tbl-list-top .total .grid-tit {
-  color: #222;
-  font-size: 0.9375rem;
-  font-style: normal;
-  margin-top: 1.2rem;
-  line-height: 2.25rem;
-  font-weight: 700;
-  letter-spacing: -0.00938rem;
-  text-transform: uppercase;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt {
-  width: 7.8125rem;
-  border: 1px solid #afbece;
-  background-color: #ffffff;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt .v-btn__content {
-  color: #6F8AA6;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt .v-btn__content .ico {
-  background-image: url(../img/ico_cal.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-  background-size: cover;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt.v-btn--disabled {
-  background-color: #fbfbfb !important;
-  border: 1px solid #e0e0e0;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt.v-btn--disabled .v-btn__content {
-  color: #E0E0E0 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-evt.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_cal_dis.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-  background-size: cover;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background-color: #6f8aa6;
-  width: 5.25rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del:hover {
-  background-color: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  margin-right: 0.375rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_del_disabled.svg);
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.v-btn--disabled {
-  background: #e0e0e0 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input.type2 .v-input__control .v-selection-control .v-label {
-  padding-left: 0.37rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 500;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input.type2 .v-input__control .v-selection-control .v-label span {
-  color: #111111;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.tbl-list-top .excel-search {
-  gap: 0.5rem;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel {
-  width: 8.56rem;
-  border-radius: 0.5rem;
-  background-color: #ffffff;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel .v-btn__content {
-  font-size: 0.875rem;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled {
-  background-color: #fbfbfb !important;
-  border: 1px solid #e0e0e0 !important;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content {
-  color: #e0e0e0 !important;
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_excel_d.svg);
-}
-.tbl-list-top .excel-search .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled.up .v-btn__content .ico {
-  background-image: url(../img/ico_excel_d.svg) !important;
-}
-.tbl-list-top .excel-search .custom-input .v-input__control .v-field__field .v-field__input {
-  width: 17.3125rem;
-  padding-left: 0.75rem;
-  font-size: 0.75rem !important;
-  font-weight: 400 !important;
-}
-.tbl-list-top .excel-search .custom-input .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #8e8e8e;
-}
-.tbl-list-top .excel-search .custom-input .v-input__control .v-field__field .v-field__input::placeholder {
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #8e8e8e;
-}
-
-.view-btm-btn > div {
-  gap: 0.5rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default {
-  width: 5.25rem;
-  height: 2.25rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list {
-  width: 5.25rem;
-  height: 2.25rem;
-  border: 1px solid #e0e0e0;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.38rem;
-  background-image: url(../img/ico_view_list2.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  width: 5.25rem;
-  height: 2.25rem;
-  border: none;
-  background: #6F8AA6;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  color: #ffffff;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  width: 1.125rem;
-  height: 1.125rem;
-  margin-right: 0.38rem;
-  background-image: url(../img/ico_del2.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del:hover {
-  background: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_del_disabled2.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 {
-  background-color: #6f8aa6;
-  border: none;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 .v-btn__content {
-  color: #ffffff;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 .v-btn__content .ico {
-  width: 1.25rem;
-  margin-right: 0.38rem;
-  height: 1.25rem;
-  background-image: url(../img/ico_cancel.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2:hover {
-  background-color: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-  border: none;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled .v-btn__content {
-  color: #8E8E8E !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_cancel_disabled.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2 {
-  background-color: #438dff;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2:hover {
-  background: #90BCFF;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_save_disabled.svg);
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-blue2 .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-image: url(../img/ico_save.svg);
-}
-
-.custom-dialog {
-  border-radius: 0.5rem;
-}
-.custom-dialog .modal-desc {
-  padding: 1.25rem;
-}
-.custom-dialog .modal-desc > strong {
-  color: #000000;
-  font-weight: 500;
-  font-size: 0.875rem;
-  line-height: 0.875rem;
-}
-.custom-dialog .modal-desc2 {
-  padding: 0.65rem 1.25rem 0.65rem 1.25rem;
-}
-.custom-dialog .modal-desc2 ul li {
-  padding-left: 1.2rem;
-  position: relative;
-  color: #555555;
-  font-size: 0.875rem;
-  font-weight: 400;
-  margin-bottom: 1rem;
-}
-.custom-dialog .modal-desc2 ul li:last-child {
-  margin-bottom: 0;
-}
-.custom-dialog .modal-desc2 ul li::before {
-  width: 0.2rem;
-  height: 0.2rem;
-  display: inline-block;
-  background-color: #555555;
-  position: absolute;
-  width: 0.31rem;
-  height: 0.31rem;
-  left: 0;
-  top: 0.38rem;
-  background: #C0C0C0;
-  border-radius: 100%;
-  content: "";
-}
-.custom-dialog .modal-tit {
-  height: 4rem;
-  padding: 1.25rem;
-  border-bottom: none;
-}
-.custom-dialog .modal-tit > strong {
-  font-size: 1rem;
-  color: #000000;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .modal-tit .modal--btn--wrap {
-  display: flex;
-  margin-left: auto;
-  gap: 1.25rem;
-}
-.custom-dialog .modal-tit .modal--btn--wrap .btn-bar {
-  width: 1.5rem;
-  height: 1.5rem;
-  background-size: cover;
-  background-image: url(../img/ico_bar.svg);
-}
-.custom-dialog .modal-tit .modal--btn--wrap .btn-square {
-  width: 1.5rem;
-  height: 1.5rem;
-  background-size: cover;
-  background-image: url(../img/ico_square.svg);
-}
-.custom-dialog .modal-tit .btn-close {
-  background-image: url(../img/ico_close.svg);
-}
-.custom-dialog .v-common-dialog-content {
-  padding: 0.38rem 1.25rem 1.25rem 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod {
-  padding-bottom: 0;
-}
-.custom-dialog .v-common-dialog-content .info-mod .mod-txt {
-  font-size: 0.9375rem;
-  margin-top: 1.56rem;
-  margin-bottom: 1.94rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .txt-field-box .custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .txt-field-box .custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .txt-field-box .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  height: 2.25rem;
-  min-height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .error-txt {
-  margin: 0.8rem 0 0 !important;
-}
-.custom-dialog .v-common-dialog-content .txt-field-box.error .ico {
-  right: 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg {
-  margin-top: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit .num {
-  background-color: #0B318B;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify {
-  background-color: #F1F7FF;
-  border-radius: 0.5rem;
-  border: none;
-  padding: 1.38rem 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .error-txt {
-  width: 15.625rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo {
-  display: flex;
-  gap: 0.75rem;
-  margin-bottom: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo .logo {
-  width: 1.625rem;
-  height: 1.625rem;
-  background-image: url(../img/ico_logo.svg);
-  background-size: cover;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo > p {
-  color: #333;
-  font-size: 0.9375rem;
-  font-style: normal;
-  font-weight: 700;
-  line-height: 100%;
-  /* 0.9375rem */
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box {
-  width: 15.625remf;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box:nth-child(3) {
-  margin-bottom: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box .v-input.v-text-field.custom-input.mini {
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box .v-input.v-text-field.custom-input.mini .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify z .txt-field-box .v-input.v-text-field.custom-input.mini .v-input__control .v-field__field .v-field__input {
-  height: 2.25rem;
-  min-height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor {
-  width: 15.625rem;
-  background-color: #0B318B;
-  border-radius: 0.5rem;
-  border: none;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor:hover {
-  background-color: #4875DE !important;
-  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor .v-btn__content {
-  font-size: 0.9375rem !important;
-  font-weight: 700 !important;
-  letter-spacing: -0.02813rem !important;
-  color: #ffffff;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn.v-btn.v-btn--density-default.btn-blue-bor.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 {
-  width: 100%;
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-  justify-content: center;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 > p {
-  color: #0B318B;
-  text-align: center;
-  font-size: 1.125rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-  letter-spacing: -0.01125rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 > span {
-  color: #444;
-  text-align: center;
-  font-size: 0.9375rem;
-  font-weight: 400;
-  letter-spacing: -0.00938rem;
-  display: inline-block;
-  margin-bottom: 1.87rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box {
-  display: flex;
-  align-items: center;
-  width: 80%;
-  justify-content: center;
-  gap: 0.6rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default {
-  margin-top: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-password {
-  background-color: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-password.v-btn--disabled {
-  background-color: #fff !important;
-  border: 1px solid #CCC;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-password.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-blue {
-  width: 3.5rem;
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-blue.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .txt-field-box .v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--2 .error-txt {
-  width: 80%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y {
-  padding: 2.37rem 0;
-  display: flex;
-  flex-direction: column;
-  gap: 1.88rem;
-  align-items: center;
-  justify-content: center;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y .ico {
-  width: 5rem;
-  height: 5rem;
-  border-radius: 50%;
-  background-color: #fff;
-  background-position: center;
-  background-size: 2.25rem 3rem;
-  background-image: url(../img/ico_certify_y2.svg);
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y > p {
-  color: #000;
-  font-size: 0.9375rem;
-  font-style: normal;
-  font-weight: 500;
-  line-height: 100%;
-  letter-spacing: -0.00938rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .otp--certify--y > p > span {
-  color: #034ea2;
-  font-size: 0.9375rem;
-  font-style: normal;
-  font-weight: 500;
-  line-height: 100%;
-  letter-spacing: -0.00938rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-chk .v-input .v-input__control .v-selection-control .v-label {
-  padding-left: 0.38rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-chk .v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .numbering {
-  border-radius: 6.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type {
-  border-radius: 0.5rem;
-  background: #FFF;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type.col4 {
-  margin-top: 0px;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr {
-  border-top: 1px solid #e0e0e0;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr th {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr th .cir {
-  width: 0.3125rem;
-  height: 0.3125rem;
-  display: inline-block;
-  background-color: #ff4f60;
-  border-radius: 50%;
-  margin-left: 0.37rem;
-  vertical-align: 2px;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td.critical {
-  color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td.major {
-  color: #438DFF;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td.minor {
-  color: #848BA4;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #6f8aa6;
-  font-weight: 600 !important;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 {
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400;
-  min-height: 2.25rem;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .form-style1.shadow--type table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .alert-txt .color--red {
-  color: #E1473D;
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content.type--l {
-  padding: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.type--l .agree--contents {
-  height: calc(100vh - 30rem);
-  overflow-y: auto;
-}
-.custom-dialog .v-common-dialog-content.type--l .agree--contents.border--top {
-  border-top: 1px solid #e8e8e8;
-}
-.custom-dialog .v-common-dialog-content.chart {
-  max-height: calc(100vh - 10rem);
-  padding: 0 1.25rem 1.25rem 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab {
-  padding-bottom: 1.25rem;
-  display: flex;
-  justify-content: flex-start;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-input {
-  flex: none;
-  margin-right: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group {
-  gap: 0.63rem;
-  display: flex;
-  flex-direction: row;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-selection-control {
-  width: 5.1875rem;
-  height: 2.25rem;
-  flex: none;
-  background-color: black;
-  text-align: center;
-  border-radius: 0.375rem;
-  background-color: #E0E0E0;
-  color: #8e8e8e;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-selection-control.v-selection-control--dirty {
-  background-color: #6F8AA6;
-  color: #ffffff;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-selection-control__wrapper {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .v-selection-control-group .v-label {
-  width: 100%;
-  display: flex;
-  justify-content: center;
-  opacity: 1;
-  font-size: 0.875rem;
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .total-wrap {
-  display: flex;
-  gap: 0.1rem;
-  margin-right: 1.87rem;
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-style: normal;
-  align-items: center;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .total-wrap span {
-  color: #438DFF;
-  font-weight: 900;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap {
-  padding: 0;
-  gap: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .v-input {
-  margin-right: 0;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  background: #ffffff;
-  border: 1px solid #d9d9d9;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list .v-btn__content .ico {
-  width: 1.25rem;
-  background-size: cover;
-  height: 1.25rem;
-  background-image: url(../img/ico_list.svg);
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list.active {
-  background: #438DFF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap .custom-btn.btn-list.active .v-btn__content .ico {
-  background-image: url(../img/ico_list_white.svg);
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap {
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop {
-  position: absolute;
-  z-index: 100;
-  width: 26.375rem;
-  top: 3rem;
-  background-color: #ffffff;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 0.625rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-tit {
-  height: 3.125rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-tit .btn-close.mini {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont {
-  padding: 0.94rem 1.25rem;
-  height: 60vh;
-  overflow-y: auto;
-  display: grid;
-  grid-template-columns: repeat(2, 1fr); /* 2열 레이아웃 */
-  gap: 0.62rem;
-  align-content: start;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input {
-  width: 100%;
-  height: 2.5rem;
-  display: inline-block;
-  border-radius: 0.3125rem;
-  border: 1px solid #DFDFDF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control {
-  width: 100%;
-  padding: 0 0.94rem;
-  height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control .v-label {
-  width: 100%;
-  display: inline-block;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-  background-image: url(../img/ico_chk_off.svg);
-  min-width: 1rem;
-  width: 1rem;
-  height: 1rem;
-  border: 0;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .modal-cont .custom-check.v-input.type3 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-checkbox-marked {
-  background-image: url(../img/ico_chk_on.svg);
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-tab .btn-wrap.trend--list--wrap .trend--list--pop .btn-wrap {
-  padding: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 1rem;
-  overflow-y: auto;
-  height: 75vh;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart {
-  display: flex;
-  justify-content: space-between;
-  flex-direction: row;
-  width: 100%;
-  height: 25vh;
-  gap: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap {
-  height: 100%;
-  width: 33.3333333333%;
-  gap: 2.5rem;
-  border-radius: 0.625rem;
-  border: 1px solid #efefef;
-  flex-direction: column;
-  padding: 1.2rem 1.2rem 0 1.2rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap::after {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-total {
-  margin: 0;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-total p {
-  width: 100%;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-total .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_set.svg);
-  display: inline-block;
-  background-size: cover;
-  cursor: pointer;
-  float: right;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con {
-  width: 100%;
-  height: 80%;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-wrap-fix {
-  left: 1rem;
-  top: auto;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in {
-  height: 100%;
-  z-index: 10;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in > div {
-  height: 100%;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend {
-  height: auto;
-  display: flex;
-  position: absolute;
-  right: 50%;
-  transform: translateX(50%);
-  top: -1.25rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend {
-  display: flex;
-  align-items: center;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend .line {
-  margin-left: 1.25rem;
-  width: 0.9375rem;
-  height: 0.1875rem;
-  border-radius: 6.25rem;
-  display: inline-block;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend p {
-  color: #333;
-  font-size: 0.8125rem;
-  font-style: normal;
-  margin-left: 0.75rem;
-  font-weight: 400;
-  letter-spacing: -0.00813rem;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:first-child .line {
-  background-color: #FF531E;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(2) .line {
-  background-color: #44C5FF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(3) .line {
-  background-color: #FF00C7;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(4) .line {
-  background-color: #AF70FF;
-}
-.custom-dialog .v-common-dialog-content.chart .dialog-chart-wrap .dialog-chart .chart-wrap .chart-con .chart-in .chart--legend .legend:nth-child(5) .line {
-  background-color: #4862FF;
-}
-.custom-dialog .v-common-dialog-content .core--list--component h2.fw--500 {
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component h2.fw--500 > span {
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .core--list--component h2.fw--500.mb--125rem {
-  margin-bottom: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat {
-  padding-top: 1.25rem;
-  display: flex;
-  gap: 0.62rem;
-  justify-content: space-between;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li {
-  width: 100%;
-  border-radius: 62.5rem;
-  height: 2.375rem;
-  color: #ffffff;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  padding: 0 1.12rem;
-  display: flex;
-  align-items: center;
-  line-height: 2.375rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li .ico {
-  background-image: url(../img/ic_tenant01.svg);
-  margin-right: 0.62rem;
-  width: 1rem;
-  display: inline-block;
-  background-repeat: no-repeat;
-  background-size: cover;
-  background-position: center;
-  height: 1rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li span:last-child {
-  margin-left: auto;
-  font-weight: 900;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.critical {
-  background-color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.major {
-  background-color: #438DFF;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.minor {
-  background-color: #C3C8D8;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.disconnected {
-  background-color: #fff;
-  border: 1px solid #ffc7c3;
-  color: #333333;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.disconnected .ico {
-  background-image: url(../img/ico_ban.svg);
-}
-.custom-dialog .v-common-dialog-content .core--list--component .event--stat > li.disconnected span:last-child {
-  color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area {
-  border-radius: 0.9375rem;
-  border: 1px solid #DFDFDF;
-  overflow: hidden;
-  height: 12rem;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .side--title {
-  position: absolute;
-  border-radius: 0.4375rem;
-  border: 1px solid #848484;
-  background: rgba(0, 0, 0, 0.5);
-  top: 0.94rem;
-  left: 0.94rem;
-  padding: 0.5rem 0.75rem;
-  color: #ffffff;
-  text-align: center;
-  font-size: 0.75rem;
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info {
-  position: absolute;
-  padding: 1rem 1.25rem;
-  border-radius: 0.625rem;
-  border: 1px solid #E3E3E3;
-  width: 12.5rem;
-  background: #FFF;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info .area--info--title {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 1rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info .area--info--title p {
-  color: #222;
-  font-size: 0.9375rem;
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info .area--info--title .btn-close {
-  background-image: url(/_nuxt/assets/img/ico_close_gray.svg);
-  width: 1rem;
-  height: 1rem;
-  background-repeat: no-repeat;
-  background-size: cover;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.3rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li {
-  display: flex;
-  align-items: center;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li .ico {
-  width: 0.625rem;
-  height: 0.625rem;
-  border-radius: 50%;
-  display: inline-block;
-  margin-right: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li .ico.green {
-  background-color: #55E074;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li .ico.red {
-  background-color: #E1473D;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li span:nth-child(2) {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li span:nth-child(3) {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-left: auto;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area .area--info ul li span:nth-child(3).active {
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .core--list--component .map--area.big--map {
-  height: 22rem;
-}
-.custom-dialog .v-common-dialog-content .core--list--component--grid .title h2 {
-  font-weight: 500;
-}
-.custom-dialog .v-common-dialog-content .core--list--component--grid .title h2 span {
-  font-weight: 700;
-}
-.custom-dialog .btn-wrap {
-  justify-content: flex-end;
-  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default {
-  width: 5.25rem;
-  height: 2.25rem;
-  border: none;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled {
-  background: #e0e0e0 !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_chk_circle_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-image: url(../img/ico_chk_circle.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  background-position: center;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-id {
-  width: 7.5625rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-id .ico {
-  background-image: url(../img/ico_id_on.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-id.v-btn--disabled .ico {
-  background-image: url(../img/ico_id_off.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-pw {
-  width: 9.1875rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-pw .ico {
-  background-image: url(../img/ico_id_on.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-pw.v-btn--disabled .ico {
-  background-image: url(../img/ico_id_off.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-ext .v-btn__content .ico {
-  background-image: url(../img/ico_time.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.btn-ext.v-btn--disabled .ico {
-  background-image: url(../img/ico_time_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white {
-  background-color: #6f8aa6;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white:hover {
-  background-color: #adbfd2;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white.v-btn--disabled {
-  background: #e0e0e0 !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_cancel_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content {
-  color: #ffffff;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-image: url(../img/ico_cancel.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  background-position: center;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2 {
-  background-color: #438dff;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.btn-mod .v-btn__content .ico {
-  background-image: url(../img/ico_mod2.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2:hover {
-  background: #90BCFF;
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_save_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled.btn-mod .v-btn__content .ico {
-  background-image: url(../img/ico_mod_disabled.svg);
-}
-.custom-dialog .btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue2 .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.37rem;
-  background-size: cover;
-  background-image: url(../img/ico_save.svg);
-}
-
-.container .content .content-tit {
-  margin-bottom: 1.25rem;
-}
-.container .content .content-tit .location {
-  gap: 0.37rem;
-}
-.container .content .content-tit .location > span {
-  font-size: 0.875rem;
-  color: #444444;
-  letter-spacing: -0.0175rem;
-}
-.container .content .content-tit .location > span.now {
-  font-weight: 700;
-}
-.container .content .content-tit h2 {
-  font-size: 1.125rem;
-  color: #000;
-  font-weight: 400;
-}
-.container .content .content-tit > span {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .content-tit > span::before {
-  background-color: #8e8e8e;
-}
-.container .content .content-tit > span.arr {
-  color: #0B318B;
-  font-size: 1.125rem;
-  font-style: normal;
-  margin-right: 0.62rem;
-  font-weight: 700;
-  line-height: 100%; /* 1.125rem */
-}
-.container .content .content-tit > span.arr::before {
-  background-color: transparent;
-  background-image: url(../img/ico_tit_arr.svg);
-  width: 1.1875rem;
-  height: 1.1875rem;
-  background-size: cover;
-  background-repeat: no-repeat;
-  margin: 0 0.62rem;
-}
-.container .content .content-tit .ico {
-  width: 1.375rem;
-  height: 1.375rem;
-  background-image: url(../img/ico_set_blue.svg);
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .search-wrap .search-btn .v-btn {
-  width: 5.25rem !important;
-}
-.container .content .search-wrap .custom-btn.v-btn.v-btn--density-default.btn-gray-bor {
-  border: 1px solid #cccccc;
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.container .content .search-wrap .custom-btn.v-btn.v-btn--density-default.btn-gray-bor:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.container .content .search-wrap .perfor-tab {
-  margin-right: 1.87rem;
-  padding-right: 1.87rem;
-  border-right: 1px solid #e4e4e4;
-  width: auto;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group {
-  width: 6.5625rem;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control {
-  width: 6.5625rem;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control .v-radio:hover .v-label {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control .v-radio.v-selection-control--dirty .v-label {
-  color: #000000;
-  border: 1px solid #a5a5a5;
-}
-.container .content .search-wrap .perfor-tab .v-radio-group .v-input__control .v-radio .v-label {
-  background-color: #ffffff;
-  border-radius: 0.375rem;
-  font-size: 0.8125rem;
-  font-weight: 600;
-  letter-spacing: -0.00813rem;
-  color: #949494;
-  border: 1px solid #e0e0e0;
-}
-.container .content .search-wrap .search-line-wrap {
-  gap: 1rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line {
-  gap: 2.5rem;
-  align-items: center;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box > strong {
-  margin-right: 0.5rem;
-  width: 5.875rem;
-  margin-left: 0;
-  font-size: 0.875rem;
-  font-weight: 700;
-  color: #444444;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box > strong.op--3 {
-  opacity: 0.3;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info {
-  width: 1rem;
-  height: 1rem;
-  background-image: url(../img/ico_info.svg);
-  background-size: cover;
-  background-repeat: no-repeat;
-  margin-left: 0.3rem;
-  position: relative;
-  cursor: pointer;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info .info--tt {
-  position: absolute;
-  top: -3.5rem;
-  left: -11.8rem;
-  display: inline-block;
-  font-style: normal;
-  font-weight: 500;
-  color: #fff;
-  background-color: rgba(67, 141, 255, 0.7);
-  padding: 0.9375rem 1.5625rem 1.0625rem 1.5625rem;
-  border-radius: 0.625rem;
-  width: 25rem;
-  text-align: center;
-  display: none;
-  z-index: 30;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info .info--tt::after {
-  content: "";
-  background-image: url(../img/ico_tool.svg);
-  width: 0.875rem;
-  height: 0.625rem;
-  display: inline-block;
-  position: absolute;
-  bottom: -0.625rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .info:hover .info--tt {
-  display: block;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in {
-  margin-left: 0;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input .v-input__control .v-field .v-field__field {
-  padding-left: 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input .v-input__control .v-field.v-field--disabled .v-field__input .v-select__selection .v-select__selection-text {
-  color: #e0e0e0 !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon {
-  margin-right: 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input.v-input--disabled .v-input__control .v-field {
-  background-color: #fbfbfb;
-  opacity: 1;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-select.v-input.v-input--disabled .v-input__control .v-field__outline {
-  border: 1px solid #ccc;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-input.v-text-field .v-input__control .v-field__field .v-field__input:-moz-read-only {
-  color: #000000 !important;
-  font-weight: 400 !important;
-  background: #ffffff;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-input.v-text-field .v-input__control .v-field__field .v-field__input:read-only {
-  color: #000000 !important;
-  font-weight: 400 !important;
-  background: #ffffff;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio .v-selection-control--disabled {
-  opacity: 1;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms {
-  width: auto;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms .v-input__control .v-selection-control-group {
-  gap: 0.5rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms .v-input__control .v-selection-control-group .v-selection-control.v-radio {
-  width: 2.8125rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap {
-  margin-left: 0.5rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar {
-  width: 12.5rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap::before {
-  right: 0.75rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input.dp__disabled {
-  border: 1px solid #CCC;
-  background-color: #FBFBFB;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input.dp__disabled::-moz-placeholder {
-  color: #e0e0e0 !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__input_wrap .dp__input.dp__disabled::placeholder {
-  color: #e0e0e0 !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__main .dp--menu-wrapper {
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 1.25rem;
-  overflow: hidden;
-  z-index: 2;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .calendar .dp__main .dp--menu-wrapper .dp__menu .dp__arrow_top {
-  display: none;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-refresh {
-  width: 2.25rem;
-  height: 2.25rem;
-  padding: 0;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-refresh .v-btn__content .ico {
-  background-image: url(../img/ico_backup1.svg);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref {
-  width: 2.25rem;
-  min-width: 2.25rem;
-  height: 2.25rem;
-  padding: 0;
-  border-radius: 0.375rem;
-  border: 1px solid #CCC;
-  margin-left: 0.3rem;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref .v-btn__content .ico {
-  display: inline-block;
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  background-image: url(../img/ico_refresh.svg);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref.v-btn--disabled {
-  border: 1px solid #E7E7E7;
-  background-color: #ffffff !important;
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .custom-btn.btn-ref.v-btn--disabled .v-btn__content .ico {
-  background-image: url(../img/ico_refresh_dis.svg);
-}
-.container .content .search-wrap .search-line-wrap .search-line .search-box .search-box-in .calendar-wrap .text {
-  color: #8e8e8e;
-}
-.container .content .chart-wrap {
-  background-color: #ffffff;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 0.5rem;
-  padding: 1.88rem;
-  flex-direction: column;
-}
-.container .content .chart-wrap .no--data {
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  color: var(--gray2, #444);
-  font-size: 0.875rem;
-  font-weight: 700;
-  height: 100%;
-}
-.container .content .chart-wrap .no--data .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.62rem;
-  background-size: cover;
-  background-image: url(../img/ico_no_data_nw.svg);
-}
-.container .content .chart-wrap .chart-total {
-  margin-top: 0;
-  font-size: 0.9375rem;
-  z-index: 1;
-  background-color: #ffffff;
-  margin-bottom: 1rem;
-}
-.container .content .chart-wrap .chart-total > p {
-  font-size: 0.9375rem;
-  font-weight: 700;
-}
-.container .content .chart-wrap .chart-total .legend-area {
-  justify-content: center;
-  gap: 1.56rem;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box {
-  color: #333333;
-  font-weight: 400;
-  font-size: 0.8125rem;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box.none--atv {
-  color: rgba(68, 68, 68, 0.3);
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box.none--atv .cir {
-  background-color: rgba(68, 68, 68, 0.3) !important;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir {
-  width: 0.9375rem;
-  height: 0.1875rem;
-  border-radius: 6.25rem;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir1 {
-  background-color: #FF531E;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir2 {
-  background-color: #44C5FF;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir3 {
-  background-color: #FF00C7;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir4 {
-  background-color: #AF70FF;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir5 {
-  background-color: #4862FF;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir6 {
-  background-color: #6ACB52;
-}
-.container .content .chart-wrap .chart-total .legend-area .legend-box .cir.cir7 {
-  background-color: #00D47B;
-}
-.container .content .chart-wrap .chart-wrap-fix {
-  left: 1.5rem;
-  width: 100%;
-  height: 100%;
-  top: 4rem;
-}
-.container .content .chart-wrap .scrl-chart {
-  margin-left: 0;
-  padding-bottom: 0;
-  height: 100%;
-}
-.container .content .chart-wrap .scrl-chart .scrl-in {
-  height: 100%;
-}
-.container .content .chart-wrap .scrl-chart .scrl-in div {
-  height: 100%;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr {
-  border-top: 1px solid #e0e0e0;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr th {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr th .cir {
-  width: 0.3125rem;
-  height: 0.3125rem;
-  display: inline-block;
-  background-color: #ff4f60;
-  border-radius: 50%;
-  margin-left: 0.37rem;
-  vertical-align: 2px;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td {
-  padding: 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status {
-  display: inline-block;
-  border: 1px solid #B8D4FF;
-  padding: 0.5rem 0.62rem;
-  border-radius: 6.25rem;
-  color: #438DFF;
-  font-size: 0.75rem;
-  font-style: normal;
-  font-weight: 400;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status .ico {
-  display: inline-block;
-  width: 0.75rem;
-  margin-right: 0.62rem;
-  height: 0.75rem;
-  background-color: #438dff;
-  border-radius: 50%;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status.discon {
-  border: 1px solid #E8E7ED;
-  color: #A5A3AE;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .status.discon .ico {
-  background-color: #D8D7DC;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #6f8aa6;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400 !important;
-  min-height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400 !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400 !important;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__details {
-  overflow: visible;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini .v-input__details .v-messages__message {
-  padding: 0;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 {
-  min-height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400;
-  min-height: 2.25rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-label {
-  padding-left: 0.56rem;
-  font-weight: 500;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1rem;
-  height: 1rem;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border: 1px solid #C0C0C0;
-}
-.container .content .view-wrap .view-box .view-box-btm .form-style1 table tbody tr td .custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border: 1px solid #C0C0C0;
-  background-color: #438dff;
-}
-.container .content .content--db--wrap {
-  display: flex;
-  gap: 1.25rem;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title h3 {
-  color: #222;
-  font-size: 1rem;
-  font-weight: 700;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title .d--day {
-  border-radius: 6.25rem;
-  border: 1px solid #AFCFFF;
-  color: #438DFF;
-  font-size: 0.8125rem;
-  font-weight: 700;
-  padding: 0.5rem 0.94rem 0.62rem;
-}
-.container .content .content--db--wrap .content--inner .content--inner--title .d--day span {
-  font-weight: 400;
-}
-.container .content .content--db--wrap .content--l {
-  background-color: #fff;
-  width: 28.125rem;
-  height: 52.8125rem;
-  padding: 1.25rem;
-  border-radius: 1.25rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  padding: 3rem 0rem 3rem 0rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart {
-  position: relative;
-  width: 12.5rem;
-  height: 12.5rem;
-  max-width: 12.5rem;
-  max-height: 12.5rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart canvas {
-  position: relative;
-  z-index: 3;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart:after {
-  content: "";
-  display: block;
-  width: 12.5rem;
-  height: 12.5rem;
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
-  background: #EAEAEA;
-  border-radius: 12.5rem;
-  z-index: 1;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--chart--wrap .db--chart:before {
-  content: "";
-  display: block;
-  width: 7.5rem;
-  height: 7.5rem;
-  position: absolute;
-  top: 50%;
-  left: 50%;
-  transform: translate(-50%, -50%);
-  background: #fff;
-  border-radius: 12.5rem;
-  z-index: 2;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table {
-  width: 100%;
-  margin-top: 1.75rem;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr {
-  border-top: 1px solid #e0e0e0;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr th {
-  text-align: left;
-  padding: 1.12rem 0.62rem;
-  font-size: 0.875rem;
-  color: #444444;
-  font-weight: 700;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr td {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .content--db--wrap .content--l .content--inner .content--inner--content .db--table table tbody tr td span {
-  font-weight: 700;
-  color: #438dff;
-}
-.container .content .content--db--wrap .content--r {
-  display: flex;
-  flex-direction: column;
-  width: calc(100% - 28.14rem);
-  gap: 1.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t {
-  background-color: #fff;
-  width: 100%;
-  border-radius: 1.25rem;
-  height: 27.625rem;
-  padding: 1.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner {
-  height: 100%;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title {
-  margin-bottom: 1.12rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap {
-  display: flex;
-  gap: 1.88rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status {
-  display: flex;
-  position: relative;
-  gap: 0.63rem;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card {
-  padding: 0.5rem 0.75rem;
-  border-radius: 6.25rem;
-  display: flex;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card span {
-  color: #111;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-  margin-right: 1.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card span.count {
-  margin-right: 0;
-  font-weight: 700;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card .ico {
-  background-repeat: no-repeat;
-  background-position: center;
-  background-size: cover;
-  width: 0.875rem;
-  height: 0.875rem;
-  margin-right: 0.63rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.con {
-  border: 1px solid #a1c6ff;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.con .ico {
-  background-image: url(../img/ico_status1.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.con .count {
-  color: #438DFF;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.dis--con {
-  border: 1px solid #F6A19B;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.dis--con .ico {
-  background-image: url(../img/ico_status2.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.dis--con .count {
-  color: #E1473D;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.active {
-  border: 1px solid #a1c6ff;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.active .ico {
-  background-image: url(../img/ico_status1.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.active .count {
-  color: #438DFF;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.issue {
-  border: 1px solid #F6A19B;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.issue .ico {
-  background-image: url(../img/ico_status3.svg);
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .status .status--card.issue .count {
-  color: #E1473D;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map {
-  position: relative;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map .custom-btn.btn-map {
-  width: 6.75rem;
-  height: 1.875rem;
-  border-radius: 6.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map .custom-btn.btn-map .v-btn__content {
-  font-size: 0.8125rem !important;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--title .status--wrap .map .custom-btn.btn-map .v-btn__content .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_map.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-  background-size: cover;
-  margin-right: 0.31rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap {
-  display: flex;
-  align-items: flex-end;
-  width: 100%;
-  height: 19.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card {
-  width: 100%;
-  height: 18rem;
-  background-color: #f1f7ff;
-  border-radius: 0.9375rem;
-  border: 1px solid #D4E7FF;
-  padding: 2.25rem 1.88rem 1.25rem 1.88rem;
-  display: flex;
-  justify-content: center;
-  gap: 1.37rem;
-  position: relative;
-  flex-direction: column;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--t {
-  display: flex;
-  align-items: center;
-  gap: 0.94rem;
-  justify-content: flex-start;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--icon {
-  background-color: #fff;
-  width: 2.5rem;
-  height: 2.5rem;
-  border-radius: 6.25rem;
-  background-image: url(../img/ico_equip.svg);
-  background-size: 1.25rem 1.25rem;
-  background-position: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--txt p {
-  color: #222;
-  font-size: 1rem;
-  font-weight: 700;
-  margin-bottom: 0.2rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--txt span {
-  color: #8C8C8C;
-  font-size: 0.6875rem;
-  font-weight: 400;
-  letter-spacing: -0.00688rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st {
-  width: 100%;
-  display: flex;
-  flex-direction: column;
-  gap: 0.75rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li {
-  display: flex;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li .circle {
-  border-radius: 50%;
-  width: 0.5625rem;
-  height: 0.5625rem;
-  margin-right: 0.94rem;
-  vertical-align: -0.1rem;
-  background-color: #55E074;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li .circle.critical {
-  background-color: #E1473D;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li p {
-  color: #222;
-  font-size: 0.6875rem;
-  font-weight: 500;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li span {
-  color: #222;
-  font-size: 0.6875rem;
-  font-weight: 500;
-  margin-left: auto;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card .equip--st li span.active {
-  font-weight: 700;
-  color: #111111;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card::before {
-  position: absolute;
-  content: "Connected";
-  left: 0.62rem;
-  top: -0.69rem;
-  color: #438DFF;
-  text-align: center;
-  font-size: 0.6875rem;
-  font-weight: 500;
-  border-radius: 6.25rem;
-  border: 1px solid #9BC2FF;
-  background: #FFF;
-  padding: 0.38rem 0.62rem 0.5rem;
-  z-index: 2;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card.dis::before {
-  border: 1px solid #F6A19B;
-  color: #E1473D;
-  content: "Disconnected";
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .db--status .equip--card--wrap .equip--card.dis::after {
-  position: absolute;
-  content: "";
-  left: 0;
-  bottom: 0;
-  width: 100%;
-  height: 100%;
-  border: 1px solid #f4a19c;
-  background-color: rgba(6, 16, 39, 0.5019607843);
-  border-radius: 0.9375rem;
-  background-image: url(../img/ico_wifi.svg);
-  background-position: center;
-  background-size: 2.5rem 2.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper {
-  padding-bottom: 3.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls {
-  display: flex;
-  margin-top: 1.25rem;
-  align-items: center;
-  gap: 1.25rem;
-  height: 2rem;
-  justify-content: center;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-prev {
-  position: static;
-  margin-top: 0;
-  width: 2rem;
-  height: 2rem;
-  background-image: url(../img/ico_arrow_prev.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-  background-size: cover;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-prev::after {
-  content: none;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-next {
-  position: static;
-  width: 2rem;
-  height: 2rem;
-  margin-top: 0;
-  background-image: url(../img/ico_arrow_next.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-  background-size: cover;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-button-next::after {
-  content: none;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination {
-  position: static;
-  width: auto;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet {
-  margin-left: 0;
-  margin-right: 0.63rem;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #E9E9E9;
-  opacity: 1;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
-  background-color: #6F8AA6;
-}
-.container .content .content--db--wrap .content--r .content--r--t .content--inner .content--inner--content .swiper .swiper-controls .swiper-pagination .swiper-pagination-bullet:last-child {
-  margin-right: 0;
-}
-.container .content .content--db--wrap .content--r .content--r--b {
-  background-color: #fff;
-  width: 100%;
-  height: 23.9375rem;
-  border-radius: 1.25rem;
-  padding: 1.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner {
-  height: 100%;
-  gap: 3rem;
-  display: flex;
-  flex-direction: column;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner::after {
-  display: none;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title {
-  margin: 0;
-  justify-content: flex-start;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title p {
-  color: #222222;
-  font-weight: 700;
-  font-size: 1rem;
-  margin-right: 2.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .ico {
-  width: 0.9375rem;
-  height: 0.9375rem;
-  margin-right: 2.5rem;
-  margin-left: 0.75rem;
-  background-image: url(../img/ico_set.svg);
-  display: inline-block;
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap {
-  margin-left: auto;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap .custom-btn.btn-pip {
-  margin-left: 0.94rem;
-  width: 6.75rem;
-  height: 2.25rem;
-  padding: 0;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap .custom-btn.btn-pip .v-btn__content {
-  color: #8E8E8E;
-  font-size: 0.875rem;
-  font-weight: 500;
-  letter-spacing: -0.00875rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .btn-wrap .custom-btn.btn-pip .v-btn__content .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  display: inline-block;
-  background-image: url(../img/ico_pip2.svg);
-  background-size: cover;
-  background-repeat: no-repeat;
-  margin-right: 0.38rem;
-  margin-left: 0;
-  background-position: center;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .select--wrap {
-  display: flex;
-  gap: 0.63rem;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .content--inner--title .select--wrap .custom-btn.v-btn.btn-blue {
-  width: 5.25rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con {
-  width: 100%;
-  height: 100%;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in {
-  height: calc(100% - 1rem);
-  z-index: 10;
-  position: relative;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in > div {
-  height: 100%;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend {
-  height: auto;
-  display: flex;
-  position: absolute;
-  right: 50%;
-  transform: translateX(50%);
-  top: -2.5rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend {
-  display: flex;
-  align-items: center;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend .line {
-  margin-left: 1.25rem;
-  width: 0.9375rem;
-  height: 0.1875rem;
-  border-radius: 6.25rem;
-  display: inline-block;
-  background-color: #55E074;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend p {
-  color: #333;
-  font-size: 0.8125rem;
-  font-style: normal;
-  margin-left: 0.75rem;
-  font-weight: 400;
-  letter-spacing: -0.00813rem;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:first-child .line {
-  background-color: #FF531E;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(2) .line {
-  background-color: #44C5FF;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(3) .line {
-  background-color: #FF00C7;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(4) .line {
-  background-color: #AF70FF;
-}
-.container .content .content--db--wrap .content--r .content--r--b .content--inner .chart--con .chart--in .chart--legend .legend:nth-child(5) .line {
-  background-color: #4862FF;
-}
-.container .content .content--db--wrap .content--inner--content.no--data {
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  color: var(--gray2, #444);
-  font-size: 0.875rem;
-  font-weight: 700;
-  height: 100%;
-}
-.container .content .content--db--wrap .content--inner--content.no--data .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  margin-right: 0.62rem;
-  background-size: cover;
-  background-image: url(../img/ico_no_data_nw.svg);
-}
-.container .content .dash--board--wrapper.none--title {
-  height: calc(100vh - 6.5rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) {
-  height: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat {
-  height: calc(66.6666666667% - 3.75rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat .card--alarm .card .ico {
-  width: 2rem;
-  height: 2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat .card--alarm .card .alarm--txt {
-  display: flex;
-  flex-direction: column;
-  gap: 0.3rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(1) .inner--content .oper--stat:nth-of-type(2) {
-  height: calc(33.3333333333% - 0.625rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) {
-  padding-top: 1.25rem;
-  height: calc(100% - 15.7rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content {
-  height: calc(100% - 1rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .tenant--card--wrap {
-  display: flex;
-  flex-wrap: wrap;
-  flex-direction: row;
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .tenant--card--wrap .tenant--card {
-  width: calc(50% - 0.25rem);
-  height: calc((100% - 3.1rem) / 7);
-  display: flex;
-  flex-direction: column;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents {
-  width: 100%;
-  padding-top: 0px;
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul {
-  width: 100%;
-  height: 100%;
-  gap: 0.62rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li {
-  padding: 0.54rem;
-  width: calc((100% - 0.62rem) / 2);
-  height: calc((100% - 1.86rem) / 4);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li .chart--box {
-  margin-top: 0.5rem;
-  width: calc(100% - 6.2rem);
-  height: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.critical .current--value--ps {
-  color: #f00 !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.major .current--value--ps {
-  color: #C96103 !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.minor .current--value--ps {
-  color: #DDA405 !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.user--list > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .user--list--contents > ul > li.normal .current--value--ps {
-  color: #2D8CFA !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) {
-  height: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1).no--data {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content > div {
-  height: calc((100% - 0.5rem) / 3);
-  display: flex;
-  flex-direction: column;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content > div:nth-of-type(2) {
-  height: calc((100% - 0.5rem) / 3 - 1.2rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(1) .inner--content > div:nth-of-type(3) {
-  height: calc((100% - 0.5rem) / 3 - 2.5rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) {
-  height: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper {
-  height: calc(100% - 1rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .equip--card--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap.core--tp > div:nth-of-type(2) .inner--content .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card {
-  height: 25% !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap.mt--15rem {
-  margin-top: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--title.none--after::after {
-  display: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--date {
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-style: normal;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--total {
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--header--wrap .inner--component--total span {
-  color: #438DFF;
-  font-weight: 900;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content {
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.df--block {
-  display: block;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.pt--125rem {
-  padding-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.pt--1rem {
-  padding-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #FFF;
-  width: 100%;
-  padding: 0.75rem 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title h3 {
-  color: #111;
-  font-size: 0.7rem;
-  font-style: normal;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title p {
-  color: #555;
-  font-size: 0.7rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--title p span {
-  color: #111;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont {
-  display: flex;
-  justify-content: space-between;
-  gap: 2.12rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card {
-  display: flex;
-  width: 33.3333333333%;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--count {
-  padding: 0.25rem 0.75rem;
-  border-radius: 6.25rem;
-  background-color: #eff2f4;
-  color: #444;
-  font-size: 0.6rem;
-  font-weight: 400;
-  text-align: center;
-  width: 5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--count span {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--txt {
-  display: flex;
-  justify-content: space-between;
-  color: #333;
-  font-size: 0.7rem;
-  align-items: center;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--txt span {
-  color: #333;
-  font-size: 1.12rem;
-  font-weight: 900;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card .card--txt span::after {
-  content: "";
-  width: 0.0625rem;
-  height: 1.0625rem;
-  background-color: #d2d2d2;
-  position: absolute;
-  right: -1.1rem;
-  top: 0.2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--cont .card:last-child .card--txt span::after {
-  display: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm {
-  display: flex;
-  gap: 3.12rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm.gap--0 {
-  gap: 0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm.mb--1rem {
-  margin-bottom: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card {
-  display: flex;
-  width: 50%;
-  gap: 0.94rem;
-  align-items: center;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card .ico {
-  background-color: #E4EFFF;
-  border-radius: 50%;
-  width: 2.2rem;
-  height: 2.2rem;
-  background-image: url(../img/ico_core_alarm1.svg);
-  background-position: center;
-  background-repeat: no-repeat;
-  background-size: 1rem 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant1 .ico {
-  background-image: url(../img/ico_tenant1.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant2 .ico {
-  background-image: url(../img/ico_tenant2.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant3 .ico {
-  background-image: url(../img/ico_tenant3.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.tenant4 .ico {
-  background-image: url(../img/ico_tenant4.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.license1 .ico {
-  background-image: url(../img/ico_certify_y3.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.license2 .ico {
-  background-image: url(../img/ico_certify_n.svg) !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card .alarm--txt p {
-  color: #222;
-  font-size: 0.65rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card .alarm--txt span {
-  color: #438DFF;
-  font-size: 0.8rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card:first-child::after {
-  content: "";
-  width: 0.0625rem;
-  height: 1.5rem;
-  background-color: #d2d2d2;
-  position: absolute;
-  right: -1.56rem;
-  top: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.no--alarm .ico {
-  background-color: #FFEBEA;
-  background-image: url(../img/ico_core_alarm2.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.no--alarm .alarm--txt span {
-  color: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.gray--alarm .ico {
-  background-color: #F5F5F5;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .oper--stat .card--alarm .card.gray--alarm .alarm--txt span {
-  color: #333333;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat {
-  margin-bottom: 1rem;
-  width: 100%;
-  padding: 0.75rem 1rem;
-  border-radius: 0.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--title {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--title h3 {
-  color: #111;
-  font-size: 0.7rem;
-  font-style: normal;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont {
-  display: flex;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  background-position: center;
-  background-size: cover;
-  margin-right: 0.75rem;
-  background-repeat: no-repeat;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont p {
-  color: #222;
-  font-size: 0.7rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat .card--cont span {
-  margin-left: auto;
-  color: #E1473D;
-  font-size: 1.12rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat.discon {
-  border: 1px solid #F4A19C;
-  background: #FFF4F3;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .link--stat.discon .card--cont .ico {
-  background-image: url(../img/ico_link.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card {
-  border-radius: 0.625rem;
-  position: relative;
-  border: 1px solid #EFEFEF;
-  /*height: 4rem;*/
-  display: flex;
-  align-items: center;
-  width: 100%;
-  padding: 0 1.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.critical {
-  border: 1px solid #F4A19C;
-  background-color: #FFF4F3;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.major {
-  border: 1px solid #FFD3AC;
-  background-color: #FFF6EE;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.minor {
-  border: 1px solid #FFE6A5;
-  background-color: #FFF7E2;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.normal {
-  border: 1px solid #E3E3E3;
-  background-color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.discon {
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card.discon::after {
-  content: "";
-  width: 100%;
-  height: 100%;
-  background-color: rgba(255, 0, 0, 0.5);
-  border-radius: 0.625rem;
-  position: absolute;
-  top: 0;
-  left: 0;
-  background-image: url(../img/ico_wifi.svg);
-  background-size: 2.5rem 2.5rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--name {
-  color: #222;
-  font-size: 0.75rem;
-  font-style: normal;
-  font-weight: 700;
-  width: 7%;
-  margin-right: 1.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st {
-  display: flex;
-  flex-wrap: wrap;
-  width: 93%;
-  row-gap: 1rem;
-  -moz-column-gap: 1.88rem;
-       column-gap: 1.88rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li {
-  width: calc(50% - 1rem);
-  display: flex;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle {
-  width: 0.5625rem;
-  height: 0.5625rem;
-  border-radius: 50%;
-  margin-right: 0.62rem;
-  background-color: #55E074;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.critical {
-  background-color: #FF0000;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.major {
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.minor {
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.warning {
-  background-color: #D1B568;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li .circle.normal {
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li > p {
-  color: #222;
-  font-size: 0.55rem;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li span {
-  color: #222;
-  font-size: 0.55rem;
-  font-weight: 500;
-  margin-left: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .equip--card--wrap .equip--card .equip--st > li span.active {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  padding: 0.6rem 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name p {
-  color: #222;
-  font-size: 0.7rem;
-  line-height: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_pin_off.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico.active {
-  background-image: url(../img/ico_pin_on.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap {
-  display: flex;
-  gap: 0.94rem;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(1) {
-  color: #438DFF;
-  font-size: 1rem;
-  font-weight: 900;
-  letter-spacing: -0.01125rem;
-  margin-right: 0.2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(2) {
-  color: #8C8C8C;
-  font-size: 0.7rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar {
-  width: 100%;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  background-color: #EAEAEA;
-  border-radius: 6.25rem;
-  height: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  height: 0.75rem;
-  line-height: 0.75rem;
-  background: #438DFF;
-  border-radius: 6.25rem;
-  color: #FFF;
-  text-align: center;
-  font-size: 0.625rem;
-  font-weight: 700;
-  letter-spacing: -0.00625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.discon .tenant--name p {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.discon .tenant--name p::after {
-  content: "";
-  background-image: url(../img/ico_ban.svg);
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  position: absolute;
-  margin-left: 0.3rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.critical .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.critical .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.major .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.major .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.minor .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.minor .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.normal .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.normal .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination {
-  position: static;
-  width: auto;
-  margin-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination .swiper-pagination-bullet {
-  margin-left: 0;
-  margin-right: 0.63rem;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #E9E9E9;
-  opacity: 1;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
-  background-color: #6F8AA6;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
-  margin-right: 0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide {
-  display: flex;
-  gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap {
-  width: 50%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card {
-  padding: 0.5rem 0.94rem;
-  align-items: flex-start;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--name {
-  font-size: 0.7rem;
-  font-style: normal;
-  font-weight: 700;
-  width: 25%;
-  word-break: keep-all;
-  margin-right: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st {
-  display: flex;
-  flex-direction: column;
-  row-gap: 0.5rem;
-  width: calc(75% - 0.5rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li {
-  width: 100%;
-  display: flex;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li .circle {
-  width: 0.375rem;
-  height: 0.375rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li > p {
-  font-size: 0.6rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .swiper-slide .equip--card--wrap .equip--card .equip--st > li span {
-  font-size: 0.6rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.62rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  padding: 0.94rem 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name {
-  display: flex;
-  justify-content: space-between;
-  margin-bottom: 0.62rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name p {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_pin_off.svg);
-  background-repeat: no-repeat;
-  background-size: cover;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--name .ico.active {
-  background-image: url(../img/ico_pin_on.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap {
-  display: flex;
-  gap: 0.94rem;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(1) {
-  color: #438DFF;
-  font-size: 1.125rem;
-  font-weight: 900;
-  letter-spacing: -0.01125rem;
-  margin-right: 0.2rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--num span:nth-child(2) {
-  color: #8C8C8C;
-  font-size: 0.75rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar {
-  width: 100%;
-  position: relative;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar {
-  position: absolute;
-  bottom: 0;
-  width: 100%;
-  background-color: #EAEAEA;
-  border-radius: 6.25rem;
-  height: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  height: 0.75rem;
-  line-height: 0.75rem;
-  background: #438DFF;
-  border-radius: 6.25rem;
-  color: #FFF;
-  text-align: center;
-  font-size: 0.625rem;
-  font-weight: 700;
-  letter-spacing: -0.00625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.warning .tenant--per--wrap .tenant--per--num span:first-child {
-  color: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-wrapper .tenant--card--wrap .tenant--card.warning .tenant--per--wrap .tenant--per--bar .bg--bar .fill--bar {
-  background-color: #e1473d;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination {
-  position: static;
-  width: auto;
-  margin-top: 0.75rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination .swiper-pagination-bullet {
-  margin-left: 0;
-  margin-right: 0.63rem;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #E9E9E9;
-  opacity: 1;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
-  background-color: #6F8AA6;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type3 .core--component--wrap .inner--content.swiper--view--2 .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
-  margin-right: 0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap.mt--15rem {
-  margin-top: 1.56rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .inner--component--title.none--after::after {
-  display: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box {
-  display: flex;
-  padding-left: 1.25rem;
-  position: relative;
-  gap: 0.63rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box::before {
-  content: "";
-  width: 0.0625rem;
-  height: 1.125rem;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: 0;
-  background-color: #E0E0E0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .custom-btn.sort-btn {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  border-radius: 0.3125rem;
-  border: 1px solid #D1D1D1;
-  background-color: #FFF;
-  padding: 0;
-  background-size: 0.875rem 0.875rem;
-  background-image: url(../img/ico_sort.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv {
-  position: absolute;
-  right: 0;
-  background-color: #fff;
-  border-radius: 0.5rem;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem 1.38rem;
-  z-index: 2;
-  top: 2.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li {
-  color: #000;
-  font-size: 0.8125rem;
-  font-style: normal;
-  font-weight: 400;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li.atv {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content {
-  padding-top: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card {
-  display: flex;
-  gap: 0.94rem;
-  flex-wrap: wrap;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  width: calc(11.1111111111% - 0.84rem);
-  padding: 1rem;
-  height: 7rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li:hover {
-  border: 1px solid #b4d1ff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--title {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  margin-bottom: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--title .ran--area {
-  color: #222;
-  font-size: 0.8rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--title .more--btn {
-  width: 0.875rem;
-  height: 0.875rem;
-  min-width: 0.875rem;
-  padding: 0;
-  background: url(../img/ico_ran_arrow_gray.svg) no-repeat center;
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat {
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat p {
-  display: flex;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat p span {
-  color: #222;
-  font-size: 0.7rem;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li .ran--stat p span:nth-child(2) {
-  font-weight: 700;
-  color: #111111;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue {
-  border: 1px solid #1E76FF;
-  background: #438DFF;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red {
-  border: 1px solid #BB251B;
-  background: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .ran--card > li.ran--red .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .core--card {
-  row-gap: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap .inner--content .core--card > li .card--header h2 {
-  font-size: 0.8rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .core--component--wrap.small .inner--content .equip--card--wrap {
-  height: calc(100% - 1.6rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--wrap .current--value {
-  right: -4rem;
-  width: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper {
-  box-shadow: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--pin {
-  color: transparent;
-  background-image: url(../img/ico_pin_on.svg);
-  width: 1rem;
-  height: 1rem;
-  background-size: cover;
-  display: inline-block;
-  line-height: 1rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .none--pin {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--ban {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--ban::after {
-  content: "";
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_ban.svg);
-  display: inline-block;
-  background-size: cover;
-  margin-left: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--dis {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--critical::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--major::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--minor::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--contents .tbl-wrapper .user--list--normal::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph {
-  height: 100%;
-  padding: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .current--date {
-  color: #8E8E8E;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper {
-  display: flex;
-  align-items: center;
-  gap: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .total--wrapper {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .total--wrapper .total--count {
-  color: #438DFF;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--numb {
-  height: 1.625rem;
-  line-height: 1.625rem;
-  display: flex;
-  align-items: center;
-  gap: 0.1rem;
-  color: #666;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--numb .current {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--btn {
-  border-radius: 0.5rem;
-  border: 1px solid #DDD !important;
-  background: #FFF;
-  width: 1.625rem !important;
-  min-width: 1.635rem !important;
-  height: 1.625rem !important;
-  padding: 0px !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--btn.prev--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .pager--btn--wrap .page--btn.next--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-  transform: rotate(180deg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .search--box {
-  display: flex;
-  padding-left: 1.25rem;
-  position: relative;
-  gap: 0.63rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .search--box::before {
-  content: "";
-  width: 0.0625rem;
-  height: 1.125rem;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: 0;
-  background-color: #E0E0E0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .inner--header--wrap .pagenation--wrapper .search--box .custom-btn.sort-btn {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  border-radius: 0.3125rem;
-  border: 1px solid #D1D1D1;
-  background-color: #FFF;
-  padding: 0;
-  background-size: 0.875rem 0.875rem;
-  background-image: url(../img/ico_sort.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents {
-  height: calc(100% - 1.25rem);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal {
-  width: 100%;
-  display: flex;
-  align-items: flex-start;
-  justify-content: flex-start;
-  flex-wrap: wrap;
-  padding: 0;
-  padding-bottom: 1.25rem;
-  padding-top: 0.8rem;
-  gap: 0.45rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li {
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  width: calc((100% - 2.82rem) / 4);
-  padding: 0.52rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 {
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 span {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  gap: 0.31rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 span .ico--disconnected {
-  display: inline-flex;
-  min-width: 0.875rem;
-  min-height: 0.8975rem;
-  width: 0.875rem;
-  height: 0.875rem;
-  background: url(../img/ic_ds.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 .icon--control .pin--lock {
-  width: 0.875rem;
-  min-width: 0.875rem;
-  height: 0.875rem;
-  padding: 0px;
-  background: url(../img/ic_tack_off.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li > h2 .icon--control .pin--lock.on {
-  background: url(../img/ic_tack_on.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column {
-  padding-top: 0.25rem;
-  display: flex;
-  align-items: center;
-  width: 100%;
-  gap: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .data--bar--chart {
-  width: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .data--bar--chart .data--bar--wrap {
-  width: 100%;
-  height: 0.75rem;
-  border-radius: 6.25rem;
-  background: #EAEAEA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  color: #FFF;
-  font-size: 0.625rem;
-  height: 0.75rem;
-  line-height: 0.75rem;
-  font-weight: 700;
-  letter-spacing: -0.00625rem;
-  background: #55E074;
-  border-radius: 6.25rem;
-  padding: 0rem 0.37rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .percent {
-  color: #43D263;
-  font-size: 0.9025rem;
-  font-weight: 900;
-  letter-spacing: -0.01125rem;
-  display: flex;
-  align-items: center;
-  gap: 0.22rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li .data--column .percent .unit {
-  color: #8C8C8C;
-  font-size: 0.75rem;
-  font-weight: 500;
-  letter-spacing: -0.0075rem;
-  font-style: normal;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.discon > h2 > span {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.discon > h2 > span::after {
-  content: "";
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_ban.svg);
-  display: inline-block;
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.critical .data--column .percent {
-  color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.critical .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.major .data--column .percent {
-  color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.major .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.minor .data--column .percent {
-  color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.minor .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.normal .data--column .percent {
-  color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph .user--list--contents .data--list--content--modal > li.normal .data--column .data--bar--chart .data--bar--wrap .data--bar--current {
-  background: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph.small {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph.small .data--list--content--modal {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .user--list--bar--graph.small .data--list--content--modal > li {
-  width: calc((100% - 1.86rem) / 5);
-  height: calc((100% - 2.5rem) / 4) !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper {
-  display: flex;
-  align-items: center;
-  gap: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .btn--list--content {
-  position: relative;
-  display: flex;
-  align-items: center;
-  gap: 0.62rem;
-  margin-left: 0.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .btn--list--content:before {
-  content: "";
-  display: block;
-  width: 0.0625rem;
-  height: 1.125rem;
-  background: #E0E0E0;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: -0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector {
-  display: flex;
-  align-items: center;
-  gap: 0.62rem;
-  position: relative;
-  margin-left: 0.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector:before {
-  content: "";
-  display: block;
-  width: 0.0625rem;
-  height: 1.125rem;
-  background: #E0E0E0;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: -0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn {
-  border-radius: 0.5rem;
-  border: 1px solid #DDD;
-  background: #FFF;
-  width: 1.625rem;
-  min-width: 1.625rem !important;
-  height: 1.625rem;
-  padding: 0px;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.card--type--btn {
-  background: url(../img/ic_card_off.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.card--type--btn.on {
-  background: #6F8AA6 url(../img/ic_card_on.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.list--type--btn {
-  background: url(../img/ic_list_off.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .shape--selector .v-btn.list--type--btn.on {
-  background: #6F8AA6 url(../img/ic_list_on.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .all--view--btn {
-  display: flex;
-  height: 1.875rem;
-  padding: 0.625rem;
-  align-items: center;
-  padding: 0px !important;
-  border-radius: 6.25rem;
-  background: #438DFF;
-  width: 5.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .all--view--btn * {
-  color: #FFF !important;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .all--view--btn .icon {
-  width: 0.875rem;
-  height: 0.875rem;
-  background: url(../img/ic_allview.svg) no-repeat center;
-  margin-right: 0.3125rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .issue--cont {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #444;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  letter-spacing: -0.00813rem;
-  border-radius: 6.25rem;
-  border: 1px solid #EAB2AE;
-  background: #FFF;
-  height: 1.875rem;
-  padding: 0.625rem;
-  gap: 0.3125rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .issue--cont .icon {
-  width: 0.875rem;
-  height: 0.875rem;
-  background: url(../img/ic_issue_flag.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .issue--cont .current--value {
-  color: #E1473D;
-  font-size: 0.8125rem;
-  font-weight: 700;
-  letter-spacing: -0.00813rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .total--wrapper {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .total--wrapper .total--count {
-  color: #438DFF;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--numb {
-  height: 1.625rem;
-  line-height: 1.625rem;
-  display: flex;
-  align-items: center;
-  gap: 0.1rem;
-  color: #666;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--numb .current {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--btn {
-  border-radius: 0.5rem;
-  border: 1px solid #DDD !important;
-  background: #FFF;
-  width: 1.625rem !important;
-  min-width: 1.635rem !important;
-  height: 1.625rem !important;
-  padding: 0px !important;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--btn.prev--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type2 .pagenation--wrapper .pager--btn--wrap .page--btn.next--btn {
-  background: url(../img/ic_chv.svg) no-repeat center;
-  transform: rotate(180deg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box {
-  display: flex;
-  padding-left: 1.25rem;
-  position: relative;
-  gap: 0.63rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box::before {
-  content: "";
-  width: 0.0625rem;
-  height: 1.125rem;
-  position: absolute;
-  top: 50%;
-  transform: translateY(-50%);
-  left: 0;
-  background-color: #E0E0E0;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .custom-btn.sort-btn {
-  width: 2.25rem;
-  height: 2.25rem;
-  min-width: 2.25rem;
-  border-radius: 0.3125rem;
-  border: 1px solid #D1D1D1;
-  background-color: #ffffff;
-  padding: 0;
-  background-size: 0.875rem 0.875rem;
-  background-image: url(../img/ico_sort.svg);
-  background-repeat: no-repeat;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv {
-  position: absolute;
-  right: 0;
-  background-color: #fff;
-  border-radius: 0.5rem;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem 1.38rem;
-  z-index: 2;
-  top: 2.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li {
-  color: #000;
-  font-size: 0.8125rem;
-  font-style: normal;
-  font-weight: 400;
-  cursor: pointer;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--header--wrap .pagenation--wrapper .search--box .sort--atv ul li.atv {
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap .inner--content {
-  padding-top: 0.8rem;
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.critical {
-  border: 1px solid #F4A19C;
-  background-color: #FFF4F3;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.major {
-  border: 1px solid #FFD3AC;
-  background-color: #FFF6EE;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.minor {
-  border: 1px solid #FFE6A5;
-  background-color: #FFF7E2;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.normal {
-  border: 1px solid #E3E3E3;
-  background-color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card.discon::after {
-  content: "";
-  width: 100%;
-  height: 100%;
-  background-color: rgba(255, 0, 0, 0.5);
-  border-radius: 0.625rem;
-  position: absolute;
-  top: 0;
-  left: 0;
-  background-image: url(../img/ico_wifi.svg);
-  background-size: 2.5rem 2.5rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.critical {
-  background-color: #FF0000;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.major {
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.minor {
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.warning {
-  background-color: #D1B568;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .core--component--wrap.small .inner--content .equip--card--wrap .equip--card .equip--st .circle.normal {
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--wrap {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--wrap .current--value {
-  right: -4rem;
-  width: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--bar--graph {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents {
-  height: 100%;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper {
-  box-shadow: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--pin {
-  color: transparent;
-  background-image: url(../img/ico_pin_on.svg);
-  width: 1rem;
-  height: 1rem;
-  background-size: cover;
-  display: inline-block;
-  line-height: 1rem;
-  background-position: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .none--pin {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--ban {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--ban::after {
-  content: "";
-  width: 0.875rem;
-  height: 0.875rem;
-  background-image: url(../img/ico_ban.svg);
-  display: inline-block;
-  background-size: cover;
-  margin-left: 0.5rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--dis {
-  color: rgba(34, 34, 34, 0.3);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--critical::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #f00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--major::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #C96103;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--minor::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #DDA405;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .user--list--contents .tbl-wrapper .user--list--normal::before {
-  content: "";
-  display: inline-block;
-  margin-right: 0.62rem;
-  border-radius: 50%;
-  width: 0.75rem;
-  height: 0.75rem;
-  background-color: #2D8CFA;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .header--wrapper .control--wrap .custom-btn {
-  background-color: #d4d4d4;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .header--wrapper .control--wrap .custom-btn.on {
-  background-color: #438DFF;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--row > ul > li .icon {
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list {
-  width: 15.625rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active {
-  background-color: #6f8aa6;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active > div {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active > div span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active > div .drop--btn {
-  background-image: url(../img/ic_drop_down_on.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header.active .drp--titles::before {
-  background-image: url(../img/ic_tenant_small_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header .drp--titles::before {
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--header .drp--current--data .drop--btn {
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content {
-  border-top: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.active {
-  height: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content ul {
-  padding: 0 1.25rem 1.25rem;
-  max-height: 20vh;
-  background-color: #F7F7F7;
-  overflow-y: auto;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content ul li {
-  padding: 0.88rem 0;
-  border-bottom: 1px solid #E4E4E4;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content ul li:last-child {
-  border-bottom: none;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type1 li {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type1 li span {
-  color: #111;
-  font-weight: 500;
-  margin-left: 0.1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--l {
-  color: #333;
-  font-size: 0.8125rem;
-  width: 65%;
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r {
-  display: flex;
-  align-items: center;
-  gap: 0.94rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r span {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm {
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  display: inline-block;
-  background-image: url(../img/ico_alarm_gray.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm.red {
-  background-image: url(../img/ico_alarm_red.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm.green {
-  background-image: url(../img/ico_alarm_green.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type2 li .li--r .alarm.blue {
-  background-image: url(../img/ico_alarm_blue.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type3 li {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type3 li .li--l {
-  color: #333;
-  font-size: 0.8125rem;
-  font-weight: 500;
-  width: 65%;
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content--wrapper .map--sub--info .status--list .drp--content.type3 li .li--r {
-  color: #666;
-  font-size: 0.8125rem;
-  font-weight: 400;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content {
-  padding-top: 1.25rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card {
-  display: flex;
-  gap: 0.94rem;
-  flex-wrap: wrap;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li {
-  display: flex;
-  flex-direction: column;
-  border-radius: 0.625rem;
-  border: 1px solid #EFEFEF;
-  background: #F8F8F8;
-  width: calc((100% - 2.82rem) / 4);
-  padding: 1.25rem;
-  height: calc((100vh - 23.3rem) / 5);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li:hover {
-  border: 1px solid #b4d1ff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--title {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  margin-bottom: 1rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--title .ran--area {
-  color: #222;
-  font-size: 0.8125rem;
-  font-weight: 700;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--title .more--btn {
-  width: 0.875rem;
-  height: 0.875rem;
-  min-width: 0.875rem;
-  padding: 0;
-  background: url(../img/ico_ran_arrow_gray.svg) no-repeat center;
-  background-size: cover;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat {
-  display: flex;
-  flex-direction: column;
-  gap: 0.6rem;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat p {
-  display: flex;
-  justify-content: space-between;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat p span {
-  color: #222;
-  font-size: 0.75rem;
-  font-weight: 500;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li .ran--stat p span:nth-child(2) {
-  font-weight: 700;
-  color: #111111;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue {
-  border: 1px solid #1E76FF;
-  background: #438DFF;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--blue .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red {
-  border: 1px solid #BB251B;
-  background: #E1473D;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--red .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all {
-  border: 1px solid #1E76FF;
-  background: #3f5984;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--title span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--title .more--btn {
-  background-image: url(../img/ico_ran_arrow_white.svg);
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--stat p span {
-  color: #ffffff;
-}
-.container .content .dash--board--wrapper .dash--board--contents.type1 .map--contents--wrap .inner--content .ran--card > li.ran--all .ran--stat p span.color--yel {
-  color: #FAFF00;
-}
-.container .menu-flex-wrap {
-  gap: 1.88rem;
-}
-.container .menu-flex-wrap .system-menu {
-  width: 21.25rem;
-  padding: 1.25rem;
-  height: calc(100vh - 15rem);
-  border-radius: 0.5rem;
-  border: none;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  background: #fff;
-}
-.container .menu-flex-wrap .system-menu .system-menu-tit {
-  color: #111111;
-  font-size: 0.9375rem;
-  font-weight: 700;
-  line-height: 100%;
-  /* 0.9375rem */
-  letter-spacing: -0.01875rem;
-  background: #fff;
-  border-bottom: 1px solid #0B318B;
-  height: 2.8125rem;
-  padding: 0 1.12rem;
-}
-.container .menu-flex-wrap .system-menu .system-menu-tit .ico {
-  margin-right: 0.62rem;
-  width: 0.875rem;
-  height: 0.875rem;
-  background-size: cover;
-  background-position: center;
-  background-repeat: no-repeat;
-  background-image: url(../img/ico_cate.svg);
-}
-.container .menu-flex-wrap .system-menu .system-menu-in {
-  margin-top: 0;
-  padding: 0;
-  gap: 0;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit {
-  padding: 1.12rem;
-  font-size: 0.9375rem;
-  font-weight: 600 !important;
-  gap: 0.66rem;
-  border-bottom: 1px solid #EBEBEB;
-  color: #333333;
-  position: relative;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit > button:first-child {
-  background-image: none;
-  width: 0.4375rem;
-  height: 0.4375rem;
-  background-color: #9c9c9c;
-  border-radius: 50%;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit > button:nth-child(2) {
-  background-image: url(../img/ico_plus.svg);
-  width: 0.875rem;
-  height: 0.875rem;
-  position: absolute;
-  right: 1.12rem;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-tit {
-  font-weight: 700 !important;
-  color: #0b318b;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-tit > button:first-child {
-  background-color: #0B318B;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-tit > button:nth-child(2) {
-  background-image: url(../img/ico_minus.svg);
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub {
-  padding: 1.25rem 1.69rem;
-  background: #F8FAFF;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul {
-  gap: 1.5625rem;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li {
-  gap: 0;
-  color: #000000;
-  font-size: 0.8125rem;
-  font-weight: 400;
-  letter-spacing: -0.01625rem;
-  line-height: 100%;
-}
-.container .menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li::before {
-  display: none;
-}
-.container .menu-flex-wrap .menu-info {
-  height: calc(100vh - 15rem);
-  border: none;
-  border-radius: 0.5rem;
-  background-color: #fff;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-}
-.container .menu-flex-wrap .menu-info .info-tit {
-  height: 4.6875rem;
-  background-color: #fff;
-  padding: 0 1.88rem;
-  letter-spacing: -0.01875rem;
-  font-size: 0.9375rem;
-  color: #111111;
-  border-radius: 0.5rem 0.5rem 0 0;
-  border-bottom: 1px solid #e9e9e9;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view {
-  padding: 1.25rem;
-  margin-top: 0;
-  height: calc(100vh - 19.6875rem);
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type {
-  padding: 1.25rem 1.25rem 0.94rem 1.25rem;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  border-radius: 0.5rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr th {
-  background-color: #fff;
-  padding: 1.13rem 0.62rem 1.13rem 0.62rem;
-  color: #444;
-  font-weight: 700;
-  font-size: 0.875rem;
-  border-right: none;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td {
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 400;
-  line-height: 100%;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td .input-wrap {
-  flex-direction: column;
-  gap: 1.25rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td .input-wrap .custom-check.v-input.type2 .v-input__control .v-selection-control .v-label {
-  padding-left: 0.37rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 600;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr td .input-wrap .custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr:last-child th {
-  border-bottom: none;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .info-tbl .form-style2.shadow--type table tr:last-child td {
-  border-bottom: none;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .no-data {
-  flex-direction: row;
-  gap: 0.63rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .no-data .ico {
-  background-image: url(../img/ico_no_data2.svg);
-  width: 1.25rem;
-  height: 1.25rem;
-}
-.container .menu-flex-wrap .menu-info .menu-info-view .no-data > p {
-  margin-top: 0;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 700;
-}
-
-.tbl-wrap .ag-theme-quartz.ag--line--type .ag-root-wrapper .ag-header-group-cell .ag-header-cell-comp-wrapper {
-  justify-content: center;
-  font-size: 0.875rem;
-  color: #444444;
-  font-weight: 700;
-}
-.tbl-wrap .ag-theme-quartz.ag--line--type .ag-root-wrapper .lock-pinned {
-  background: #F2F7FF;
-  font-size: 0.875rem;
-  color: #444444;
-  font-weight: 700;
-  line-height: 2.55rem;
-  padding: 0 1.25rem;
-}
-.tbl-wrap .ag-theme-quartz .ag-root-wrapper .ag-root .ag-sticky-bottom {
-  width: 0 !important;
-}
-
-.custom-input.v-text-field.v-input--error .v-input__details {
-  padding-inline: 0;
-  padding-top: 0.63rem;
-}
-.custom-input.v-text-field.v-input--error .v-input__details .v-messages .v-messages__message {
-  line-height: 100%;
-  color: #e50a0a;
-  font-size: 0.8125rem;
-}
-.custom-input.v-text-field .v-input__control .v-field--error .v-field__field .v-field__input {
-  border: 1px solid #FF8C8C !important;
-  position: relative;
-  background-image: url(../img/ico_error.svg);
-  background-repeat: no-repeat;
-  background-size: 0.875rem 0.875rem;
-  background-position: right 0.75rem center;
-}
-
-.login-wrap .login--header {
-  position: fixed;
-  top: 0;
-  left: 0;
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  padding: 1.25rem 1.88rem;
-  width: 100%;
-  background-color: #0B318B;
-  height: 4.75rem;
-  z-index: 100;
-}
-.login-wrap .login--header .login--header--l {
-  display: flex;
-  gap: 0.9375rem;
-  align-items: center;
-}
-.login-wrap .login--header .login--header--l .logo {
-  height: 2rem;
-  color: #fff;
-}
-.login-wrap .login--header .login--header--l p {
-  color: #ffffff;
-  font-size: 1.125rem;
-  font-weight: 700;
-  line-height: 100%;
-}
-.login-wrap .login--header .login--header--r .custom-select.v-input .v-input__control .v-field {
-  border-radius: 0.375rem;
-}
-.login-wrap .login--header .login--header--r .custom-select.v-input .v-input__control .v-field .v-field__field {
-  padding-left: 0.75rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex {
-  display: flex;
-  align-items: center;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info {
-  display: flex;
-  position: relative;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .ico {
-  width: 1.625rem;
-  height: 1.625rem;
-  background: #fff;
-  border-radius: 100%;
-  color: #438DFF;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 1rem;
-  cursor: pointer;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail {
-  position: absolute;
-  top: 2.7rem;
-  left: 50%;
-  width: 11.88rem;
-  padding: 1.25rem;
-  transform: translateX(-50%);
-  background: #FFF;
-  border: 1px solid #ddd;
-  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
-  border-radius: 0.625rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail:after {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #fff;
-  position: absolute;
-  top: -0.5875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail:before {
-  content: "";
-  display: block;
-  width: 0;
-  height: 0;
-  border-left: 0.40625rem solid transparent;
-  border-right: 0.40625rem solid transparent;
-  border-bottom: 0.6875rem solid #ddd;
-  position: absolute;
-  top: -0.6875rem;
-  left: 50%;
-  transform: translateX(-50%);
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom--btn--wrap {
-  display: flex;
-  flex-direction: column;
-  gap: 0.5rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail p {
-  color: #111;
-  font-size: 0.94rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail p span {
-  font-weight: 600;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail ul {
-  padding-bottom: 1.25rem;
-  margin-bottom: 0.94rem;
-  border-bottom: 0.06rem solid #e1e1e1;
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail ul li {
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail ul.nw--btn--text--type {
-  gap: 0.6rem;
-  border-bottom: 0px;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default {
-  border: 0.06rem solid #D0DDEA;
-  border-radius: 0.31rem;
-  width: 100%;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #798592;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover {
-  border: 0.06rem solid rgba(6, 79, 158, 0.5);
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-info .info-detail .custom-btn.v-btn.v-btn--density-default:hover .v-btn__content {
-  color: #064F9E !important;
-}
-.login-wrap .login--header .login--header--r.dp--flex .user-name {
-  color: #fff;
-  font-size: 0.81rem;
-  padding: 0 0.815rem;
-  font-weight: 700;
-  cursor: pointer;
-}
-.login-wrap .login--header .login--header--r.dp--flex .btn-logout {
-  width: 2rem;
-  height: 2rem;
-  background: url("../img/ico_logout.svg") no-repeat center/100%;
-}
-.login-wrap .login-box .login-l .login-l-center {
-  text-align: center;
-}
-.login-wrap .login-box .login-l .login-l-center .logo {
-  background: none;
-  font-size: 1.5625rem;
-  color: #0b318b;
-  font-weight: 700;
-  letter-spacing: -0.04688rem;
-  pointer-events: none;
-  line-height: 100%;
-  height: auto;
-}
-.login-wrap .login-box .login-l .login-l-center p {
-  color: #333;
-  text-align: center;
-  font-size: 0.875rem;
-  font-weight: 400;
-  line-height: 100%; /* 0.875rem */
-  letter-spacing: -0.00875rem;
-  pointer-events: none;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box:first-of-type {
-  margin-bottom: 0.87rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .v-input.custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .v-input.custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .v-input.custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  min-height: 2.25rem;
-  height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box.error .v-input.custom-input.v-text-field .v-input__control .v-field--appended .v-field__append-inner {
-  right: 2.6rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box.error .ico-eye {
-  right: 2.5rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .ico-eye {
-  position: absolute;
-  background-size: cover;
-  background-image: url(../img/ico_eye.svg);
-  width: 1.125rem;
-  height: 1.125rem;
-  right: 0.75rem;
-  top: 50%;
-  transform: translateY(-50%);
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box .ico-eye.eye-off {
-  background-image: url(../img/ico_eye2.svg);
-}
-.login-wrap .login-box .login-r .login-radio {
-  margin-top: 1.87rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio {
-  margin-right: 1.56rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.38rem;
-  font-weight: 500;
-  color: #444444;
-  font-size: 0.875rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border: 1px solid #c0c0c0;
-  width: 1rem;
-  height: 1rem;
-}
-.login-wrap .login-box .login-r .login-radio .custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  background-color: #438dff;
-}
-.login-wrap .login-box .login-r .login-otp {
-  margin-top: 1.87rem;
-  gap: 0.5rem;
-}
-.login-wrap .login-box .login-r .login-otp .custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-otp .custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-otp .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  min-height: 2.25rem;
-  height: 2.25rem;
-  padding: 0 0.75rem;
-}
-.login-wrap .login-box .login-r .login-otp .btn-gray {
-  width: 6.875rem;
-  height: 2.25rem;
-}
-.login-wrap .login-box .login-r .login-chk {
-  margin: 1.88rem 0 0;
-}
-.login-wrap .login-box .login-r .login-chk .custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  background-size: cover;
-}
-.login-wrap .login-box .login-r .login-chk .custom-check.v-input .v-input__control .v-selection-control .v-label {
-  padding-left: 0.38rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 500;
-}
-.login-wrap .login-box .login-r .login-find {
-  margin-top: 1.88rem;
-  padding-top: 1.88rem;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue {
-  background-color: #0B318B;
-  border-radius: 0.5rem;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue:hover {
-  background-color: #4875DE !important;
-  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue .v-btn__content {
-  font-size: 0.9375rem !important;
-  font-weight: 700 !important;
-  letter-spacing: -0.02813rem !important;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.login-wrap .login-box .login-r .login-btn-wrap .custom-btn.v-btn.v-btn--density-default.btn-blue.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.login-wrap .login-box .login-r .login-find > button.color--blue {
-  color: #0b318b;
-}
-.login-wrap .login-box .login-r .login-find > button.ml--auto::after {
-  content: "";
-  width: 0.0625rem;
-  height: 0.875rem;
-  background-color: #e3e3e3;
-  margin-left: 0.94rem;
-  margin-right: 0.94rem;
-}
-.login-wrap .system--box {
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-}
-.login-wrap .system--box .system--img {
-  width: 7.5rem;
-  height: 7.5rem;
-  background-image: url(../img/img_system.svg);
-  background-size: cover;
-  margin-bottom: 2.19rem;
-}
-.login-wrap .system--box > h2 {
-  color: #111;
-  text-align: center;
-  font-size: 1.75rem;
-  font-weight: 500;
-  margin-bottom: 1.56rem;
-}
-.login-wrap .system--box > p {
-  text-align: center;
-  color: #333;
-  text-align: center;
-  font-size: 1rem;
-  font-weight: 400;
-  line-height: 1.7;
-  margin-bottom: 1.87rem;
-}
-.login-wrap .system--box > span {
-  color: #444;
-  text-align: center;
-  font-size: 0.9375rem;
-  font-weight: 400;
-}
-.login-wrap .login-footer {
-  height: 5.5rem;
-  display: flex;
-  justify-content: space-between;
-  padding: 1.56rem 1.88rem;
-}
-.login-wrap .login-footer .login--footer--l {
-  display: flex;
-  color: rgba(51, 51, 51, 0.8);
-  flex-direction: column;
-  gap: 0.6rem;
-}
-.login-wrap .login-footer .login--footer--r {
-  display: flex;
-  gap: 3.75rem;
-  align-items: center;
-}
-.login-wrap .login-footer .login--footer--r .txt--btn > button {
-  color: #222;
-  font-size: 0.875rem;
-  font-weight: 400;
-  line-height: 100%; /* 0.875rem */
-  margin-left: 0.9rem;
-}
-.login-wrap .login-footer .login--footer--r .txt--btn > button:first-child {
-  margin-left: 0;
-}
-.login-wrap .login-footer .login--footer--r .txt--btn > button:first-child::after {
-  content: "";
-  width: 0.0625rem;
-  height: 0.875rem;
-  margin-left: 0.9rem;
-  vertical-align: -0.1rem;
-  background-color: #c5c5c5;
-  display: inline-block;
-}
-.login-wrap .login-footer .login--footer--r .logo--footer {
-  display: flex;
-  gap: 1.25rem;
-  align-items: center;
-}
-.login-wrap .login-footer .login--footer--r .logo--footer span {
-  font-size: 0;
-  display: inline-block;
-  background-repeat: no-repeat;
-  background-position: center;
-  background-size: contain;
-}
-.login-wrap .login-footer .login--footer--r .logo--footer span:first-child {
-  width: 8.125rem;
-  height: 0.9375rem;
-  background-image: url(../img/logo_sams_sds.svg);
-}
-.login-wrap .login-footer .login--footer--r .logo--footer span:nth-child(2) {
-  width: 6.0625rem;
-  height: 2rem;
-  background-image: url(../img/logo_sams.svg);
-}
-
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd {
-  border-radius: 0.5rem;
-  background: #FFF;
-  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
-  padding: 1.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd p.error-txt {
-  margin: 0 0 0.63rem 9.875rem !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box {
-  border-top: 1px solid #e0e0e0;
-  display: flex;
-  margin-bottom: 0;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box.error .ico {
-  right: 1rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > p {
-  width: 9.375rem;
-  padding: 1.13rem 0.62rem;
-  color: #444444;
-  font-size: 0.875rem;
-  font-weight: 700;
-  line-height: 1.4;
-  margin-bottom: 0;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > p .cir {
-  width: 0.3125rem;
-  height: 0.3125rem;
-  display: inline-block;
-  background-color: #ff4f60;
-  border-radius: 50%;
-  margin-left: 0.37rem;
-  vertical-align: 0.2rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div {
-  width: 35.625rem;
-  padding: 0.625rem 0.5rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #6f8aa6;
-  height: 2.25rem;
-  width: 6.875rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #6f8aa6;
-  font-weight: 600 !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled {
-  background-color: #e0e0e0 !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-btn.v-btn.v-btn--density-default.btn-black.v-btn--disabled .v-btn__content {
-  color: #8e8e8e !important;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field {
-  min-height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control {
-  height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  min-height: 2.25rem;
-  height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 {
-  min-height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.75rem;
-  color: #000000;
-  height: 2.25rem;
-  font-size: 0.875rem;
-  font-weight: 400;
-  min-height: 2.25rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .txt-field-box > div .custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #8e8e8e;
-  font-size: 0.875rem;
-  font-weight: 400;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box {
-  gap: 0;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box .txt-field-box {
-  width: 100%;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box .txt-field-box.error .ico {
-  right: 8.5rem;
-}
-.v-common-dialog-wrapper .v-common-dialog-content .find-pwd .otp-box .txt-field-box > div {
-  display: flex;
-  gap: 0.63rem;
-}
-
-.tab-style .tab-style-h button::after {
-  background-size: cover !important;
-}
-.tab-style .tab-style-h button .ico {
-  background-size: 0.75rem 0.75rem;
-}
-
-/**********************************************
-| 2024-12-31 김민정 :
-**********************************************/
-.media--editor .caution {
-  color: #F00;
-  font-size: 16px;
-  display: inline-block;
-  margin-bottom: 10px;
-}
-.media--editor .ql-snow .ql-editor p img {
-  max-width: 400px;
-  max-height: 400px;
-}
-
-.table--wrap {
-  font-size: 24px;
-}
-.table--wrap .bul {
-  color: #f00;
-}
-.table--wrap .table--t {
-  display: flex;
-  justify-content: space-between;
-  align-items: flex-end;
-  margin-bottom: 30px;
-}
-.table--wrap .table--t > span {
-  font-size: 18px;
-}
-.table--wrap table {
-  width: 100%;
-  border-top: 1px solid #3F3F3F;
-}
-.table--wrap table .custom-input * {
-  text-align: center;
-}
-.table--wrap table .custom-input.left * {
-  text-align: left;
-}
-.table--wrap table th {
-  vertical-align: middle;
-  height: 50px;
-  padding: 10px 30px;
-  color: #000000;
-  font-size: 18px;
-  font-weight: 700;
-  border-bottom: 1px solid #e2e2e2;
-  border-right: 1px solid #E2E2E2;
-}
-.table--wrap table th.bg {
-  background-color: #f8f8f8;
-}
-.table--wrap table th.le {
-  text-align: left;
-  padding: 30px;
-}
-.table--wrap table th.type2 {
-  border-right: 1px solid #3F3F3F;
-  border-bottom: 1px solid #3f3f3f;
-}
-.table--wrap table th.type2.fz--16 {
-  font-size: 16px;
-}
-.table--wrap table th:last-child {
-  border-right: none;
-}
-.table--wrap table td {
-  height: 50px;
-  padding: 10px 30px;
-  text-align: center;
-  color: #000000;
-  vertical-align: middle;
-  border-bottom: 1px solid #e2e2e2;
-  border-right: 1px solid #E2E2E2;
-  white-space: pre-line;
-  font-size: 18px;
-  font-weight: 400;
-}
-.table--wrap table td .dp--tp-wrap {
-  display: none;
-}
-.table--wrap table td .input--wrap {
-  display: flex;
-  align-items: center;
-  gap: 10px;
-}
-.table--wrap table td .input--wrap .text {
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-.table--wrap table td.bg {
-  background-color: #f8f8f8;
-}
-.table--wrap table td:last-child {
-  border-right: none;
-}
-.table--wrap table td.le {
-  text-align: left;
-  padding: 30px;
-}
-
-.dp__input::-moz-placeholder {
-  color: #b6b6b6 !important;
-}
-
-.dp__input::placeholder {
-  color: #b6b6b6 !important;
-}
-
-.dp__disabled {
-  background-color: #f0f0f0 !important;
-}
-.dp__disabled.dp__input {
-  color: #aaaaaa !important;
-}
-
-.btn--wrap.evt--btn {
-  display: flex;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default {
-  width: -moz-fit-content;
-  width: fit-content;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-sky {
-  background-color: #42A5F5;
-  height: 2.25rem;
-  min-height: 2.25rem;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-sky .v-btn__content {
-  color: #ffffff;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-red {
-  background-color: #DC143C;
-  height: 2.25rem;
-  min-height: 2.25rem;
-}
-.btn--wrap.evt--btn .custom-btn.v-btn.v-btn--density-default.btn-red .v-btn__content {
-  color: #ffffff;
-}
-
-.ms--pop {
-  display: flex;
-  gap: 30px;
-}
-.ms--pop .ms--input--wrap {
-  width: 60%;
-}
-.ms--pop .ms--desc--wrap {
-  width: 40%;
-}
-.ms--pop .ms--desc--wrap p {
-  font-size: 1rem;
-  font-weight: 200;
-  line-height: 1.4;
-}
-.ms--pop .ms--desc--wrap p strong {
-  font-size: 1.2rem;
-  font-weight: 600;
-  margin-bottom: 20px;
-  display: inline-block;
-}
-
-.tbl-wrapper .tbl-wrap .ag-checkbox-input-wrapper {
-  width: 20px;
-  height: 20px;
-  background-color: #ffffff;
-  border: 1px solid #b0b0b0;
-}
-.tbl-wrapper .tbl-wrap .ag-checkbox-input-wrapper.ag-checked::after {
-  display: block;
-  width: 20px;
-  height: 20px;
-  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10 3L4.5 8.5L2 6' stroke='%230094FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
-  background-position: center;
-}
-.tbl-wrapper .tbl-wrap .ag-checkbox-input-wrapper:before,
-.tbl-wrapper .tbl-wrap .ag-checkbox-input-wrapper:after {
-  display: none;
-}/*# sourceMappingURL=mode-w-m.css.map */

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
assets/css/mode-w-m.css.map


+ 0 - 579
assets/css/sample.css

@@ -1,579 +0,0 @@
-@charset "UTF-8";
-.sample-layout {
-  /* HTML5 display-role reset for older browsers */
-}
-.sample-layout html, .sample-layout body, .sample-layout div, .sample-layout span, .sample-layout applet, .sample-layout object, .sample-layout iframe, .sample-layout h1, .sample-layout h2, .sample-layout h3, .sample-layout h4, .sample-layout h5, .sample-layout h6, .sample-layout p, .sample-layout blockquote, .sample-layout pre, .sample-layout a, .sample-layout abbr, .sample-layout acronym, .sample-layout address, .sample-layout big, .sample-layout cite, .sample-layout code, .sample-layout del, .sample-layout dfn, .sample-layout em, .sample-layout img, .sample-layout ins, .sample-layout kbd, .sample-layout q, .sample-layout s, .sample-layout samp, .sample-layout small, .sample-layout strike, .sample-layout strong, .sample-layout sub, .sample-layout sup, .sample-layout tt, .sample-layout var, .sample-layout b, .sample-layout u, .sample-layout i, .sample-layout center, .sample-layout dl, .sample-layout dt, .sample-layout dd, .sample-layout ol, .sample-layout ul, .sample-layout li, .sample-layout fieldset, .sample-layout form, .sample-layout label, .sample-layout legend, .sample-layout table, .sample-layout caption, .sample-layout tbody, .sample-layout tfoot, .sample-layout thead, .sample-layout tr, .sample-layout th, .sample-layout td, .sample-layout article, .sample-layout aside, .sample-layout canvas, .sample-layout details, .sample-layout embed, .sample-layout figure, .sample-layout figcaption, .sample-layout footer, .sample-layout header, .sample-layout hgroup, .sample-layout menu, .sample-layout nav, .sample-layout output, .sample-layout ruby, .sample-layout section, .sample-layout summary, .sample-layout time, .sample-layout mark, .sample-layout audio, .sample-layout video {
-  margin: 0;
-  padding: 0;
-  border: 0;
-  font-size: 100%;
-  color: #1A1A1A;
-  vertical-align: baseline;
-}
-.sample-layout * {
-  box-sizing: border-box !important;
-}
-.sample-layout *::-webkit-scrollbar {
-  height: 3px;
-  width: 3px;
-}
-.sample-layout *::-webkit-scrollbar-button:start:decrement, .sample-layout *::-webkit-scrollbar-button:end:increment {
-  display: none;
-}
-.sample-layout *::-webkit-scrollbar-track {
-  background-color: transparent;
-  width: 3px;
-  height: 3px;
-}
-.sample-layout *::-webkit-scrollbar-thumb {
-  width: 3px;
-  border-radius: 3px;
-  background-color: transparent;
-}
-.sample-layout body::-webkit-scrollbar-thumb {
-  width: 3px;
-  border-radius: 3px;
-  background-color: #3570FF;
-}
-.sample-layout article, .sample-layout aside, .sample-layout details, .sample-layout figcaption, .sample-layout figure, .sample-layout footer, .sample-layout header, .sample-layout hgroup, .sample-layout menu, .sample-layout nav, .sample-layout section {
-  display: block;
-}
-.sample-layout body {
-  line-height: 2;
-}
-.sample-layout ol, .sample-layout ul {
-  list-style: none;
-}
-.sample-layout blockquote, .sample-layout q {
-  quotes: none;
-}
-.sample-layout blockquote:before, .sample-layout blockquote:after, .sample-layout q:before, .sample-layout q:after {
-  content: "";
-  content: none;
-}
-.sample-layout table {
-  border-collapse: collapse;
-  border-spacing: 0;
-}
-.sample-layout input:focus {
-  outline: none;
-}
-.sample-layout a {
-  color: inherit;
-  text-decoration: none;
-}
-.sample-layout html {
-  overflow: auto !important;
-}
-.sample-layout button {
-  outline: 0;
-  cursor: pointer;
-}
-.sample-layout .mb--0 {
-  margin-bottom: 0px !important;
-}
-.sample-layout .mb--5 {
-  margin-bottom: 5px !important;
-}
-.sample-layout .mb--10 {
-  margin-bottom: 10px !important;
-}
-.sample-layout .mb--15 {
-  margin-bottom: 15px !important;
-}
-.sample-layout .mb--20 {
-  margin-bottom: 20px !important;
-}
-.sample-layout .mb--30 {
-  margin-bottom: 30px !important;
-}
-.sample-layout .ml--0 {
-  margin-left: 0px !important;
-}
-.sample-layout .ml--3 {
-  margin-left: 3px !important;
-}
-.sample-layout .ml--5 {
-  margin-left: 5px !important;
-}
-.sample-layout .ml--10 {
-  margin-left: 10px !important;
-}
-.sample-layout .ml--15 {
-  margin-left: 15px !important;
-}
-.sample-layout .ml--20 {
-  margin-left: 20px !important;
-}
-.sample-layout .ml--25 {
-  margin-left: 25px !important;
-}
-.sample-layout .ml--30 {
-  margin-left: 30px !important;
-}
-.sample-layout .ml--35 {
-  margin-left: 35px !important;
-}
-.sample-layout .mr--0 {
-  margin-right: 0px !important;
-}
-.sample-layout .mr--3 {
-  margin-right: 3px !important;
-}
-.sample-layout .mr--10 {
-  margin-right: 10px !important;
-}
-.sample-layout .mr--15 {
-  margin-right: 15px !important;
-}
-.sample-layout .mr--20 {
-  margin-right: 20px !important;
-}
-.sample-layout .mr--25 {
-  margin-right: 25px !important;
-}
-.sample-layout .mt--0 {
-  margin-top: 0px !important;
-}
-.sample-layout .mt--10 {
-  margin-top: 10px !important;
-}
-.sample-layout .mt--15 {
-  margin-top: 15px !important;
-}
-.sample-layout .mt--20 {
-  margin-top: 20px !important;
-}
-.sample-layout .mt--25 {
-  margin-top: 25px !important;
-}
-.sample-layout .mt--30 {
-  margin-top: 30px !important;
-}
-.sample-layout .mt--35 {
-  margin-top: 35px !important;
-}
-.sample-layout .mt--40 {
-  margin-top: 40px !important;
-}
-.sample-layout .mt--45 {
-  margin-top: 45px !important;
-}
-.sample-layout .mt--50 {
-  margin-top: 50px !important;
-}
-.sample-layout .mt--60 {
-  margin-top: 60px !important;
-}
-.sample-layout .pt--0 {
-  padding-top: 0px !important;
-}
-.sample-layout .text-left {
-  text-align: left !important;
-}
-.sample-layout .text-center {
-  text-align: center !important;
-}
-.sample-layout .text-right {
-  text-align: right !important;
-}
-.sample-layout .sample--main--wrap h1 {
-  text-align: center;
-  color: black;
-  font-size: 30px;
-}
-.sample-layout .sample--main--wrap .section--wrap {
-  display: flex;
-  margin-top: 10px;
-}
-.sample-layout .sample--main--wrap .section--wrap .left--section {
-  background: #eee;
-  padding: 10px;
-  border: 1px solid #eee;
-  width: 50%;
-  margin-right: 10px;
-}
-.sample-layout .sample--main--wrap .section--wrap .right--section {
-  background: #eee;
-  padding: 10px;
-  border: 1px solid #eee;
-  width: 50%;
-  margin-left: 10px;
-}
-.sample-layout .sample--main--wrap .section--wrap .right--section .result--msg {
-  border: 1px solid;
-  height: 200px;
-  font-size: 20px;
-  font-weight: 600;
-}
-.sample-layout .sample--main--wrap .div--wrap {
-  border: 1px solid;
-  border-radius: 15px;
-  background: #eee;
-  margin: 20px;
-  width: 300px;
-  padding: 10px;
-}
-.sample-layout .sample--main--wrap .div--wrap h2 {
-  font-size: 20px;
-  text-align: center;
-}
-.sample-layout .sample--main--wrap .div--wrap .btn--wrap {
-  margin-top: 10px;
-  text-align: center;
-}
-.sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv {
-  background-color: #3468E2;
-}
-.sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv .v-btn__content {
-  color: #eee;
-}
-.sample-layout .sample--main--wrap .arrow--wrap {
-  margin: -12px;
-  display: flex;
-  align-items: center;
-  justify-items: center;
-  opacity: 0;
-  transition: opacity 0.5s ease, transform 0.5s ease;
-}
-.sample-layout .sample--main--wrap .arrow--wrap.actv {
-  opacity: 1; /* 초기에는 투명하게 설정 */
-  transform: translateY(0);
-  transition: opacity 0.5s ease, transform 0.5s ease;
-}
-.sample-layout .component--item {
-  width: 300px;
-  height: 300px;
-  border: 1px solid;
-}
-.sample-layout .board_list_wrapper {
-  width: 100%;
-  height: 100%;
-  padding: 50px;
-}
-.sample-layout .board_list_wrapper .search_wrap {
-  display: flex;
-}
-.sample-layout .board_list_wrapper .search_wrap .custom_select {
-  max-width: 150px;
-}
-.sample-layout .board_list_wrapper .search_wrap .custom_input {
-  max-width: 300px;
-}
-.sample-layout .board_list_wrapper .btn-wrapper {
-  display: flex;
-  justify-content: space-between;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead {
-  background-color: rgba(230, 230, 230, 0.5);
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead th {
-  height: 44px;
-  padding: 9px 5px !important;
-  border: 0;
-  vertical-align: middle;
-  word-break: keep-all;
-  font-size: 14px !important;
-  font-weight: 500;
-  color: #777 !important;
-  text-align: center !important;
-  background: #f7f7fa !important;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td {
-  height: 44px;
-  padding: 9px 5px;
-  border-bottom: 1px solid #E3E6ED;
-  vertical-align: middle;
-  word-break: keep-all;
-  font-size: 14px;
-  font-weight: 500;
-  color: #333;
-  text-align: center !important;
-  background: #fff;
-  cursor: pointer;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td.text-left {
-  text-align: left !important;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span {
-  font-weight: 500;
-  color: #333;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-red {
-  color: #E60000;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-green {
-  color: #4AAC44;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-orange {
-  color: #FF7732;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.line1 {
-  display: block;
-  overflow: hidden;
-  max-width: 285px;
-  text-overflow: ellipsis;
-  white-space: nowrap;
-}
-.sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.text-left {
-  display: block;
-  text-align: left;
-}
-.sample-layout .menu-title-wrap {
-  display: flex;
-  align-items: center;
-  margin-bottom: 24px;
-}
-.sample-layout .menu-title-wrap h2 {
-  line-height: 20px;
-  font-size: 18px;
-  font-weight: 800;
-  color: #001A58;
-}
-.sample-layout .menu-title-wrap .arrow {
-  width: 30px;
-  height: 30px;
-  margin: 0 11px;
-}
-.sample-layout .menu-title-wrap .menu-depth2 {
-  line-height: 20px;
-  font-size: 18px;
-  font-weight: 600;
-  color: #1A1A1A;
-}
-.sample-layout .menu-title-wrap .setting-util {
-  display: flex;
-  margin-left: auto;
-}
-.sample-layout .menu-title-wrap .setting-util .btn-style {
-  width: 120px;
-  margin: 0 0 0 5px;
-}
-.sample-layout .view-area {
-  padding: 40px 24px;
-  border: 1px solid #E6EBF1;
-  border-radius: 16px;
-  background: #FFF;
-}
-.sample-layout .form-style {
-  border-top: 1px solid #E3E6ED;
-}
-.sample-layout .form-style table {
-  width: 100%;
-}
-.sample-layout .form-style table th {
-  padding: 12px 5px;
-  border-bottom: 1px solid #E3E6ED;
-  vertical-align: middle;
-  font-size: 14px;
-  font-weight: 500;
-  color: #333;
-  text-align: center;
-  background: #f7f8fa;
-}
-.sample-layout .form-style table th .star {
-  display: inline-block;
-  padding-left: 3px;
-  color: #3570FF;
-}
-.sample-layout .form-style table td {
-  height: 48px;
-  padding: 6px 0 6px 24px;
-  border-bottom: 1px solid #E3E6ED;
-  vertical-align: middle;
-  font-size: 14px;
-  font-weight: 500;
-  color: #333;
-  text-align: left;
-}
-.sample-layout .form-style table td .view-cont {
-  word-break: break-all;
-  min-height: 459px;
-  padding: 12px 0;
-  color: #333;
-  text-align: left;
-}
-.sample-layout .form-style table td .file-form-list {
-  display: flex;
-  flex-wrap: wrap;
-  margin-top: 8px;
-  font-size: 0;
-}
-.sample-layout .form-style table td .file-form-list:empty {
-  margin: 0;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download {
-  display: inline-block;
-  width: auto;
-  height: 36px;
-  padding: 0 10px;
-  margin: 0 8px 0 0;
-  line-height: 32px;
-  border: 1px solid #EDF1FF;
-  border-radius: 6px;
-  vertical-align: middle;
-  font-size: 14px;
-  font-weight: 400;
-  color: #000;
-  background: #F7F9FF;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download:last-of-type {
-  margin-right: 0;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download .ico {
-  display: inline-block;
-  width: 10px;
-  height: 13px;
-  margin-right: 7px;
-  vertical-align: middle;
-}
-.sample-layout .form-style table td .file-form-list .btn-file-download button {
-  width: 20px;
-  height: 20px;
-  margin-left: 5px;
-  border-radius: 100%;
-  vertical-align: middle;
-}
-.sample-layout .form-style table td .custom-input.v-text-field {
-  min-height: 36px;
-}
-.sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot {
-  height: 36px;
-}
-.sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot {
-  height: 34px;
-}
-.sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
-  height: 34px;
-}
-.sample-layout .form-style table td .custom-select.v-input {
-  min-height: 36px;
-}
-.sample-layout .form-style table td .custom-select.v-input .v-input__control .v-input__slot {
-  height: 34px;
-}
-.sample-layout .form-style table td .custom-select.v-input .v-input__control .v-select__slot .v-select__selection {
-  height: 34px;
-}
-.sample-layout .form-style table td .btn-style {
-  height: 36px;
-}
-.sample-layout .btn-wrap {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  margin-top: 26px;
-  font-size: 0;
-  text-align: center;
-}
-.sample-layout .btn-wrap.text-right {
-  justify-content: flex-end;
-}
-.sample-layout .btn-wrap.text-right .btn-style:first-of-type {
-  margin-left: 0;
-}
-.sample-layout .btn-wrap .left {
-  margin-right: auto;
-}
-.sample-layout .btn-wrap .left .btn-style:first-of-type {
-  margin-left: 0;
-}
-.sample-layout .btn-wrap .left .btn-style:last-of-type {
-  margin-right: 0;
-}
-.sample-layout .btn-wrap .right {
-  margin-left: auto;
-}
-.sample-layout .btn-wrap .right .btn-style:first-of-type {
-  margin-left: 0;
-}
-.sample-layout .btn-wrap .right .btn-style:last-of-type {
-  margin-right: 0;
-}
-.sample-layout .btn-style {
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  width: 152px;
-  height: 44px;
-  margin: 0 5px;
-  letter-spacing: -0.35px;
-  border-radius: 6px;
-  font-size: 14px;
-  font-weight: 500;
-}
-.sample-layout .btn-style.btn-blue {
-  color: #fff;
-  background: #3468E2;
-}
-.sample-layout .btn-style.btn-blue2 {
-  width: auto;
-  height: 40px;
-  padding: 0 34px;
-  color: #fff;
-  background: #3468E2;
-}
-.sample-layout .btn-style.btn-white {
-  border: 1px solid #e6ebf1;
-  color: #000;
-  background: #fff;
-}
-.sample-layout .btn-style.btn-white2 {
-  width: auto;
-  height: 40px;
-  padding: 0 34px;
-  line-height: 38px;
-  border: 1.3px solid #D7DBE3;
-  color: #333;
-  background: #fff;
-}
-.sample-layout .btn-style.btn-black {
-  color: #fff;
-  background: #363636;
-}
-.sample-layout .btn-style.full {
-  width: 100%;
-}
-.sample-layout .btn-style.mini {
-  width: 80px;
-  height: 30px;
-  border-radius: 4px;
-  font-size: 12px;
-}
-.sample-layout .btn-style.mini2 {
-  height: 40px;
-}
-.sample-layout .btn-style.w80 {
-  width: 80px;
-  padding: 0;
-}
-.sample-layout .btn-style.btn-comment {
-  width: auto;
-  padding: 0 23px;
-}
-.sample-layout .btn-style.btn-comment span {
-  padding-left: 5px;
-  letter-spacing: -0.4px;
-  font-size: 16px;
-  font-weight: 700;
-  color: #3570FF;
-}
-.sample-layout .custom-input.v-input--error .v-input__details .v-messages .v-messages__message {
-  color: red !important;
-}
-.sample-layout .custom-textarea.v-input--error .v-input__details .v-messages .v-messages__message {
-  color: red !important;
-}
-.sample-layout .flex--wrap {
-  display: flex;
-  align-items: center;
-}
-.sample-layout .flex--wrap .title--wrap {
-  width: 100%;
-  position: relative;
-}
-.sample-layout .flex--wrap .title--wrap .close--btn {
-  position: absolute;
-  right: 3px;
-  top: 3px;
-}/*# sourceMappingURL=sample.css.map */

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
assets/css/sample.css.map


+ 0 - 4633
assets/css/style.css

@@ -1,4633 +0,0 @@
-.container {
-  height: 100%;
-  width: 100%;
-  display: flex;
-  flex-direction: column;
-}
-.container .header {
-  background: #064F9E;
-  height: 8.3333333333vh;
-  min-height: 90px;
-  display: flex;
-  align-items: center;
-  flex-shrink: 0;
-  position: relative;
-  padding: 0 1.88rem;
-  z-index: 100;
-}
-.container .header .logo {
-  color: #FFFFFF;
-  font-size: 1.13rem;
-  font-weight: 700;
-  line-height: 1.5rem;
-  flex-shrink: 0;
-  margin-right: auto;
-}
-.container .header .gnb {
-  z-index: 10;
-}
-.container .header .gnb:hover .gnb-bg {
-  height: 22.38rem;
-}
-.container .header .gnb:hover .depth1 > li .depth2 {
-  height: 22.38rem;
-}
-.container .header .gnb .depth1 {
-  display: flex;
-}
-.container .header .gnb .depth1 > li {
-  position: relative;
-}
-.container .header .gnb .depth1 > li.active > button {
-  background: #83A7CF;
-  font-weight: 700;
-}
-.container .header .gnb .depth1 > li > button {
-  width: 9.375vw;
-  height: 8.3333333333vh;
-  min-height: 90px;
-  color: #fff;
-  font-size: 1rem;
-  font-weight: 400;
-}
-.container .header .gnb .depth1 > li .depth2 {
-  position: absolute;
-  overflow: hidden;
-  height: 0;
-  z-index: 10;
-  width: 100%;
-  transition: 0.5s 0s;
-}
-.container .header .gnb .depth1 > li .depth2 ul {
-  padding-top: 1.88rem;
-}
-.container .header .gnb .depth1 > li .depth2 ul li {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 400;
-  display: block;
-  margin-bottom: 1.88rem;
-  cursor: pointer;
-  text-align: center;
-}
-.container .header .gnb .depth1 > li .depth2 ul li.active {
-  color: #064F9E;
-  font-weight: 700;
-}
-.container .header .gnb .gnb-bg {
-  position: fixed;
-  top: 8.3333333333vh;
-  left: 0;
-  right: 0;
-  width: 100vw;
-  background: #fff;
-  z-index: 8;
-  height: 0;
-  transition: 0.5s 0s;
-  box-shadow: 0 0.25rem 0.63rem 0 rgba(0, 0, 0, 0.25);
-}
-.container .header .util {
-  display: flex;
-  align-items: center;
-  gap: 1.56rem;
-  margin-left: auto;
-  flex-shrink: 0;
-}
-.container .header .util .ico {
-  font-size: 0;
-}
-.container .header .util .btn-alarm {
-  width: 2rem;
-  height: 2rem;
-  position: relative;
-}
-.container .header .util .btn-alarm.type1 .ico {
-  background-image: url("../img/ico_alarm1.svg");
-}
-.container .header .util .btn-alarm.type2 .ico {
-  background-image: url("../img/ico_alarm2.svg");
-}
-.container .header .util .btn-alarm .ico {
-  position: relative;
-  width: 2rem;
-  height: 2rem;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-alarm .ico .dot {
-  position: absolute;
-  background: #E42325;
-  width: 0.44rem;
-  height: 0.44rem;
-  border-radius: 100%;
-  right: 0;
-  top: 0;
-}
-.container .header .util .btn-alarm .alarm-detail {
-  position: absolute;
-  width: 8.75rem;
-  height: 4.44rem;
-  top: 3rem;
-  left: 50%;
-  display: flex;
-  align-items: center;
-  justify-content: space-between;
-  transform: translateX(-50%);
-  padding: 1.31rem 1.25rem 1rem 1.25rem;
-  background: url("../img/bg_tooltip.svg") no-repeat center/100%;
-}
-.container .header .util .btn-alarm .alarm-detail strong {
-  color: #222222;
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch {
-  width: 2.25rem;
-  flex: 0 0 auto;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-switch__track {
-  background: #ECECEC;
-  height: 0.75rem;
-  width: 2.25rem;
-  opacity: 1;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-switch__thumb {
-  box-shadow: none;
-  background: #92989E;
-  width: 1.13rem;
-  height: 1.13rem;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__track {
-  background: #D7E4F1;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-selection-control.v-selection-control--dirty .v-switch__thumb {
-  background: #064f9e;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-selection-control__input::before {
-  display: none;
-}
-.container .header .util .btn-alarm .alarm-detail .v-switch .v-ripple__container {
-  display: none;
-}
-.container .header .util .btn-mode {
-  position: relative;
-}
-.container .header .util .btn-mode.type1 .ico {
-  background-image: url("../img/ico_mode_white.svg");
-}
-.container .header .util .btn-mode.type2 .ico {
-  background-image: url("../img/ico_mode_dark.svg");
-}
-.container .header .util .btn-mode .ico {
-  width: 2rem;
-  height: 2rem;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-mode .mode-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  transform: translateX(-50%);
-  width: 12.63rem;
-  height: 9.75rem;
-  padding: 2.06rem 1.25rem 1.25rem 1.56rem;
-  background: url("../img/bg_tooltip2.svg") no-repeat center/100%;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  position: relative;
-  height: 2.5rem;
-  margin: 0;
-  padding-left: 5.63rem;
-  flex: auto;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  position: absolute;
-  left: 0;
-  top: 0;
-  width: 4.38rem;
-  height: 2.5rem;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/img_mode_white.svg");
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/img_mode_dark.svg");
-}
-.container .header .util .btn-mode .mode-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.container .header .util .btn-lang {
-  position: relative;
-}
-.container .header .util .btn-lang .ico {
-  width: 2rem;
-  height: 2rem;
-  border: 0.06rem solid #fff;
-  background-color: #064F9E;
-  border-radius: 100%;
-  color: #fff;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 0.81rem;
-}
-.container .header .util .btn-lang .lang-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  width: 9.75rem;
-  height: 7.31rem;
-  transform: translateX(-50%);
-  background: url("../img/bg_tooltip3.svg") no-repeat center/100%;
-  padding: 1.63rem 1.25rem 1.25rem 1.56rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group {
-  gap: 0.94rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio {
-  height: 1.63rem;
-  margin: 0;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  border-color: #c0c0c0;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  background-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.75rem;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img {
-  width: 1.63rem;
-  height: 1.63rem;
-  display: inline-block;
-  background: no-repeat center/100%;
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img1 {
-  background-image: url("../img/ico_lang_korea.svg");
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label .img.img2 {
-  background-image: url("../img/ico_lang_english.svg");
-}
-.container .header .util .btn-lang .lang-detail .custom-radio .v-input__control .v-selection-control-group .v-radio .v-label strong {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-left: 0.63rem;
-}
-.container .header .util .divider {
-  width: 0.06rem;
-  height: 1.88rem;
-  margin: 0 0.63rem;
-  background: rgba(255, 255, 255, 0.5);
-}
-.container .header .util .user-info {
-  display: flex;
-  position: relative;
-}
-.container .header .util .user-info .ico {
-  width: 2rem;
-  height: 2rem;
-  background: #fff;
-  border-radius: 100%;
-  color: #064F9E;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  font-weight: 700;
-  font-size: 0.81rem;
-  cursor: pointer;
-}
-.container .header .util .user-info .info-detail {
-  position: absolute;
-  top: 3rem;
-  left: 50%;
-  width: 11.88rem;
-  height: 12.25rem;
-  padding: 2rem 1.56rem 1.25rem 1.56rem;
-  background: url("../img/bg_tooltip4.svg") no-repeat center/100%;
-  transform: translateX(-50%);
-}
-.container .header .util .user-info .info-detail p {
-  color: #111;
-  font-size: 0.94rem;
-  font-weight: 700;
-  margin-bottom: 0.94rem;
-}
-.container .header .util .user-info .info-detail p span {
-  font-weight: 600;
-}
-.container .header .util .user-info .info-detail ul {
-  padding-bottom: 1.25rem;
-  margin-bottom: 0.94rem;
-  border-bottom: 0.06rem solid #e1e1e1;
-  display: flex;
-  flex-direction: column;
-  gap: 0.25rem;
-}
-.container .header .util .user-info .info-detail ul li {
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.container .header .util .user-info .info-detail .custom-btn.v-btn.v-btn--density-default {
-  border: 0.06rem solid rgba(6, 79, 158, 0.5);
-  border-radius: 0.31rem;
-  width: 100%;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.container .header .util .user-info .info-detail .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #064F9E;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.container .header .util .user-name {
-  color: #fff;
-  font-size: 0.81rem;
-  font-weight: 700;
-  cursor: pointer;
-}
-.container .header .util .btn-logout {
-  width: 2rem;
-  height: 2rem;
-  background: url("../img/ico_logout.svg") no-repeat center/100%;
-}
-.container .content {
-  position: relative;
-  overflow-y: auto;
-  background: #fff;
-}
-.container .footer {
-  height: 5.3703703704vh;
-  min-height: 58px;
-  flex-shrink: 0;
-  background: #EBEBEB;
-  display: flex;
-  align-items: center;
-  padding: 0 1.88rem;
-  gap: 1.25rem;
-}
-.container .footer .foot-connection {
-  display: flex;
-  align-items: center;
-}
-.container .footer .foot-connection strong {
-  color: #111111;
-  font-size: 0.69rem;
-  font-weight: 600;
-  margin-right: 0.63rem;
-}
-.container .footer .foot-connection span {
-  background: #064F9E;
-  border-radius: 6.25rem;
-  min-width: 2.25rem;
-  height: 1.56rem;
-  padding: 0 0.63rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.69rem;
-  font-weight: 600;
-}
-.container .footer .foot-numbering {
-  display: flex;
-  gap: 0.63rem;
-  padding: 0 1.25rem;
-  position: relative;
-}
-.container .footer .foot-numbering:before, .container .footer .foot-numbering:after {
-  position: absolute;
-  content: "";
-  width: 0.06rem;
-  height: 1.25rem;
-  background: #c8c8c8;
-  top: 50%;
-  margin-top: -0.63rem;
-}
-.container .footer .foot-numbering:before {
-  left: 0;
-}
-.container .footer .foot-numbering:after {
-  right: 0;
-}
-.container .footer .foot-numbering span {
-  height: 1.56rem;
-  min-width: 3.13rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.63rem;
-  font-weight: 600;
-}
-.container .footer .foot-numbering span.num1 {
-  background: #FF2426;
-}
-.container .footer .foot-numbering span.num2 {
-  background: #FF7236;
-}
-.container .footer .foot-numbering span.num3 {
-  background: #FFB800;
-}
-.container .footer .foot-state {
-  color: #ff2426;
-  font-size: 0.63rem;
-  font-weight: 600;
-  border: 0.06rem solid rgba(255, 36, 38, 0.5);
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  min-width: 4.13rem;
-  height: 1.56rem;
-}
-.container .footer .foot-txt {
-  padding-left: 0.63rem;
-  color: #333;
-  opacity: 0.8;
-  font-size: 0.69rem;
-  font-weight: 400;
-}
-.container .footer .foot-btn-wrap {
-  margin-left: auto;
-  display: flex;
-  gap: 0.63rem;
-  align-items: center;
-}
-.container .footer .foot-btn-wrap button {
-  background: #111111;
-  min-width: 6.81rem;
-  padding: 0 0.94rem;
-  height: 1.56rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.69rem;
-  font-weight: 600;
-}
-.container .footer .foot-btn-wrap button .ico {
-  width: 0.81rem;
-  height: 0.81rem;
-  margin-right: 0.5rem;
-  background: no-repeat center/100%;
-}
-.container .footer .foot-btn-wrap button .ico.ico1 {
-  background-image: url("../img/ico_event_view.svg");
-}
-.container .footer .foot-btn-wrap button .ico.ico2 {
-  background-image: url("../img/ico_event_pop.svg");
-}
-.container .footer .foot-logo {
-  width: 11.69rem;
-  height: 1.44rem;
-  margin-left: 0.31rem;
-  font-size: 0;
-  background: url("../img/logo_foot2.svg") no-repeat center/100%;
-}
-
-@media (max-height: 1079px) {
-  .container .header .gnb .gnb-bg {
-    top: 90px;
-  }
-  .container .content {
-    height: calc(100vh - 148px);
-  }
-}
-.v-application__wrap {
-  min-width: 1920px;
-}
-
-/* --- common type --- */
-.txt-field-box {
-  position: relative;
-  width: 100%;
-}
-.txt-field-box.error .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding-right: 2.56rem !important;
-  border-color: #FF8C8C !important;
-}
-.txt-field-box.error .ico {
-  display: block;
-  background: url("../img/ico_error.svg") no-repeat center/100%;
-}
-.txt-field-box .ico {
-  display: none;
-  position: absolute;
-  width: 1.13rem;
-  height: 1.13rem;
-  right: 0.94rem;
-  top: 50%;
-  margin-top: -0.565rem;
-}
-
-.custom-input.v-text-field {
-  flex: 0 0 auto;
-  width: 100%;
-  min-height: 3.63rem;
-  padding: 0;
-  margin: 0;
-  flex-direction: column;
-}
-.custom-input.v-text-field.success-input {
-  flex-direction: column;
-}
-.custom-input.v-text-field.success-input .v-input__append-outer {
-  width: 100%;
-  margin: 0;
-}
-.custom-input.v-text-field.success-input .v-input__append-outer .input-success {
-  padding: 0 1rem;
-  margin: 0.25rem 0 0;
-  letter-spacing: -0.02rem;
-  line-height: 1rem;
-  white-space: nowrap;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-input.v-text-field.v-input--is-disabled {
-  background: #f6f6f6 !important;
-}
-.custom-input.v-text-field.v-input--is-disabled .v-input__prepend-outer .v-input__icon {
-  opacity: 0.5;
-}
-.custom-input.v-text-field.v-input--is-disabled .v-input__control .v-input__slot .v-text-field__slot input {
-  color: #999;
-}
-.custom-input.v-text-field.v-input--is-focused .v-input__control .v-input__slot {
-  border-color: #584DE4 !important;
-}
-.custom-input.v-text-field.v-input--error .v-input__details {
-  display: block;
-  width: 100%;
-}
-.custom-input.v-text-field.v-input--error .v-input__details .v-messages {
-  color: #FF4C6D;
-  text-align: left;
-}
-.custom-input.v-text-field.mini {
-  min-height: 2.25rem;
-}
-.custom-input.v-text-field.mini .v-input__control {
-  height: 2.25rem;
-}
-.custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.94rem;
-  height: 2.25rem;
-  min-height: 2.25rem;
-  font-size: 0.75rem;
-  color: #444;
-  border: 0.06rem solid #e0e0e0;
-}
-.custom-input.v-text-field.mini2 {
-  min-height: 2.5rem;
-}
-.custom-input.v-text-field.mini2 .v-input__control {
-  height: 2.5rem;
-}
-.custom-input.v-text-field.mini2 .v-input__control .v-field__field .v-field__input {
-  padding: 0 0.94rem;
-  height: 2.5rem;
-  min-height: 2.5rem;
-  font-size: 0.81rem;
-  color: #444;
-  border: 0.06rem solid #e0e0e0;
-}
-.custom-input.v-text-field.cursor {
-  cursor: pointer;
-}
-.custom-input.v-text-field.cursor .v-input__control .v-field__field .v-field__input:-moz-read-only {
-  cursor: pointer;
-}
-.custom-input.v-text-field.cursor .v-input__control .v-field__field .v-field__input:read-only {
-  cursor: pointer;
-}
-.custom-input.v-text-field .v-input__prepend-outer {
-  margin: 0 0 0 0.75rem;
-}
-.custom-input.v-text-field .v-input__prepend-outer .v-icon {
-  display: inline-block;
-  width: 1.25rem;
-  height: 1.25rem;
-  font-size: 0;
-  background: url("../assets/img/ico_calendar.svg") no-repeat center;
-}
-.custom-input.v-text-field .v-input__prepend-outer .v-icon:before {
-  display: none;
-  content: "";
-}
-.custom-input.v-text-field .v-input__control {
-  width: 100%;
-  height: 3.63rem;
-}
-.custom-input.v-text-field .v-input__control .v-field__overlay {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-field__loader {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-field {
-  opacity: 1;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  height: 3.63rem;
-  min-height: 3.63rem;
-  padding: 0 1.25rem;
-  border: 0.06rem solid #E9E9E9;
-  background: #fff;
-  border-radius: 0;
-  color: #000;
-  font-size: 0.88rem;
-  font-weight: 400;
-  letter-spacing: -0.02rem;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input::-moz-placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-input.v-text-field .v-input__control .v-field__field .v-field__input::placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-input.v-text-field .v-input__control .v-field__outline:before, .custom-input.v-text-field .v-input__control .v-field__outline:after {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot {
-  height: 2.5rem;
-  margin: 0;
-  border: 0.06 solid #E9E9E9;
-  border-radius: 0;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot:before, .custom-input.v-text-field .v-input__control .v-input__slot:after {
-  display: none;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot {
-  height: 3.63rem;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
-  display: block;
-  max-height: 3.63rem;
-  padding: 0 0.75rem;
-  letter-spacing: -0.02rem;
-  color: #000;
-  font-weight: 600;
-  font-size: 0.88rem;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input::-moz-placeholder {
-  font-weight: 400;
-  color: #999990;
-}
-.custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input::placeholder {
-  font-weight: 400;
-  color: #999990;
-}
-.custom-input.v-text-field .v-input__control .v-text-field__details {
-  overflow: inherit !important;
-  display: none;
-  transition: none !important;
-}
-.custom-input.v-text-field .v-input__control .v-text-field__details .v-messages__message {
-  padding: 0 0.81rem;
-  margin-top: 0.25rem;
-  letter-spacing: -0.02rem;
-  line-height: 1rem;
-  white-space: nowrap;
-  font-size: 0.75rem;
-  font-weight: 600;
-  color: #E50A0A;
-  transition: none !important;
-  overflow: visible !important;
-}
-.custom-input.v-text-field .v-input__details {
-  display: none;
-}
-
-p.error-txt {
-  color: #E50A0A !important;
-  font-size: 0.88rem !important;
-  line-height: 0.88rem !important;
-  font-weight: 400 !important;
-  margin: 0.75rem 0 0;
-  text-align: left !important;
-}
-
-p.success-txt {
-  color: #007AFF !important;
-  font-size: 0.88rem !important;
-  line-height: 0.88rem !important;
-  font-weight: 400 !important;
-  margin: 0.75rem 0 0;
-  text-align: left !important;
-}
-
-.input-field-box:has(.v-field--focused) .ico-cancel {
-  display: block;
-}
-
-.custom-check.v-input {
-  padding: 0;
-  margin: 0;
-  cursor: pointer;
-}
-.custom-check.v-input.v-input--is-disabled {
-  opacity: 0.5;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  min-width: 1rem;
-  width: 1rem;
-  height: 1rem;
-  border: 0;
-  background: url("../img/ico_chk_off.svg") no-repeat center;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-checkbox-marked {
-  background-image: url("../img/ico_chk_on.svg");
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-label {
-  height: auto;
-  padding-left: 0.94rem;
-  margin: 0;
-  font-size: 0.81rem;
-  font-weight: 400;
-  color: #333;
-  opacity: 1;
-}
-.custom-check.v-input.type2 .v-input__control .v-selection-control .v-label span {
-  padding-left: 0.19rem;
-  font-weight: 700;
-  color: #007AFF;
-}
-.custom-check.v-input .v-input__control .v-selection-control {
-  min-height: auto;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input {
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input:before {
-  display: none;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  min-width: 1rem;
-  width: 1rem;
-  height: 1rem;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon:before {
-  display: none;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-checkbox-marked {
-  background: url("../img/ico_chk.svg") no-repeat center/100%;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-selection-control__wrapper .v-selection-control__input .v-ripple__container {
-  display: none !important;
-  background: transparent !important;
-}
-.custom-check.v-input .v-input__control .v-selection-control .v-label {
-  height: auto;
-  margin-left: 0.63rem;
-  font-size: 0.81rem;
-  font-weight: 400;
-  color: #000;
-  opacity: 1;
-}
-
-.custom-radio.v-input {
-  padding: 0;
-  margin: 0;
-}
-.custom-radio.v-input.v-input--radio-group--column .v-input--radio-group__input .v-radio {
-  margin-bottom: 0;
-}
-.custom-radio.v-input.picker-terms {
-  height: 2.25rem;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group {
-  gap: 0.2604166667vw;
-  flex-wrap: nowrap;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio {
-  position: relative;
-  margin: 0;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_n .v-label {
-  width: 4.53125vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_h .v-label {
-  width: 3.6458333333vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_d .v-label {
-  width: 3.59375vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.radio_w .v-label {
-  width: 3.75vw;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  display: none;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio .v-label {
-  justify-content: center;
-  padding: 0;
-  height: 2.25rem;
-  margin: 0;
-  border: 0.06rem solid #BACBDE;
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #56779B;
-  background: #fff;
-}
-.custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.v-selection-control--dirty .v-label {
-  color: #007AFF;
-  font-weight: 700;
-  border-color: #007AFF;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio {
-  margin-right: 1.88rem;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio:last-of-type {
-  margin-right: 0;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  width: 1.06rem;
-  height: 1.06rem;
-  min-width: 1.06rem;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 1.06rem;
-  height: 1.06rem;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  width: 1.06rem;
-  height: 1.06rem;
-  min-width: 1.06rem;
-  border-color: #C0C0C0;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #007AFF;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-  background: #007AFF;
-}
-.custom-radio.v-input.type2 .v-input__control .v-selection-control-group .v-radio .v-label {
-  padding-left: 0.75rem;
-  margin: 0;
-  color: #333;
-  font-size: 0.75rem;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio {
-  margin-right: 1.25rem;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio:last-of-type {
-  margin-right: 0;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  min-width: 0.94rem;
-  width: 0.94rem;
-  height: 0.94rem;
-  opacity: 1;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input {
-  width: 0.94rem;
-  height: 0.94rem;
-  border-radius: 0;
-  opacity: 1;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input:before {
-  display: none;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon {
-  min-width: 0.94rem;
-  width: 0.94rem;
-  height: 0.94rem;
-  border-radius: 100%;
-  border: 0.06rem solid #9B9B9B;
-  opacity: 1;
-  position: relative;
-  background: #fff;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon:before {
-  display: none;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-icon.mdi-radiobox-marked {
-  border-color: #064F9E;
-  box-shadow: inset 0 0 0 0.13rem #fff;
-  background: #064f9e;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-selection-control__wrapper .v-selection-control__input .v-ripple__container {
-  display: none !important;
-  background: transparent !important;
-}
-.custom-radio.v-input .v-input__control .v-selection-control-group .v-radio .v-label {
-  margin-left: 0.63rem;
-  color: #000;
-  font-size: 0.81rem;
-  font-weight: 400;
-  opacity: 1;
-}
-.custom-radio.v-input .v-input__details {
-  display: none;
-}
-
-.custom-btn.v-btn.v-btn--density-default {
-  width: 100%;
-  height: 3.63rem;
-  border-radius: 0;
-  box-shadow: none;
-  padding: 0 0.63rem;
-}
-.custom-btn.v-btn.v-btn--density-default:hover {
-  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.15);
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue {
-  background: #064F9E;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue .v-btn__content {
-  color: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue2 {
-  background: #007AFF;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue2.v-btn--disabled {
-  background: #C5CDD4 !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue2 .v-btn__content {
-  color: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue-bor {
-  background: transparent;
-  border: 0.06rem solid rgba(3, 78, 162, 0.5);
-}
-.custom-btn.v-btn.v-btn--density-default.btn-blue-bor .v-btn__content {
-  color: #034EA2;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-white {
-  border: 0.06rem solid #DFE7EF;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content {
-  color: #9DA9B6;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-reg {
-  background: #007AFF;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-reg .v-btn__content {
-  color: #fff;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-reg .v-btn__content .ico {
-  width: 18px;
-  height: 18px;
-  margin-right: 0.37rem;
-  background-image: url("../img/ico_reg.svg");
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray {
-  border: 0.06rem solid #DFE4EA;
-  background: #F4F6F9;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray.v-btn--disabled {
-  background: #fff !important;
-  border-color: #BDC5CE !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray.v-btn--disabled .v-btn__content {
-  color: #6E7E8F !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray .v-btn__content {
-  color: #9DAAB8;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-black {
-  background: #5A6571;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-black .v-btn__content {
-  color: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor {
-  border: 0.06rem solid #BDC5CE;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor .v-btn__content {
-  color: #6E7E8F;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 {
-  border: 0.06rem solid #BDC5CE;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled {
-  background: #F4F6F9 !important;
-  border-color: #DFE4EA !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2.v-btn--disabled .v-btn__content {
-  color: #9DAAB8 !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor2 .v-btn__content {
-  color: #5A6571;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor3 {
-  border: 0.06rem solid #8F8F8F;
-  background: #fff;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-gray-bor3 .v-btn__content {
-  color: #333333;
-}
-.custom-btn.v-btn.v-btn--density-default.v-btn--disabled {
-  background: #B3BFCD !important;
-}
-.custom-btn.v-btn.v-btn--density-default.v-btn--disabled .v-btn__content {
-  color: #fff !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel {
-  width: 8.25rem;
-  border: 0.06rem solid #98CC9B;
-  height: 2.25rem;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled {
-  background-color: #F4F6F9 !important;
-  border-color: #DFE4EA !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .ico {
-  background-image: url("../img/ico_excel_d.svg") !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content {
-  color: #9DAAB8 !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.up {
-  border-color: #93C7FF;
-  width: 7.5rem;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.up .ico {
-  background-image: url("../img/ico_excel2.svg") !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel.up .v-btn__content {
-  color: #007AFF !important;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  margin-right: 0.63rem;
-  background: url("../img/ico_excel.svg") no-repeat center/100%;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-excel .v-btn__content {
-  color: #19791E;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-password {
-  background: #034EA2;
-  height: 1.81rem;
-  width: 6.88rem;
-}
-.custom-btn.v-btn.v-btn--density-default.btn-password .v-btn__content {
-  color: #FFFFFF;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.mini {
-  width: 84px;
-  height: 2.25rem;
-  padding: 0 2.31rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mini .v-btn__content {
-  font-size: 0.75rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mini2 {
-  height: 2.5rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mini2 .v-btn__content {
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-btn.v-btn.v-btn--density-default.mid {
-  height: 2.25rem;
-}
-.custom-btn.v-btn.v-btn--density-default.mid .v-btn__content {
-  font-size: 0.75rem;
-}
-.custom-btn.v-btn.v-btn--density-default .v-btn__overlay {
-  display: none;
-}
-.custom-btn.v-btn.v-btn--density-default .v-btn__underlay {
-  display: none;
-}
-.custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.94rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-  text-transform: none;
-}
-
-.custom-dialog {
-  background: #fff;
-}
-.custom-dialog.alert .v-common-dialog-content {
-  padding: 2.5rem 1.56rem 2.19rem 1.56rem;
-}
-.custom-dialog.alert .v-common-dialog-content .alert-txt {
-  text-align: left;
-  color: #222222;
-  font-size: 0.88rem;
-  font-weight: 400;
-  line-height: 1.63rem;
-}
-.custom-dialog.alert .btn-wrap {
-  padding-top: 0;
-}
-.custom-dialog.certify .modal-tit {
-  position: relative;
-  padding: 0;
-  height: auto;
-  border: 0;
-}
-.custom-dialog.certify .modal-tit .btn-close {
-  position: absolute;
-  right: 0.94rem;
-  top: 0.94rem;
-}
-.custom-dialog.certify .v-common-dialog-content {
-  padding-top: 2.81rem;
-  overflow: hidden;
-}
-.custom-dialog.certify .btn-wrap {
-  padding-bottom: 2.81rem;
-}
-.custom-dialog.certify .btn-wrap .custom-btn {
-  height: 2.63rem;
-}
-.custom-dialog .modal-tit {
-  display: flex;
-  align-items: center;
-  height: 3.63rem;
-  border-bottom: 0.06rem solid #EEEEEE;
-  padding: 0 1.25rem 0 1.56rem;
-}
-.custom-dialog .modal-tit strong {
-  color: #034EA2;
-  font-size: 0.81rem;
-  font-weight: 600;
-  display: block;
-}
-.custom-dialog .modal-tit .btn-close {
-  width: 1.5rem;
-  height: 1.5rem;
-  margin-left: auto;
-  background: url("../img/ico_pop_close.svg") no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content {
-  padding: 1.56rem 1.56rem 0 1.56rem;
-  max-height: calc(100vh - 18.33rem);
-  overflow-y: auto;
-}
-.custom-dialog .v-common-dialog-content:has(.dialog-tree) {
-  overflow-y: hidden;
-}
-.custom-dialog .v-common-dialog-content .find-pwd p {
-  color: #222;
-  display: block;
-  font-weight: 400;
-  font-size: 0.88rem;
-  margin-bottom: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .txt-field-box {
-  margin-bottom: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .otp-box {
-  display: flex;
-  gap: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .otp-box .txt-field-box {
-  width: calc(100% - 6.82rem);
-  margin: 0;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .otp-box .btn-blue-bor {
-  width: 5.88rem;
-}
-.custom-dialog .v-common-dialog-content .find-pwd .txt-list {
-  padding-bottom: 1.25rem;
-  margin-top: 2.19rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg {
-  background: url("../img/bg_otp_reg.png") no-repeat right top/16.69rem auto;
-  margin-top: -1.56rem;
-  padding-top: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg.bg-not {
-  background: none;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box {
-  margin-top: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box:first-of-type {
-  margin-top: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-box-tit {
-  display: block;
-  color: #000;
-  font-size: 0.94rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-  margin-bottom: 1.13rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .txt-list {
-  padding-bottom: 0.63rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step {
-  margin-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul {
-  display: flex;
-  justify-content: space-between;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li {
-  width: 4.69rem;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li:after {
-  content: "";
-  width: 1.25rem;
-  height: 1.25rem;
-  right: -2.25rem;
-  top: 1.56rem;
-  position: absolute;
-  background: url("../img/ico_step_arr.svg") no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li:last-of-type:after {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico {
-  background: #F7F7F7 no-repeat center/1.25rem;
-  height: 4.69rem;
-  width: 4.69rem;
-  border-radius: 100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico1 {
-  background-image: url("../img/ico_otp_step1.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico2 {
-  background-image: url("../img/ico_otp_step2.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico3 {
-  background-image: url("../img/ico_otp_step3.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico4 {
-  background-image: url("../img/ico_otp_step4.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .ico.ico5 {
-  background-image: url("../img/ico_otp_step5.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li .numbering {
-  background: #034EA2;
-  border-radius: 100%;
-  height: 1.25rem;
-  width: 2.31rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  margin-top: -0.63rem;
-  color: #fff;
-  font-size: 0.63rem;
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-reg-step ul li p {
-  text-align: center;
-  color: #333;
-  font-size: 0.81rem;
-  letter-spacing: -0.02rem;
-  margin-top: 0.63rem;
-  line-height: 1rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify {
-  background: #F8F8F8;
-  border: 0.06rem solid #EBEBEB;
-  padding: 1.88rem 0;
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo {
-  margin-bottom: 1.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo span {
-  display: block;
-  height: 0.81rem;
-  width: 100%;
-  font-size: 0;
-  background: url("../img/logo_login.svg") no-repeat center/auto 0.81rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .certify-logo p {
-  margin-top: 0.38rem;
-  font-weight: 400;
-  text-align: center;
-  color: #333;
-  font-size: 0.88rem;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .txt-field-box {
-  width: 18.75rem;
-  margin-bottom: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .error-txt {
-  margin-top: 0.25rem;
-  width: 18.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-input.v-text-field.mini {
-  min-height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-input.v-text-field.mini .v-input__control {
-  height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  height: 2.5rem;
-  min-height: 2.5rem;
-  font-size: 0.81rem;
-  border: 0.06rem solid #E4E4E4;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn {
-  width: 18.75rem;
-  margin-top: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-certify .custom-btn .v-btn__content {
-  font-weight: 700;
-  font-size: 0.81rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-box .otp-chk {
-  margin-top: 1.63rem;
-  padding-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-txt {
-  line-height: 0.94rem;
-  color: #000;
-  font-size: 0.94rem;
-  font-weight: 600;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-txt.type2 {
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step {
-  margin-top: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box {
-  margin-bottom: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box:last-of-type {
-  margin-bottom: 0;
-  padding-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.06rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit .num {
-  width: 3.75rem;
-  height: 1.69rem;
-  border-radius: 6.25rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-weight: 600;
-  font-size: 0.69rem;
-  margin-right: 0.81rem;
-  background: #0078FF;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .tit strong {
-  color: #000;
-  font-size: 0.81rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download {
-  display: flex;
-  background: #F8F8F8;
-  border: 0.06rem solid #EBEBEB;
-  padding: 1.25rem 0;
-  margin-bottom: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 100%;
-  gap: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store button {
-  width: 8.81rem;
-  height: 2.5rem;
-  font-size: 0;
-  background: no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store button.btn-google {
-  background-image: url("../img/btn_goolge_play.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .store button.btn-app {
-  background-image: url("../img/btn_app_store.svg");
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .qr {
-  padding: 0 2.38rem;
-  display: flex;
-  flex-shrink: 0;
-  height: 4.38rem;
-  align-items: center;
-  border-left: 0.06rem solid #DCDCDC;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .qr .img {
-  width: 3.75rem;
-  height: 3.75rem;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .app-download .qr .img img {
-  width: 100%;
-  height: 100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box {
-  padding: 1.25rem 2.5rem;
-  display: flex;
-  margin-bottom: 1.56rem;
-  align-items: center;
-  background: #F8F8F8;
-  border: 0.06rem solid #EBEBEB;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box .qr {
-  width: 3.75rem;
-  height: 3.75rem;
-  flex-shrink: 0;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box .qr img {
-  width: 100%;
-  height: 100%;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box p {
-  margin-left: 3.44rem;
-  color: #000;
-  font-size: 0.88rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .key-box p span {
-  font-weight: 700;
-}
-.custom-dialog .v-common-dialog-content .otp-reg .otp-set-step .otp-set-box .set-in .txt-field-box {
-  margin-top: 1.56rem;
-}
-.custom-dialog .v-common-dialog-content .certify-y .ico {
-  display: block;
-  margin: 0 auto;
-  width: 4.38rem;
-  height: 4.38rem;
-  background: #E9EBEE url("../img/ico_certify_y.svg") no-repeat center/2.25rem;
-  border-radius: 100%;
-}
-.custom-dialog .v-common-dialog-content .certify-y .certify-txt {
-  text-align: center;
-  font-weight: 400;
-  font-size: 1rem;
-  margin-top: 1.25rem;
-  color: #222222;
-}
-.custom-dialog .v-common-dialog-content .certify-y .certify-txt span {
-  font-weight: 700;
-  color: #034EA2;
-}
-.custom-dialog .v-common-dialog-content .info-mod {
-  padding-bottom: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .info-mod .mod-txt {
-  color: #222;
-  font-size: 0.88rem;
-  font-weight: 400;
-  margin-bottom: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step {
-  display: flex;
-  gap: 3.38rem;
-  flex-direction: column;
-  padding-bottom: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box {
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box:before {
-  position: absolute;
-  width: 1.5rem;
-  height: 1.5rem;
-  bottom: -2.44rem;
-  left: 50%;
-  transform: translateX(-50%);
-  background: url("../img/ico_step_arr2.svg") no-repeat center/100%;
-  content: "";
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box:last-of-type:before {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-top {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.06rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-top .step {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 3.75rem;
-  height: 1.69rem;
-  border-radius: 6.25rem;
-  color: #fff;
-  margin-right: 0.81rem;
-  font-size: 0.69rem;
-  font-weight: 600;
-  background: #0078FF;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-top strong {
-  color: #000;
-  font-weight: 700;
-  font-size: 0.88rem;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box {
-  background: #F8F8F8;
-  border: 0.06rem solid #ebebeb;
-  display: flex;
-  padding: 1.25rem 0;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 {
-  flex-direction: column;
-  padding: 1.81rem 2.44rem 1.5rem 2.44rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 p {
-  text-align: center;
-  color: #444444;
-  font-size: 0.81rem;
-  letter-spacing: -0.02rem;
-  font-weight: 400;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 p.txt2 {
-  margin-top: 0.56rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box.type2 p span {
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  width: 3.75rem;
-  height: 1.69rem;
-  border-radius: 6.25rem;
-  color: #fff;
-  margin: 0 0.5rem;
-  font-size: 0.69rem;
-  font-weight: 600;
-  background: #0078FF;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-txt {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 100%;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-txt p {
-  display: inline-block;
-  text-align: left;
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-  letter-spacing: -0.02rem;
-  line-height: 1.63rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area {
-  padding: 0.88rem 1.81rem;
-  margin-left: auto;
-  flex-shrink: 0;
-  border-left: 0.06rem solid #DCDCDC;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area .custom-btn.btn-download {
-  width: 8.75rem;
-  height: 2.5rem;
-  min-height: 2.5rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area .custom-btn.btn-download .ico {
-  width: 1rem;
-  height: 1rem;
-  background: url("../img/ico_download.svg") no-repeat center/100%;
-  margin-left: 0.94rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .download-area .custom-btn.btn-download .v-btn__content {
-  font-size: 0.81rem;
-  font-weight: 700;
-  letter-spacing: -0.02rem;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file {
-  margin-top: 1.56rem;
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input {
-  position: relative;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__prepend {
-  grid-area: none;
-  margin: 0;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__prepend .v-icon {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control {
-  background: transparent;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field {
-  height: 2.25rem;
-  padding: 0;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__overlay {
-  background: transparent;
-  opacity: 1;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field {
-  height: 2.25rem;
-  padding-right: 6.88rem;
-  position: relative;
-  cursor: pointer;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field .v-label {
-  width: 100%;
-  height: 100%;
-  width: 6.25rem;
-  overflow: visible !important;
-  margin: 0 !important;
-  position: absolute;
-  right: 0;
-  top: 0;
-  display: none;
-  transform: none;
-  contain: none;
-  cursor: pointer;
-  transition: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field .v-label.v-field-label--floating {
-  display: block !important;
-  visibility: visible !important;
-  opacity: 1 !important;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field .v-field__input {
-  height: 2.25rem;
-  min-height: 2.25rem;
-  padding: 0 0.94rem;
-  color: #444444;
-  font-size: 0.75rem;
-  font-weight: 400;
-  border: 0.06rem solid #E0E0E0;
-  background: #fff;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__field input {
-  cursor: pointer;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__clearable {
-  position: absolute;
-  right: 7.31rem;
-  top: 50%;
-  transform: translateY(-50%);
-  z-index: 5;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .v-file-input .v-input__control .v-field__outline {
-  display: none;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .step-bg-box .add-file .btn-file {
-  width: 100px;
-  height: 2.25rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  background: #f8f8f8;
-  border: 0.06rem solid rgba(3, 78, 162, 0.3);
-  color: #034EA2;
-  font-weight: 700;
-  font-size: 0.81rem;
-  letter-spacing: -0.02rem;
-  cursor: pointer;
-}
-.custom-dialog .v-common-dialog-content .excel-step .excel-step-box .excel-step-btm .tbl-wrap .custom-table.v-table .v-table__wrapper {
-  max-height: 18.1481481481vh;
-  min-height: auto;
-  height: auto;
-}
-.custom-dialog .v-common-dialog-content .backup-name-dns {
-  display: flex;
-  align-items: flex-start;
-  justify-content: flex-start;
-  flex-direction: column;
-  margin-bottom: 1.25rem;
-  gap: 0.875rem;
-}
-.custom-dialog .v-common-dialog-content .backup-name-dns strong {
-  color: #222222;
-  font-weight: 700;
-  font-size: 0.88rem;
-  flex-shrink: 0;
-}
-.custom-dialog .v-common-dialog-content .backup-name-dns p {
-  color: #222222;
-  font-weight: 700;
-  font-size: 0.88rem;
-  flex-shrink: 0;
-}
-.custom-dialog .v-common-dialog-content .notice-img {
-  border: 0.06rem solid #D0E7FF;
-  display: flex;
-  align-items: center;
-  padding: 1.19rem 1.88rem;
-  margin-bottom: 2.19rem;
-  background: #E4F1FF url("../img/bg_popup.svg") no-repeat center top/100% auto;
-}
-.custom-dialog .v-common-dialog-content .notice-img .ico {
-  width: 5.13rem;
-  height: 5.13rem;
-  background: url("../img/img_popup.svg") no-repeat center/100%;
-}
-.custom-dialog .v-common-dialog-content .notice-img .notice-info {
-  padding-left: 1.88rem;
-}
-.custom-dialog .v-common-dialog-content .notice-img .notice-info strong {
-  color: #111;
-  font-size: 1.13rem;
-  font-weight: 700;
-  line-height: 1.13rem;
-  display: block;
-  text-align: left;
-  letter-spacing: -0.01rem;
-  margin-bottom: 1.38rem;
-}
-.custom-dialog .v-common-dialog-content .notice-img .notice-info p {
-  color: #555555;
-  font-size: 0.88rem;
-  font-weight: 400;
-  text-align: left;
-  letter-spacing: -0.01rem;
-}
-.custom-dialog .v-common-dialog-content .notice-txt {
-  padding-bottom: 1.25rem;
-  word-break: break-all;
-  color: #333;
-  font-size: 0.88rem;
-  letter-spacing: -0.02rem;
-  line-height: 1.25rem;
-}
-.custom-dialog .v-common-dialog-content .map-area {
-  height: 25rem;
-  border: 0.06rem solid #F7F8F9;
-  background: #FAFAFA;
-}
-.custom-dialog .v-common-dialog-content .map-address {
-  display: flex;
-  align-items: center;
-  padding: 0.63rem;
-  background: #FAFAFA;
-  border: 0.06rem solid #F7F8F9;
-  margin: 0.63rem 0 0;
-}
-.custom-dialog .v-common-dialog-content .map-address strong {
-  color: #111;
-  font-weight: 700;
-  flex-shrink: 0;
-  font-size: 0.88rem;
-}
-.custom-dialog .v-common-dialog-content .map-address p {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 600;
-  width: 100%;
-  padding-left: 0.5rem;
-}
-.custom-dialog .v-common-dialog-content .dialog-tree {
-  padding: 0.94rem 0.31rem 0.94rem 0.94rem;
-  border: 0.06rem solid #F7F8F9;
-}
-.custom-dialog .v-common-dialog-content .dialog-tree .tree-area {
-  max-height: calc(100vh - 25rem);
-}
-.custom-dialog .btn-wrap {
-  display: flex;
-  padding: 2.19rem 0 3.44rem;
-  justify-content: center;
-  gap: 0.69rem;
-}
-
-.custom-table.v-table {
-  position: relative;
-}
-.custom-table.v-table.backup-table .v-table__wrapper {
-  min-height: 196px;
-  height: 18.1481481481vh;
-}
-.custom-table.v-table .v-table__wrapper {
-  border-top: 0.06rem solid #CCCCCC;
-  height: 49.9074074074vh;
-  min-height: 539px;
-}
-.custom-table.v-table .v-table__wrapper table {
-  table-layout: fixed;
-}
-.custom-table.v-table .v-table__wrapper table thead tr th {
-  height: 47px;
-  padding: 1.3888888889vh 10px 1.2962962963vh;
-  background: #FAFAFA !important;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  box-shadow: none;
-  box-shadow: inset 0 -0.06rem 0 #EBEBEB !important;
-  vertical-align: middle;
-}
-.custom-table.v-table .v-table__wrapper table thead tr th .v-data-table-header__content {
-  justify-content: center;
-  text-align: center;
-}
-.custom-table.v-table .v-table__wrapper table thead tr th .v-data-table-header__content span {
-  margin-left: 1.13rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr.cursor td {
-  cursor: pointer;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr:hover td {
-  background: rgba(89, 146, 255, 0.12);
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td {
-  min-height: 49px;
-  height: 4.537037037vh;
-  padding: 0.63rem 0.63rem 0.56rem 0.63rem;
-  color: #222222;
-  text-align: center;
-  font-size: 0.75rem;
-  font-weight: 400;
-  vertical-align: middle;
-  border-bottom: 0.06rem solid #EBEBEB !important;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .ellipsis {
-  display: block;
-  width: 100%;
-  overflow: hidden;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  word-break: break-all;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .cusror {
-  cursor: pointer;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-session-end {
-  display: flex;
-  margin: 0 auto;
-  align-items: center;
-  justify-content: center;
-  width: 6.44rem;
-  height: 1.81rem;
-  border-radius: 6.25rem;
-  background: #2C3744;
-  padding: 0;
-  box-shadow: none;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-session-end .v-btn__content {
-  color: #fff;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: 0;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-session-end .v-btn__content .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  background: url("../img/ico_end.svg");
-  margin-right: 0.59rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .result-color {
-  display: flex;
-  width: 3.31rem;
-  height: 1.81rem;
-  margin: 0 auto;
-  border-radius: 6.25rem;
-  align-items: center;
-  justify-content: center;
-  color: #fff;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .result-color.type-blue {
-  background: #064F9E;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .result-color.type-red {
-  background: #FF2426;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state {
-  padding: 0 0.75rem;
-  display: inline-flex;
-  align-items: center;
-  font-size: 0.75rem;
-  height: 1.81rem;
-  border-radius: 6.25rem;
-  font-weight: 600;
-  border: 0.06rem solid;
-  background: #fff;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state1 {
-  border-color: rgba(0, 122, 255, 0.5);
-  color: #007AFF;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state1 .ico {
-  background-image: url("../img/ico_state1.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state2 {
-  border-color: rgba(255, 36, 38, 0.5);
-  color: #FF2426;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state2 .ico {
-  background-image: url("../img/ico_state2.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state3 {
-  border-color: rgba(255, 131, 0, 0.5);
-  color: #FF8300;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state.state3 .ico {
-  background-image: url("../img/ico_state3.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-state .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  background: no-repeat center/100%;
-  margin-right: 0.31rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup {
-  border: 0.06rem solid rgba(70, 118, 173, 0.4);
-  border-radius: 6.25rem;
-  height: 1.81rem;
-  display: inline-flex;
-  margin: 0 auto;
-  align-items: center;
-  padding: 0 0.75rem;
-  letter-spacing: 0;
-  box-shadow: none;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content {
-  color: #487EBD;
-  font-size: 0.75rem;
-  font-weight: 600;
-  letter-spacing: 0;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  background: no-repeat center/100%;
-  margin-right: 0.31rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico1 {
-  background-image: url("../img/ico_backup1.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico2 {
-  background-image: url("../img/ico_backup2.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico3 {
-  background-image: url("../img/ico_backup3.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .btn-backup .v-btn__content .ico.ico4 {
-  background-image: url("../img/ico_backup4.svg");
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn {
-  width: 100%;
-  justify-content: center;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select {
-  width: 8.63rem;
-  flex: none;
-  height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field {
-  height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field .v-field__field {
-  height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field .v-field__field .v-field__input {
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-select .v-input__control .v-field .v-field__field .v-field__input .v-btn__content {
-  color: #6E7E8F;
-}
-.custom-table.v-table .v-table__wrapper table tbody tr td .input-wrap.slt-btn .custom-btn {
-  padding: 0;
-  min-width: 2.94rem;
-  width: 2.94rem;
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-selection-control__input::before {
-  display: none;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon {
-  opacity: 1;
-  width: 1.06rem;
-  min-width: 1.06rem;
-  height: 1.06rem;
-  background: no-repeat center/100%;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon::before {
-  display: none;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-checkbox-blank-outline {
-  background-image: url("../img/ico_chk_off.svg");
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-checkbox-marked {
-  background-image: url("../img/ico_chk_on.svg");
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-minus-box {
-  background: #007AFF;
-  position: relative;
-  overflow: hidden;
-  width: 1.06rem;
-  height: 1.06rem;
-  min-width: 1.06rem;
-  border-radius: 0.31rem;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-icon.mdi-minus-box:before {
-  display: block;
-  color: #007AFF;
-  width: 1.06rem;
-  height: 1.06rem;
-  font-size: 1.44rem;
-  position: absolute;
-  top: -0.19rem;
-  left: -0.19rem;
-  border: 0;
-  background: #fff;
-}
-.custom-table.v-table .v-table__wrapper table .chk-first .v-ripple__container {
-  display: none;
-}
-.custom-table.v-table .v-data-table-footer,
-.custom-table.v-table .v-divider {
-  display: none;
-}
-.custom-table.v-table .tbl-no-data {
-  min-height: 5rem;
-  padding: 0.63rem 0;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-}
-.custom-table.v-table .tbl-no-data .ico-excel {
-  width: 2.5rem;
-  height: 2.5rem;
-  display: inline-block;
-  background: url("../img/ico_not_excel.svg") no-repeat center/100%;
-  margin-bottom: 0.63rem;
-}
-.custom-table.v-table .tbl-no-data p {
-  text-align: center;
-  color: #333333;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-
-.connect-state {
-  display: flex;
-  margin: 0 auto;
-  align-items: center;
-  width: 8.38rem;
-  height: 1.81rem;
-  border-radius: 6.25rem;
-  padding: 0 0.88rem;
-  font-weight: 600;
-  font-size: 0.75rem;
-  color: #2D8CFA;
-  border: 0.06rem solid #2D8CFA;
-  background: #fff;
-}
-.connect-state.state-red {
-  border-color: #FFBABB;
-  color: #FF2426;
-}
-.connect-state.state-red .cir {
-  background: #FF2426;
-}
-.connect-state .cir {
-  width: 0.69rem;
-  height: 0.69rem;
-  border-radius: 100%;
-  margin-right: auto;
-  background: #2D8CFA;
-}
-
-.severity-type {
-  width: 4.56rem;
-  display: inline-flex;
-  align-items: center;
-  justify-content: center;
-  height: 1.81rem;
-  color: #fff;
-  font-size: 0.63rem;
-  font-weight: 600;
-}
-.severity-type.type-critical {
-  background: #FF2426;
-}
-.severity-type.type-major {
-  background: #FF7236;
-}
-.severity-type.type-minor {
-  background: #FFB800;
-}
-.severity-type.type-warning {
-  background: #C10002;
-}
-.severity-type.type-normal {
-  background: #064F9E;
-}
-.severity-type.type-not {
-  color: #222222;
-  font-weight: 400;
-}
-
-.custom-select.v-input.not-detail .v-input__details {
-  display: none;
-}
-.custom-select.v-input.v-select--selected .v-input__control .v-field .v-field__field .v-label {
-  display: none;
-}
-.custom-select.v-input.v-input--error .v-input__control .v-field .v-field__outline {
-  border-color: #FF4C6D !important;
-}
-.custom-select.v-input.v-input--error .v-input__details {
-  display: block;
-  width: 100%;
-  padding: 0.38rem 0.63rem 0 0.63rem;
-}
-.custom-select.v-input.v-input--error .v-input__details .v-messages {
-  color: #FF4C6D;
-  text-align: left;
-}
-.custom-select.v-input .v-input__control .v-field {
-  height: 2.25rem;
-  padding-right: 0;
-  background: #fff;
-}
-.custom-select.v-input .v-input__control .v-field.v-field--active .v-label {
-  visibility: visible;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__overlay {
-  display: none;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field {
-  height: 2.25rem;
-  padding-left: 0.94rem;
-  overflow: hidden;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field .v-label {
-  display: flex;
-  align-items: center;
-  position: static !important;
-  top: 0 !important;
-  height: 2.25rem;
-  font-size: 0.75rem;
-  color: #444444;
-  font-weight: 400;
-  margin: 0;
-  width: 100%;
-  opacity: 1;
-  min-width: 100%;
-  letter-spacing: 0;
-  transition: none !important;
-  transform: none !important;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input {
-  padding: 0;
-  height: 2.25rem;
-  min-height: 2.25rem;
-  opacity: 1;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon {
-  width: 0.75rem;
-  height: 0.75rem;
-  margin-right: 0.88rem;
-  min-width: 0.75rem;
-  background: url("/assets/img/ico_slt.svg") no-repeat center/100%;
-  opacity: 1;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon:before {
-  display: none;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__outline {
-  border-radius: 0;
-  border: 0.06rem solid #E0E0E0;
-}
-.custom-select.v-input .v-input__control .v-field .v-field__outline > div {
-  display: none;
-}
-.custom-select.v-input .v-input__details {
-  display: none;
-}
-
-.custom-textarea.v-textarea .v-input__control {
-  border: 0.06rem solid #E0E0E0;
-  border-radius: 0;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__overlay {
-  background: transparent;
-  opacity: 1;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__field .v-field__input {
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #444;
-  letter-spacing: 0;
-  padding: 0.94rem;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__field .v-field__input::-moz-placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__field .v-field__input::placeholder {
-  color: #AAAAAA;
-  opacity: 1;
-}
-.custom-textarea.v-textarea .v-input__control .v-field .v-field__outline {
-  display: none;
-}
-.custom-textarea.v-textarea .v-input__details {
-  display: none;
-}
-
-.v-menu {
-  border-radius: 0 !important;
-  box-shadow: none;
-}
-.v-menu > .v-overlay__content {
-  border-radius: 0 !important;
-  box-shadow: none;
-  background: transparent;
-}
-.v-menu .v-list {
-  border: 0.06rem solid #E0E0E0;
-  padding: 0;
-  margin-top: 0.06rem;
-  box-shadow: none;
-  overflow: hidden;
-  background: #fff;
-}
-.v-menu .v-list .v-list-item {
-  background: none;
-  min-height: 2.25rem;
-  padding: 0.38rem;
-  border-radius: 0;
-}
-.v-menu .v-list .v-list-item .v-list-item-title {
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-
-.calendar-wrap {
-  display: flex;
-  align-items: center;
-  margin-left: 1.09375vw;
-}
-.calendar-wrap .text {
-  padding: 0 0.5208333333vw;
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-
-.calendar .dp__input_wrap {
-  position: relative;
-}
-.calendar .dp__input_wrap:before {
-  content: "";
-  position: absolute;
-  right: 0.94rem;
-  top: 0.63rem;
-  width: 1rem;
-  height: 1rem;
-  background: url("/assets/img/ico_calendar.svg") no-repeat center/100%;
-}
-.calendar .dp__input_wrap .dp__input {
-  width: 9.9479166667vw;
-  padding: 0 2.56rem 0 0.94rem;
-  height: 2.25rem;
-  border: 0.06rem solid #E0E0E0 !important;
-  color: #444;
-  font-weight: 400;
-  font-size: 0.75rem;
-  border-radius: 0;
-}
-.calendar .dp__input_wrap .dp__input:hover {
-  border-color: #E0E0E0;
-}
-.calendar .dp__input_wrap .dp__input::-moz-placeholder {
-  color: #444;
-  font-weight: 400;
-  opacity: 1;
-}
-.calendar .dp__input_wrap .dp__input::placeholder {
-  color: #444;
-  font-weight: 400;
-  opacity: 1;
-}
-.calendar .dp__input_wrap .dp__icon {
-  display: none;
-}
-.calendar .dp--menu-wrapper {
-  width: 16.44rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner {
-  padding: 0.38rem 0.5rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp--year-select,
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__month_year_select {
-  height: 2.19rem;
-  font-size: 1rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_header_item {
-  height: 2.19rem;
-  width: 2.19rem;
-  padding: 0.31rem;
-  font-size: 1rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_header_separator {
-  height: 0.06rem;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_row {
-  margin: 0.31rem 0;
-}
-.calendar .dp--menu-wrapper .dp__menu_inner .dp__calendar_row .dp__cell_inner {
-  height: 2.19rem;
-  width: 2.19rem;
-  padding: 0.31rem;
-  border-width: 0.06rem;
-  font-size: 1rem;
-}
-.calendar .dp--menu-wrapper .dp__action_row .dp__selection_preview {
-  display: none;
-}
-.calendar .dp--menu-wrapper .dp__action_buttons {
-  gap: 0.5rem;
-}
-.calendar .dp--menu-wrapper .dp__action_button {
-  border-width: 0.06rem;
-  padding: 0.38rem;
-  margin: 0;
-  height: 1.38rem;
-  font-size: 0.81rem;
-}
-.calendar .dp--menu-wrapper .dp__time_col_sec {
-  padding: 0 0.63rem;
-}
-.calendar .dp--menu-wrapper .dp__time_col_block {
-  font-size: 2rem;
-}
-.calendar .dp--menu-wrapper .dp__inc_dec_button {
-  padding: 0.31rem;
-  height: 2rem;
-  width: 2rem;
-}
-.calendar .dp--menu-wrapper .dp__time_display_block {
-  padding: 0 0.19rem;
-}
-.calendar .dp--menu-wrapper .dp__button {
-  padding: 0.63em;
-}
-.calendar .dp--menu-wrapper .dp__overlay_cell_pad {
-  padding: 0.63em 0;
-}
-.calendar .dp--menu-wrapper .dp__overlay_col {
-  padding: 0.19rem;
-}
-.calendar .dp--menu-wrapper .dp__overlay_container {
-  height: 18rem;
-}
-
-.pagination-wrapper {
-  margin-top: 1.88rem;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
-.pagination-wrapper .pagination-btn {
-  min-width: 1.75rem;
-  height: 1.75rem !important;
-  background-repeat: no-repeat !important;
-  background-color: transparent !important;
-  background-position: center !important;
-  background-size: 100%;
-  padding: 0;
-  box-shadow: none !important;
-  flex-shrink: 0;
-}
-.pagination-wrapper .pagination-btn.prev1 {
-  margin: 0 0.63rem 0 0.31rem;
-  background-image: url("/assets/img/ico_paging_prev1.svg");
-}
-.pagination-wrapper .pagination-btn.prev2 {
-  background-image: url("/assets/img/ico_paging_prev2.svg");
-}
-.pagination-wrapper .pagination-btn.next1 {
-  margin: 0 0.31rem 0 0.63rem;
-  background-image: url("/assets/img/ico_paging_next1.svg");
-}
-.pagination-wrapper .pagination-btn.next2 {
-  background-image: url("/assets/img/ico_paging_next2.svg");
-}
-.pagination-wrapper .pagination-btn.number {
-  background-color: #fff;
-  border-radius: 100%;
-}
-.pagination-wrapper .pagination-btn.more {
-  background-image: url("../img/ico_paging_more.svg");
-}
-.pagination-wrapper .pagination-btn.on {
-  background: #007AFF !important;
-}
-.pagination-wrapper .pagination-btn.on .v-btn__content {
-  color: #fff;
-  font-weight: 700;
-}
-.pagination-wrapper .pagination-btn.v-btn--disabled {
-  opacity: 0.4;
-}
-.pagination-wrapper .pagination-btn .v-btn__overlay,
-.pagination-wrapper .pagination-btn .v-btn__underlay,
-.pagination-wrapper .pagination-btn .v-ripple__container {
-  display: none !important;
-}
-.pagination-wrapper .pagination-btn .v-btn__content {
-  color: #5A5A5A;
-  font-size: 0.75rem;
-  line-height: 0.75rem;
-  font-weight: 400;
-}
-.pagination-wrapper .page-go {
-  display: flex;
-  align-items: center;
-  overflow: hidden;
-  height: 2rem;
-  margin-left: 0.94rem;
-}
-.pagination-wrapper .page-go .custom-input.v-text-field.mini {
-  height: 2rem;
-  min-height: 2rem;
-}
-.pagination-wrapper .page-go .custom-input.v-text-field.mini .v-input__control {
-  height: 2rem;
-}
-.pagination-wrapper .page-go .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  height: 2rem;
-  min-height: 2rem;
-  border-right: 0;
-  border-radius: 0.63rem 0 0 0.63rem;
-  padding: 0 0.56rem;
-  color: #5a5a5a;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.pagination-wrapper .page-go button {
-  height: 2rem;
-  width: 2.81rem;
-  border-radius: 0 0.63rem 0.63rem 0;
-  border: 0.06rem solid #e8e8e8;
-  background: #f8f8f8;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #007AFF;
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-
-.txt-list li {
-  margin-bottom: 0.63rem;
-  position: relative;
-  padding-left: 1.06rem;
-  line-height: 1.13rem;
-  color: #444444;
-  font-size: 0.81rem;
-  font-weight: 400;
-  letter-spacing: -0.02rem;
-}
-.txt-list li:last-of-type {
-  margin-bottom: 0;
-}
-.txt-list li:before {
-  position: absolute;
-  width: 0.31rem;
-  height: 0.31rem;
-  left: 0;
-  top: 0.38rem;
-  background: #C0C0C0;
-  border-radius: 100%;
-  content: "";
-}
-.txt-list li p {
-  margin-top: 0.31rem;
-}
-
-.input-wrap {
-  display: flex;
-  gap: 0.63rem;
-  width: 100%;
-}
-.input-wrap .custom-input {
-  flex: inherit;
-}
-.input-wrap .custom-btn.v-btn.v-btn--density-default {
-  height: 2.25rem;
-}
-.input-wrap .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.75rem;
-  font-weight: 600;
-}
-.input-wrap .txt {
-  flex-shrink: 0;
-  font-size: 0.75rem;
-  font-weight: 400;
-  margin-right: 0.38rem;
-  height: 2.25rem;
-  line-height: 2.25rem;
-}
-.input-wrap .txt.long {
-  margin-left: 0.63rem;
-}
-
-.chk-wrap {
-  display: flex;
-  gap: 1.88rem;
-}
-.chk-wrap .custom-check {
-  flex: none;
-}
-
-.tbl-wrap .ag-root-wrapper {
-  border: 0;
-}
-.tbl-wrap .ag-root-wrapper .ag-header {
-  border-bottom-color: #EBEBEB;
-  border-top: 0.06rem solid #CCCCCC;
-}
-.tbl-wrap .ag-root-wrapper .ag-header-cell-text {
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  display: block;
-  width: 100%;
-  text-align: center;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row {
-  border-bottom: 0.06rem solid #EBEBEB;
-}
-.tbl-wrap .ag-root-wrapper .ag-center-cols-container .ag-row .ag-cell {
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 400;
-  display: block;
-  text-align: center;
-  border: 0;
-  padding-top: 0.63rem;
-  padding-bottom: 0.63rem;
-  line-height: normal;
-  display: flex;
-  justify-content: center;
-  align-items: center;
-}
-.tbl-wrap .ag-paging-panel {
-  border-top: 0;
-  height: auto;
-  padding-top: 1.88rem;
-  justify-content: center;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size {
-  margin: 0;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-label {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper {
-  border-radius: 0;
-  border: 1px solid #E0E0E0;
-  height: 36px;
-  padding: 0 0 0 0.94rem;
-  outline: 0;
-  cursor: pointer;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-display {
-  color: #444;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-icon .ag-icon {
-  width: 0.75rem;
-  height: 0.75rem;
-  margin-right: 0.88rem;
-  min-width: 0.75rem;
-  background: url("/assets/img/ico_slt.svg") no-repeat center/100%;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-icon .ag-icon:before, .tbl-wrap .ag-paging-panel .ag-paging-page-size .ag-picker-field .ag-picker-field-wrapper .ag-picker-field-icon .ag-icon:after {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-row-summary-panel {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel {
-  margin-right: 0;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button {
-  margin: 0;
-  border: 0;
-  outline: 0;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button.ag-disabled {
-  opacity: 0.4;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon {
-  width: 40px;
-  height: 40px;
-  background: no-repeat center/100%;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon:before, .tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon:after {
-  display: none;
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-first {
-  background-image: url("/assets/img/ico_paging_prev2.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-previous {
-  margin: 0 0.63rem 0 0.31rem;
-  background-image: url("/assets/img/ico_paging_prev1.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-next {
-  margin: 0 0.31rem 0 0.63rem;
-  background-image: url("/assets/img/ico_paging_next1.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-button .ag-icon.ag-icon-last {
-  background-image: url("/assets/img/ico_paging_next2.svg");
-}
-.tbl-wrap .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-description {
-  margin: 0;
-  font-size: 0.75rem;
-  color: #444;
-  font-weight: 400;
-}
-
-/* --- login --- */
-.login-wrap {
-  flex-direction: column;
-  position: relative;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 100%;
-  height: 100%;
-  padding: 3.63rem 0;
-  background: #F2F6FF;
-}
-.login-wrap .login-box {
-  display: flex;
-  height: 43.63rem;
-}
-.login-wrap .login-box .login-l {
-  flex-shrink: 0;
-  width: 39.94rem;
-  background: #064F9E url("../img/bg_login.svg") no-repeat center/100%;
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-  justify-content: center;
-}
-.login-wrap .login-box .login-l .login-l-center {
-  width: 15.63rem;
-  height: 13.13rem;
-  background: #fff;
-  display: flex;
-  align-items: center;
-  flex-direction: column;
-  justify-content: center;
-}
-.login-wrap .login-box .login-l .login-l-center .logo {
-  font-size: 0;
-  display: block;
-  height: 1.25rem;
-  width: 100%;
-  background: url("../img/logo_login.svg") no-repeat center/auto 100%;
-}
-.login-wrap .login-box .login-l .login-l-center p {
-  margin: 0.75rem 0 0;
-  text-align: center;
-  color: #333;
-  letter-spacing: -0.02rem;
-  font-size: 1.19rem;
-  line-height: 1.19rem;
-}
-.login-wrap .login-box .login-r {
-  width: 36.25rem;
-  background: #fff;
-  padding: 0 6.25rem;
-  display: flex;
-  flex-direction: column;
-  justify-content: center;
-}
-.login-wrap .login-box .login-r .tit-login {
-  display: flex;
-  justify-content: space-between;
-  align-items: center;
-  margin-bottom: 1.88rem;
-}
-.login-wrap .login-box .login-r .tit-login strong {
-  color: #333;
-  font-size: 1.38rem;
-  font-weight: 700;
-  line-height: 1.38rem;
-  display: block;
-}
-.login-wrap .login-box .login-r .tit-login .lang-set {
-  width: 6rem;
-}
-.login-wrap .login-box .login-r .tit-login .lang-set .custom-select {
-  width: 6rem;
-}
-.login-wrap .login-box .login-r .login-input-wrap {
-  width: 100%;
-}
-.login-wrap .login-box .login-r .login-input-wrap .txt-field-box:first-of-type {
-  margin-bottom: 0.63rem;
-}
-.login-wrap .login-box .login-r .login-radio {
-  margin-top: 1.25rem;
-}
-.login-wrap .login-box .login-r .login-otp {
-  display: flex;
-  gap: 0.63rem;
-  margin-top: 1.25rem;
-}
-.login-wrap .login-box .login-r .login-otp .txt-field-box {
-  width: 100%;
-}
-.login-wrap .login-box .login-r .login-otp .btn-blue-bor {
-  width: 8.31rem;
-  height: 3.63rem;
-  flex-shrink: 0;
-}
-.login-wrap .login-box .login-r .login-btn-wrap {
-  margin-top: 1.88rem;
-}
-.login-wrap .login-box .login-r .login-chk {
-  margin: 1.25rem 0 0;
-}
-.login-wrap .login-box .login-r .login-find {
-  display: flex;
-  align-items: center;
-  margin-top: 2.19rem;
-  padding-top: 2.19rem;
-  border-top: 0.06rem solid #EEEEEE;
-  justify-content: center;
-}
-.login-wrap .login-box .login-r .login-find button {
-  display: flex;
-  align-items: center;
-  font-size: 0.88rem;
-  font-weight: 400;
-  color: #333;
-}
-.login-wrap .login-box .login-r .login-find button.blue-color:after {
-  display: inline-block;
-  background: #E3E3E3;
-  width: 0.06rem;
-  height: 1rem;
-  content: "";
-  margin: 0 1rem;
-}
-.login-wrap .login-box .login-r .login-find button.blue-color {
-  color: #034EA2;
-}
-.login-wrap .login-footer {
-  position: fixed;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  width: 100%;
-  background: #fff;
-  display: flex;
-  justify-content: flex-end;
-  align-items: center;
-  height: 3.63rem;
-  padding: 0 1.88rem;
-}
-.login-wrap .login-footer p {
-  color: #333333;
-  opacity: 0.8;
-  font-size: 0.69rem;
-  font-weight: 400;
-}
-.login-wrap .login-footer .logo {
-  margin-left: 4.38rem;
-  width: 8.19rem;
-  height: 1.44rem;
-  background: url("../img/logo_foot.svg") no-repeat center/100%;
-  font-size: 0;
-}
-
-/* --- content --- */
-.content-tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.25rem;
-}
-.content-tit h2 {
-  color: #333333;
-  font-weight: 700;
-  font-size: 1.13rem;
-  letter-spacing: -0.01rem;
-}
-.content-tit > span {
-  color: #666666;
-  font-size: 0.88rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-  display: flex;
-  align-items: center;
-}
-.content-tit > span:before {
-  content: "";
-  margin: 0 0.94rem;
-  background: #ddd;
-  width: 0.06rem;
-  height: 1rem;
-}
-.content-tit .location {
-  margin-left: auto;
-  display: flex;
-  gap: 0.31rem;
-  align-items: center;
-}
-.content-tit .location span {
-  display: flex;
-  align-items: center;
-  color: #333;
-  font-size: 0.94rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-  line-height: 0.88rem;
-}
-.content-tit .location .home:before {
-  content: "";
-  margin-right: 0.63rem;
-  width: 0.88rem;
-  height: 0.88rem;
-  background: url("../img/ico_location_home.svg") no-repeat center/100%;
-}
-.content-tit .location .arr {
-  width: 0.88rem;
-  height: 0.88rem;
-  background: url("../img/ico_location_arr.svg") no-repeat center/100%;
-}
-.content-tit .location .now {
-  font-weight: 700;
-}
-
-.search-wrap {
-  background: #FAFAFA;
-  padding: 20px 1.5625vw 22px 1.5625vw;
-  display: flex;
-  margin-bottom: 1.56rem;
-}
-.search-wrap .search-line-wrap {
-  display: flex;
-  gap: 1.06rem;
-  flex-direction: column;
-}
-.search-wrap .search-line-wrap .search-line {
-  gap: 2.6041666667vw;
-  display: flex;
-}
-.search-wrap .search-line-wrap .search-line .search-box {
-  display: flex;
-}
-.search-wrap .search-line-wrap .search-line .search-box strong {
-  min-height: 2.25rem;
-  flex-shrink: 0;
-  display: flex;
-  color: #333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  align-items: center;
-}
-.search-wrap .search-line-wrap .search-line .search-box .search-box-in {
-  display: flex;
-}
-.search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio {
-  height: 1.13rem;
-  align-self: center;
-}
-.search-wrap .search-line-wrap .search-line .search-box .search-box-in .custom-radio.picker-terms {
-  height: 2.25rem;
-}
-.search-wrap .search-btn {
-  flex-shrink: 0;
-  width: 5.2083333333vw;
-  display: flex;
-  margin-left: auto;
-  flex-direction: column;
-  gap: 1.06rem;
-}
-.search-wrap .search-btn.row {
-  flex-direction: row;
-  width: auto;
-  gap: 0.5208333333vw;
-}
-.search-wrap .search-btn.row .custom-btn.v-btn.v-btn--density-default {
-  width: 5.2083333333vw;
-}
-.search-wrap .search-btn .custom-btn.v-btn.v-btn--density-default {
-  width: 100%;
-}
-
-.tbl-list-top {
-  display: flex;
-  align-items: flex-end;
-  justify-content: space-between;
-  margin-bottom: 0.8rem;
-}
-.tbl-list-top .total {
-  display: flex;
-  flex-direction: column;
-}
-.tbl-list-top .total .total-num {
-  display: flex;
-  align-items: center;
-}
-.tbl-list-top .total .total-num strong {
-  color: #333333;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.tbl-list-top .total .total-num strong span {
-  color: #007AFF;
-  font-weight: 700;
-}
-.tbl-list-top .total .total-num .total-slt {
-  display: flex;
-  align-items: center;
-}
-.tbl-list-top .total .total-num .total-slt:before {
-  content: "";
-  background: #C1C1C1;
-  width: 0.06rem;
-  height: 0.75rem;
-  margin: 0 0.94rem;
-  display: inline-block;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field {
-  height: 0.81rem;
-  background: transparent;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field {
-  height: 0.81rem;
-  overflow: visible;
-  padding: 0;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-label {
-  height: 0.81rem;
-  font-size: 0.81rem;
-  color: #333;
-  font-weight: 400;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input {
-  height: 0.81rem;
-  min-height: 0.81rem;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  font-size: 0.81rem;
-  color: #333;
-  line-height: 0.81rem;
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__append-inner .v-icon {
-  margin-right: 0;
-  min-width: 0.75rem;
-  background-image: url("../img/ico_slt2.svg");
-}
-.tbl-list-top .total .total-num .total-slt .custom-select.v-input .v-input__control .v-field .v-field__outline {
-  border: 0;
-}
-.tbl-list-top .total .total-btn {
-  display: flex;
-  gap: 0.63rem;
-  margin-top: 1.25rem;
-  align-items: center;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default {
-  width: 5.13rem;
-  height: 2.25rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.v-btn--disabled {
-  background: #C5CDD4 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-reg {
-  background: #007AFF;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-reg .v-btn__content .ico {
-  background-image: url("../img/ico_reg.svg");
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background: #8F9FAF;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  background-image: url("../img/ico_del.svg");
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end {
-  width: 8.38rem;
-  background: #2C3744;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end .v-btn__content .ico {
-  background-image: url("../img/ico_end.svg");
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end-red {
-  width: 8.75rem;
-  border: 1px solid #F49A9A;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end-red .v-btn__content {
-  color: #EC4242;
-  font-size: 14px;
-  font-weight: 500;
-  letter-spacing: -0.28px;
-  max-width: 9.75rem !important;
-  width: 9.75rem !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-all-end-red .v-btn__content .ico {
-  background-image: url(../img/ic_end_red.svg);
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel {
-  width: 8.25rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled {
-  background-color: #F4F6F9 !important;
-  border-color: #DFE4EA !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .ico {
-  background-image: url("../img/ico_excel_d.svg") !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default.btn-excel.v-btn--disabled .v-btn__content {
-  color: #9DAAB8 !important;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  color: #fff;
-  font-size: 0.81rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-}
-.tbl-list-top .total .total-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  margin-right: 0.63rem;
-  background: no-repeat center/100%;
-}
-.tbl-list-top .total .total-btn .custom-check.v-input {
-  margin-left: 0.94rem;
-}
-.tbl-list-top .excel-search {
-  display: flex;
-  gap: 0.63rem;
-}
-.tbl-list-top .excel-search .tbl-search {
-  position: relative;
-}
-.tbl-list-top .excel-search .tbl-search .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  padding-right: 2.5rem;
-}
-.tbl-list-top .excel-search .tbl-search .ico {
-  width: 2.56rem;
-  height: 2.25rem;
-  top: 0;
-  right: 0;
-  z-index: 1;
-  position: absolute;
-  background: url("../img/ico_search.svg") no-repeat 0.63rem center/1rem;
-}
-
-.page-list-item {
-  color: #222;
-  font-size: 0.81rem;
-  font-weight: 700;
-}
-.page-list-item .page {
-  color: #333;
-  font-weight: 400;
-}
-
-.form-style1.col4 {
-  margin-top: -0.63rem;
-}
-.form-style1.col4 table th {
-  font-weight: 400;
-}
-.form-style1.col4 table th:nth-of-type(even) {
-  padding-left: 1.56rem;
-}
-.form-style1.col4 table td:nth-of-type(odd) {
-  padding-right: 1.56rem;
-}
-.form-style1.row table th {
-  height: 3.06rem;
-  padding: 0.94rem;
-  background: #FAFAFA;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  border-top: 0.06rem solid #ccc;
-  border-bottom: 0.06rem solid #EBEBEB;
-  text-align: center;
-  vertical-align: middle;
-  line-height: normal;
-}
-.form-style1.row table td {
-  padding: 0.63rem;
-  text-align: center;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 400;
-  border-bottom: 0.06rem solid #EBEBEB;
-}
-.form-style1.row table td .custom-radio {
-  display: inline-flex;
-}
-.form-style1.row table td .input-wrap.slt-btn {
-  width: 100%;
-  justify-content: center;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input {
-  width: 14.88rem;
-  flex: none;
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control {
-  min-height: 1.81rem;
-  height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field {
-  height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field .v-field__field {
-  height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field .v-field__field .v-field__input {
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-input .v-input__control .v-field .v-field__field .v-field__input .v-btn__content {
-  color: #6E7E8F;
-}
-.form-style1.row table td .input-wrap.slt-btn .custom-btn {
-  padding: 0;
-  min-width: 2.94rem;
-  width: 2.94rem;
-  height: 1.81rem;
-  min-height: 1.81rem;
-}
-.form-style1 table {
-  width: 100%;
-  table-layout: fixed;
-}
-.form-style1 table th {
-  padding: 0.63rem 0;
-  text-align: left;
-  font-size: 0.75rem;
-  color: #222222;
-  font-weight: 700;
-  vertical-align: middle;
-  line-height: 2.25rem;
-}
-.form-style1 table th .bul {
-  color: #007AFF;
-  font-weight: 700;
-  padding-left: 0.19rem;
-}
-.form-style1 table td {
-  text-align: left;
-  color: #222222;
-  font-weight: 400;
-  font-size: 0.75rem;
-  vertical-align: middle;
-  padding: 0.63rem 0;
-}
-
-.form-style2 table {
-  width: 100%;
-  border-top: 0.06rem solid #E0E0E0;
-}
-.form-style2 table tr th {
-  border-bottom: 0.06rem solid #E0E0E0;
-  border-right: 0.06rem solid #E0E0E0;
-  background: #F4F4F4;
-  padding: 0.63rem 0 0.63rem 1.88rem;
-  text-align: left;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  vertical-align: middle;
-}
-.form-style2 table tr th .bullet {
-  color: #007AFF;
-  font-weight: 700;
-}
-.form-style2 table tr td {
-  padding: 0.63rem 1.13rem;
-  border-bottom: 0.06rem solid #E0E0E0;
-  color: #444;
-  font-size: 0.75rem;
-  font-weight: 400;
-}
-
-.view-box {
-  margin-top: 1.88rem;
-}
-.view-box:first-of-type {
-  margin-top: 0;
-}
-.view-box .view-box-top {
-  background: #F0F6FD;
-  border: 0.06rem solid #DBE7F4;
-  min-height: 3.19rem;
-  padding: 0 1.56rem;
-  display: flex;
-  align-items: center;
-}
-.view-box .view-box-top h3 {
-  color: #333333;
-  font-size: 0.88rem;
-  font-weight: 600;
-  letter-spacing: -0.01rem;
-}
-.view-box .view-box-top h3 .bul {
-  color: #007AFF;
-}
-.view-box .view-box-top h3 .txt1 {
-  padding-left: 1.25rem;
-  font-size: 0.81rem;
-  font-weight: 400;
-}
-.view-box .view-box-top .connect-state {
-  margin: 0 auto 0 1.56rem;
-}
-.view-box .view-box-top .custom-btn.v-btn.v-btn--density-default {
-  min-height: 1.81rem;
-  height: 1.81rem;
-  margin-left: 1.25rem;
-}
-.view-box .view-box-btm {
-  border: 0.06rem solid #EBEBEB;
-  border-top: 0;
-  background: #fff;
-  padding: 0.56rem 1.56rem;
-}
-.view-box .view-box-btm .form-style1 {
-  padding: 0;
-}
-.view-box .view-box-btm .form-style1 table th {
-  font-weight: 400;
-}
-.view-box .view-box-btm .form-style1 table th:nth-of-type(even) {
-  padding-left: 2.5rem;
-}
-.view-box .view-box-btm .form-style1 table td:nth-of-type(odd) {
-  padding-right: 2.5rem;
-}
-.view-box .view-box-btm .form-style1 table td .custom-radio {
-  padding: 0.56rem 0;
-}
-.view-box .view-box-btm .no-data {
-  height: 9.38rem;
-  width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-}
-.view-box .view-box-btm .no-data .ico {
-  width: 2.25rem;
-  height: 2.25rem;
-  background: url("../img/ico_no_data.svg") no-repeat center/100%;
-  margin-bottom: 1.25rem;
-}
-.view-box .view-box-btm .no-data p {
-  text-align: center;
-  color: #444;
-  font-size: 0.88rem;
-  letter-spacing: -0.01rem;
-  font-weight: 400;
-  width: 100%;
-}
-.view-box .view-box-btm .no-data p.txt1 {
-  margin-bottom: 2.19rem;
-}
-.view-box .view-box-btm .no-data p span {
-  color: #000;
-  display: block;
-}
-
-.view-btm-btn {
-  display: flex;
-  justify-content: space-between;
-  margin-top: 1.13rem;
-  padding-bottom: 1.19rem;
-}
-.view-btm-btn > div {
-  display: flex;
-  gap: 0.94rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default {
-  height: 3.13rem;
-  width: 8.13rem;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list {
-  background: #fff;
-  border: 0.06rem solid #C2C2C2;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content {
-  color: #48525C;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content .ico {
-  background-image: url("../img/ico_view_list.svg");
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background: #fff;
-  border: 0.06rem solid #FFBCBC;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  color: #EA5555;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  background-image: url("../img/ico_view_del.svg");
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.view-btm-btn .custom-btn.v-btn.v-btn--density-default .v-btn__content .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  margin-right: 2.5rem;
-  background: no-repeat center/100%;
-}
-
-.list-flex {
-  display: flex;
-  gap: 2.0833333333vw;
-}
-.list-flex .list-flex-l {
-  max-width: 18.2291666667vw;
-  width: 18.2291666667vw;
-  height: 76.2037037037vh;
-  min-height: 45.6rem;
-  border: 0.31rem solid #F7F8F9;
-  display: flex;
-  flex-direction: column;
-}
-.list-flex .list-flex-l .topology-top {
-  background: #F7F8F9;
-  min-height: 3.44rem;
-  display: flex;
-  align-items: center;
-  padding: 0.63rem 1.25rem 0.94rem 1.25rem;
-  flex-shrink: 0;
-}
-.list-flex .list-flex-l .topology-top strong {
-  color: #333333;
-  font-size: 0.81rem;
-  font-weight: 700;
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del {
-  font-size: 0;
-  margin-left: auto;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  border: 0.05rem solid #FFBEBF;
-  width: 1.88rem;
-  height: 1.88rem;
-  border-radius: 0.5rem;
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del:disabled {
-  border-color: #4C576B;
-  cursor: default;
-  pointer-events: none;
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del:disabled:before {
-  background-image: url("../img/ico_ne_del_d.svg");
-}
-.list-flex .list-flex-l .topology-top .btn-ne-del:before {
-  content: "";
-  width: 0.75rem;
-  height: 0.75rem;
-  background: url("../img/ico_ne_del.svg") no-repeat center/100%;
-  display: inline-block;
-}
-.list-flex .list-flex-l .topology-btm {
-  height: 100%;
-  max-height: calc(100% - 3.44rem);
-  padding: 1.56rem 0.63rem 1.56rem 1.25rem;
-}
-.list-flex .list-flex-l .topology-btm .no-data {
-  height: 100%;
-  width: 100%;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-}
-.list-flex .list-flex-l .topology-btm .no-data .ico {
-  width: 2.25rem;
-  height: 2.25rem;
-  background: url("../img/ico_no_data.svg") no-repeat center/100%;
-  margin-bottom: 1.25rem;
-}
-.list-flex .list-flex-l .topology-btm .no-data p {
-  text-align: center;
-  color: #444;
-  font-size: 0.88rem;
-  letter-spacing: -0.01rem;
-  font-weight: 400;
-  width: 100%;
-}
-.list-flex .list-flex-l .topology-btm .no-data p.txt1 {
-  margin-bottom: 2.19rem;
-}
-.list-flex .list-flex-l .topology-btm .no-data p span {
-  color: #000;
-  display: block;
-}
-.list-flex .list-flex-r {
-  width: 100%;
-  max-width: calc(100% - 18.2291666667vw);
-}
-
-.tree-area {
-  height: 100%;
-  overflow-y: scroll;
-  padding-right: 0.44rem;
-}
-.tree-area .depth-item-tit {
-  display: flex;
-  align-items: center;
-  gap: 0.63rem;
-}
-.tree-area .depth-item-tit.down .arr {
-  transform: rotate(180deg);
-}
-.tree-area .depth-item-tit .custom-input.v-text-field.mini {
-  flex: none;
-  min-height: 1.88rem;
-  width: calc(100% - 4.63rem);
-}
-.tree-area .depth-item-tit .custom-input.v-text-field.mini .v-input__control {
-  height: 1.88rem;
-}
-.tree-area .depth-item-tit .custom-input.v-text-field.mini .v-input__control .v-field__field .v-field__input {
-  min-height: 1.88rem;
-  height: 1.88rem;
-  padding: 0 0.56rem;
-}
-.tree-area .depth-item-tit .arr {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  width: 0.75rem;
-  height: 0.75rem;
-  flex-shrink: 0;
-  background: url("../img/ico_tree_arr.svg") no-repeat center/100%;
-}
-.tree-area .depth-item-tit .arr.nor {
-  background: none;
-}
-.tree-area .depth-item-tit .arr.nor:before {
-  content: "-";
-  display: block;
-  font-weight: 600;
-  color: #222;
-  font-size: 0.75rem;
-}
-.tree-area .depth-item-tit .ico {
-  width: 1rem;
-  height: 1rem;
-  flex-shrink: 0;
-  background: no-repeat center/100%;
-}
-.tree-area .depth-item-tit .custom-check.v-input .v-input__control {
-  display: block;
-}
-.tree-area .depth-item-tit .custom-check.v-input .v-input__control .v-selection-control .v-label {
-  font-size: 0.75rem;
-  margin-left: 0.63rem;
-  line-height: 1.06rem;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  overflow: hidden;
-  display: block;
-}
-.tree-area .depth-item-tit .btn-tree {
-  width: 1rem;
-  height: 1rem;
-  flex-shrink: 0;
-  background: no-repeat center/100%;
-}
-.tree-area .depth-item-tit .btn-tree.btn-save {
-  background-image: url("../img/ico_tree_save.svg");
-}
-.tree-area .tree-depth1 {
-  margin-bottom: 1.25rem;
-}
-.tree-area .tree-depth1:last-of-type {
-  margin-bottom: 0;
-}
-.tree-area .tree-depth1 ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.63rem;
-}
-.tree-area .tree-depth1 .depth1-item .depth1-item-tit .ico {
-  background-image: url("../img/ico_tree1.svg");
-}
-.tree-area .tree-depth1 .depth1-item .depth1-item-tit strong {
-  color: #222;
-  line-height: 1rem;
-  font-weight: 600;
-  font-size: 0.75rem;
-  text-align: left;
-  width: 100%;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  overflow: hidden;
-}
-.tree-area .tree-depth1 .depth1-item .depth1-item-tit .btn-add {
-  margin-left: auto;
-  font-size: 0;
-  background-image: url("../img/ico_tree_add.svg");
-}
-.tree-area .tree-depth2 {
-  padding: 1.25rem 0 0 0.94rem;
-}
-.tree-area .tree-depth2 ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .ico {
-  background-image: url("../img/ico_tree2.svg");
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .btn-ne-add {
-  width: 2.19rem;
-  height: 1rem;
-  display: flex;
-  flex-shrink: 0;
-  margin-left: auto;
-  border-radius: 0.19rem;
-  background: #00c2ff;
-  color: #fff;
-  align-items: center;
-  justify-content: center;
-  font-size: 0.56rem;
-  font-weight: 700;
-  line-height: 0.63rem;
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .btn-ne-add .plus {
-  width: 0.56rem;
-  height: 0.56rem;
-  margin-right: 0.19rem;
-  background: url("../img/ico_ne_add.svg") no-repeat center/100%;
-}
-.tree-area .tree-depth2 .depth2-item .depth2-item-tit .btn-pos {
-  background-image: url("../img/ico_pos.svg");
-}
-.tree-area .tree-depth3 {
-  padding: 1.25rem 0 0.63rem 22px;
-}
-.tree-area .tree-depth3:has(ul:empty) {
-  padding: 0;
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .ico {
-  background-image: url("../img/ico_tree3.svg");
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .ico.core {
-  background-image: url("../img/ico_tree3_core.svg");
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .ico.ran {
-  background-image: url("../img/ico_tree3_ran.svg");
-}
-.tree-area .tree-depth3 .depth3-item .depth3-item-tit .btn-mod {
-  background-image: url("../img/ico_mod.svg");
-}
-
-.tbl-col-wrap {
-  display: flex;
-  margin-bottom: 4rem;
-}
-.tbl-col-wrap .tbl-col-fix {
-  width: 17.7083333333vw;
-}
-.tbl-col-wrap .tbl-col-fix table th {
-  border-right: 0.06rem solid #EBEBEB;
-  height: 6.12rem;
-}
-.tbl-col-wrap .tbl-col-fix table td {
-  height: 3.06rem;
-  background: #FAFAFA;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  vertical-align: middle;
-  text-align: center;
-  border-bottom: 0.06rem solid #EBEBEB;
-  border-right: 0.06rem solid #EBEBEB;
-}
-.tbl-col-wrap .tbl-col-scrl {
-  width: calc(100% - 17.7083333333vw);
-  overflow-x: auto;
-  padding-bottom: 0.44rem;
-}
-.tbl-col-wrap .tbl-col-scrl::-webkit-scrollbar {
-  height: 0.5rem;
-  border-radius: 0.5rem;
-}
-.tbl-col-wrap .tbl-col-scrl::-webkit-scrollbar-track {
-  background: #F8F8F8;
-  border-radius: 0.5rem;
-}
-.tbl-col-wrap .tbl-col-scrl::-webkit-scrollbar-thumb {
-  border-radius: 0.5rem;
-  background: #D9D9D9;
-}
-.tbl-col-wrap .tbl-col-scrl .scrl-in {
-  white-space: nowrap;
-}
-.tbl-col-wrap .tbl-col-scrl .scrl-in .tbl-box {
-  display: inline-block;
-  vertical-align: top;
-  border-right: 0.06rem solid #EBEBEB;
-}
-.tbl-col-wrap .tbl-col-scrl .scrl-in .tbl-box:last-of-type {
-  border-right: 0;
-}
-.tbl-col-wrap table {
-  width: 100%;
-  border-top: 0.06rem solid #CCCCCC;
-}
-.tbl-col-wrap table th {
-  height: 3.06rem;
-  color: #222222;
-  font-size: 0.75rem;
-  font-weight: 600;
-  vertical-align: middle;
-  background: #FAFAFA;
-  box-shadow: none;
-  box-shadow: inset 0 -0.06rem 0 #EBEBEB;
-  padding: 1.3888888889vh 10px 1.2962962963vh;
-}
-.tbl-col-wrap table td {
-  padding: 0.63rem 0.63rem 0.56rem 0.63rem;
-  color: #222222;
-  text-align: center;
-  font-size: 0.75rem;
-  font-weight: 400;
-  vertical-align: middle;
-  text-align: center;
-  height: 3.06rem;
-  width: 7.1875vw;
-  border-bottom: 0.06rem solid #EBEBEB !important;
-}
-
-.menu-flex-wrap {
-  display: flex;
-  gap: 2.0833333333vw;
-}
-.menu-flex-wrap .system-menu {
-  width: 18.2291666667vw;
-  border: 0.31rem solid #F7F8F9;
-  flex-shrink: 0;
-}
-.menu-flex-wrap .system-menu .system-menu-tit {
-  padding: 0 1.56rem;
-  background: #F7F8F9;
-  color: #333;
-  font-weight: 700;
-  font-size: 0.81rem;
-  height: 3.44rem;
-  display: flex;
-  align-items: center;
-}
-.menu-flex-wrap .system-menu .system-menu-in {
-  overflow-y: scroll;
-  height: 71.1111111111vh;
-  display: flex;
-  margin-top: -0.31rem;
-  flex-direction: column;
-  padding: 1.88rem 1.56rem;
-  gap: 1.25rem;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box.on .system-box-sub {
-  display: block;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit {
-  display: flex;
-  align-items: center;
-  gap: 0.94rem;
-  font-weight: 600;
-  cursor: pointer;
-  color: #000;
-  font-size: 0.81rem;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit button {
-  width: 1.13rem;
-  height: 1.13rem;
-  background: url("../img/ico_menu_plus.svg") no-repeat center/100%;
-  cursor: pointer;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-tit button.open {
-  background-image: url("../img/ico_menu_minus.svg");
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub {
-  padding: 1.25rem 0 1.25rem 1.25rem;
-  display: none;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul {
-  display: flex;
-  flex-direction: column;
-  gap: 0.94rem;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li {
-  gap: 0.63rem;
-  display: flex;
-  align-items: center;
-  cursor: pointer;
-  font-size: 0.75rem;
-  font-weight: 400;
-  color: #333;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li.active {
-  color: #007AFF;
-}
-.menu-flex-wrap .system-menu .system-menu-in .system-box .system-box-sub ul li:before {
-  width: 0.75rem;
-  height: 0.75rem;
-  background: url("../img/ico_menu_arr.svg") no-repeat center/100%;
-  content: "";
-}
-.menu-flex-wrap .menu-info {
-  border: 0.31rem solid #F7F8F9;
-  width: 100%;
-}
-.menu-flex-wrap .menu-info .info-tit {
-  padding: 0 1.56rem;
-  background: #F7F8F9;
-  color: #333;
-  font-weight: 700;
-  font-size: 0.81rem;
-  height: 3.44rem;
-  display: flex;
-  align-items: center;
-}
-.menu-flex-wrap .menu-info .menu-info-view {
-  height: 71.1111111111vh;
-  padding: 1.88rem 1.56rem 1.56rem 1.56rem;
-  margin-top: -0.31rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 1.56rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .ico {
-  width: 1.25rem;
-  height: 1.25rem;
-  background: url("../img/ico_menu.svg") no-repeat center/100%;
-  margin-right: 0.63rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .menu {
-  color: #333;
-  font-size: 1rem;
-  font-weight: 400;
-  letter-spacing: -0.01rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .arr {
-  margin: 0 0.31rem;
-  width: 0.94rem;
-  height: 0.94rem;
-  background: url("../img/ico_menu_arr2.svg") no-repeat center/100%;
-}
-.menu-flex-wrap .menu-info .menu-info-view .info-tbl-tit .now {
-  color: #111111;
-  font-size: 1rem;
-  font-weight: 700;
-  letter-spacing: -0.01rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .form-style2 table tr th {
-  padding: 1.25rem 0 1.25rem 1.88rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .form-style2 table tr td {
-  padding: 1.25rem 1.38rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .input-wrap {
-  gap: 1.88rem;
-}
-.menu-flex-wrap .menu-info .menu-info-view .input-wrap .custom-check {
-  flex: none;
-}
-.menu-flex-wrap .menu-info .menu-info-view .no-data {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  flex-direction: column;
-  height: 100%;
-}
-.menu-flex-wrap .menu-info .menu-info-view .no-data .ico {
-  width: 2.25rem;
-  height: 2.25rem;
-  background: url("../img/ico_menu_nodata.svg") no-repeat center/100%;
-}
-.menu-flex-wrap .menu-info .menu-info-view .no-data p {
-  text-align: center;
-  margin-top: 1.56rem;
-  color: #444;
-  font-size: 0.94rem;
-  letter-spacing: -0.01rem;
-  font-weight: 400;
-}
-.menu-flex-wrap .menu-info .menu-info-r {
-  display: flex;
-  justify-content: flex-end;
-  gap: 0.94rem;
-  margin-top: 3.13rem;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default {
-  height: 3.13rem;
-  width: 8.13rem;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-list {
-  background: #F8F8F8;
-  border: 0.06rem solid #E9E9E9;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content {
-  color: #6E7E8F;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-list .v-btn__content .ico {
-  background-image: url("../img/ico_view_list.svg");
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-del {
-  background: #FFF4F4;
-  border: 0.06rem solid #FFE2E2;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content {
-  color: #EA5555;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default.btn-del .v-btn__content .ico {
-  background-image: url("../img/ico_view_del.svg");
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default .v-btn__content {
-  font-size: 0.81rem;
-  font-weight: 600;
-}
-.menu-flex-wrap .menu-info .menu-info-r .custom-btn.v-btn.v-btn--density-default .v-btn__content .ico {
-  width: 0.88rem;
-  height: 0.88rem;
-  margin-right: 2.5rem;
-  background: no-repeat center/100%;
-}
-
-.perfor-tab {
-  width: 7.81rem;
-  margin-right: 2.5rem;
-}
-.perfor-tab .v-radio-group .v-input__control .v-selection-control-group {
-  gap: 1.06rem;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio.v-selection-control--dirty .v-label {
-  background: #007AFF;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-selection-control__wrapper {
-  display: none;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label {
-  width: 100%;
-  height: 2.25rem;
-  background: #C5CDD4;
-  justify-content: center;
-  align-items: center;
-  opacity: 1;
-  font-size: 0.75rem;
-  font-weight: 600;
-  color: #fff;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label .ico {
-  width: 1.13rem;
-  height: 1.13rem;
-  margin-right: 0.75rem;
-  background: no-repeat center/100%;
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label .ico.ico1 {
-  background-image: url("../img/ico_performance1.svg");
-}
-.perfor-tab .v-radio-group .v-input__control .v-radio .v-label .ico.ico2 {
-  background-image: url("../img/ico_performance2.svg");
-}
-
-.chart-total {
-  text-align: left;
-  margin: 2.5rem 0 1.69rem;
-  display: flex;
-}
-.chart-total p {
-  color: #333;
-  font-size: 0.88rem;
-  font-weight: 600;
-  flex-shrink: 0;
-}
-.chart-total p span {
-  color: #111;
-  font-weight: 700;
-}
-.chart-total .legend-area {
-  display: flex;
-  justify-content: flex-end;
-  width: 100%;
-  gap: 1.88rem;
-  margin-left: auto;
-}
-.chart-total .legend-area .legend-box {
-  display: flex;
-  align-items: center;
-  gap: 0.75rem;
-  font-size: 0.81rem;
-  font-weight: 400;
-  color: #333;
-}
-.chart-total .legend-area .legend-box .cir {
-  width: 0.75rem;
-  border-radius: 100%;
-  height: 0.75rem;
-}
-.chart-total .legend-area .legend-box .cir.cir1 {
-  background: #007AFF;
-}
-.chart-total .legend-area .legend-box .cir.cir2 {
-  background: #7897B8;
-}
-.chart-total .legend-area .legend-box .cir.cir3 {
-  background: #FF9900;
-}
-
-.chart-wrap {
-  position: relative;
-  display: flex;
-  overflow: hidden;
-  height: 33.13rem;
-  border: 0.06rem solid #EBEBEB;
-  padding: 1.88rem;
-}
-.chart-wrap:after {
-  width: 1.88rem;
-  background: #fff;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  content: "";
-  position: absolute;
-}
-.chart-wrap .chart-wrap-fix {
-  position: absolute;
-  flex-shrink: 0;
-  left: 1.88rem;
-  top: 1.88rem;
-  background: #fff;
-  z-index: 0;
-  height: 29.38rem;
-}
-.chart-wrap .chart-wrap-fix canvas {
-  height: 100%;
-}
-.chart-wrap .scrl-chart {
-  overflow-x: scroll;
-  padding-bottom: 1.25rem;
-  overflow-y: hidden;
-  z-index: 1;
-  max-width: calc(100vw - 3.75rem);
-  margin-left: 1.25rem;
-  position: relative;
-  height: 29.38rem;
-}
-.chart-wrap .scrl-chart::-webkit-scrollbar {
-  height: 0.5rem;
-  border-radius: 0.5rem;
-}
-.chart-wrap .scrl-chart::-webkit-scrollbar-track {
-  background: #F8F8F8;
-  border-radius: 0.5rem;
-}
-.chart-wrap .scrl-chart::-webkit-scrollbar-thumb {
-  border-radius: 0.5rem;
-  background: #D9D9D9;
-}
-.chart-wrap .scrl-chart .scrl-in {
-  height: 29.38rem;
-}
-.chart-wrap .scrl-chart canvas {
-  height: 100%;
-}
-
-.help-flex {
-  display: flex;
-  gap: 30px;
-}
-.help-flex .help-list {
-  width: 300px;
-}
-.help-flex .help-list ul {
-  display: flex;
-  flex-direction: column;
-  gap: 8px;
-}
-.help-flex .help-list ul li {
-  border: 1px solid #ccc;
-  padding: 10px;
-  font-size: 14px;
-  font-weight: 400;
-  cursor: pointer;
-}
-.help-flex .help-list ul li.active {
-  background: #ccc;
-  color: #fff;
-  font-weight: 700;
-}
-.help-flex .help-cont {
-  width: calc(100% - 330px);
-  border: 1px solid #ccc;
-}
-.help-flex .help-cont .help-cont-tit {
-  display: block;
-  color: #000;
-  font-size: 16px;
-  font-weight: 700;
-  padding: 15px 24px;
-  border-bottom: 1px solid #ccc;
-}
-.help-flex .help-cont .help-acco .help-panel {
-  border-bottom: 1px solid #ccc;
-}
-.help-flex .help-cont .help-acco .help-panel:after {
-  display: none;
-}
-.help-flex .help-cont .help-acco .help-panel.v-expansion-panel--active .v-expansion-panel-title {
-  background: #f4f4f4;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel__shadow {
-  display: none;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-title {
-  font-weight: 700;
-  color: #000;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-title .v-expansion-panel-title__overlay {
-  display: none;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text {
-  border-top: 1px solid #ccc;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper {
-  overflow-y: auto;
-  padding: 16px 24px;
-  background: #fcfcfc;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper .panel-cont {
-  padding: 10px 0;
-  height: 100%;
-  min-height: 250px;
-  max-height: 250px;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper .panel-cont strong {
-  display: block;
-  text-align: left;
-  margin-bottom: 10px;
-  font-weight: 600;
-  font-size: 16px;
-}
-.help-flex .help-cont .help-acco .help-panel .v-expansion-panel-text .v-expansion-panel-text__wrapper .panel-cont p {
-  text-align: left;
-  font-weight: 400;
-  font-size: 14px;
-}
-
-.menu-chk {
-  display: flex;
-  flex-direction: column;
-  gap: 10px;
-}
-
-.dashboard {
-  display: flex;
-}
-.dashboard .dashboard-l {
-  width: 50%;
-  border-right: 1px solid rgba(224, 224, 224, 0.5);
-}
-.dashboard .dashboard-l .dashboard-core {
-  padding: 24px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap {
-  display: flex;
-  gap: 3px;
-  height: 380px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box {
-  width: 100%;
-  height: 380px;
-  background: rgba(51, 51, 51, 0.04);
-  display: flex;
-  flex-direction: column;
-  align-items: center;
-  justify-content: center;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .name {
-  display: block;
-  text-align: center;
-  color: #333333;
-  font-size: 40px;
-  font-weight: 700;
-  line-height: 24px;
-  margin-bottom: 15px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .state {
-  text-align: center;
-  display: block;
-  font-size: 12px;
-  line-height: 24px;
-  color: #333;
-  font-weight: 400;
-  margin-bottom: 19px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box button {
-  width: 100px;
-  height: 30px;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  background: rgba(51, 51, 51, 0.35);
-  color: #fff;
-  font-size: 14px;
-  font-weight: 700;
-  margin-bottom: 33px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent {
-  display: inline-block;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul {
-  display: flex;
-  flex-direction: column;
-  gap: 7px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li {
-  display: flex;
-  align-items: center;
-  gap: 3px;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li strong {
-  width: 60px;
-  line-height: 24px;
-  color: #333;
-  font-size: 14px;
-  font-weight: 400;
-  text-align: left;
-  flex-shrink: 0;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li p {
-  flex-shrink: 0;
-  width: 60px;
-  line-height: 24px;
-  color: #333;
-  font-size: 14px;
-  font-weight: 400;
-  text-align: left;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir {
-  width: 18px;
-  height: 18px;
-  border-radius: 100%;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir.blue {
-  background: #1EAEFF;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir.yellow {
-  background: #FFD643;
-}
-.dashboard .dashboard-l .dashboard-core .core-box-wrap .core-box .core-percent ul li .cir.red {
-  background: #FF2426;
-}
-.dashboard .dashboard-l .dashboard-join {
-  padding: 24px;
-  border-top: 1px solid rgba(224, 224, 224, 0.5);
-}
-.dashboard .dashboard-r {
-  width: 50%;
-}
-.dashboard .dashboard-tit {
-  display: flex;
-  align-items: center;
-  margin-bottom: 14px;
-}
-.dashboard .dashboard-tit strong {
-  color: #333;
-  font-weight: 700;
-  font-size: 18px;
-}
-.dashboard .dashboard-tit .issue {
-  width: 100px;
-  height: 32px;
-  background: rgba(51, 51, 51, 0.35);
-  color: #fff;
-  font-size: 14px;
-  font-weight: 700;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
-.dashboard .dashboard-tit .core-tab {
-  margin-left: auto;
-  display: flex;
-  gap: 4px;
-}
-.dashboard .dashboard-tit .core-tab button {
-  width: 100px;
-  height: 32px;
-  display: flex;
-  color: #fff;
-  font-size: 14px;
-  font-weight: 700;
-  align-items: center;
-  justify-content: center;
-  background: rgba(51, 51, 51, 0.15);
-  cursor: pointer;
-}
-.dashboard .dashboard-tit .core-tab button.active {
-  background: rgba(51, 51, 51, 0.35);
-}
-.dashboard .dashboard-tit .join-type {
-  margin-left: auto;
-  display: flex;
-  gap: 12px;
-  align-items: center;
-  width: 20px;
-  height: 20px;
-  background: no-repeat center/100%;
-}
-.dashboard .dashboard-tit .join-type button.type1 {
-  background-image: url("");
-}
-.dashboard .dashboard-tit .join-type button.type1.active {
-  background-image: url("");
-}
-.dashboard .dashboard-tit .join-type button.type2 {
-  background-image: url("");
-}
-.dashboard .dashboard-tit .join-type button.type2.active {
-  background-image: url("");
-}
-
-.tab-style {
-  margin-top: 2.81rem;
-}
-.tab-style .tab-style-h {
-  border-bottom: 1px solid #064F9E;
-  display: flex;
-}
-.tab-style .tab-style-h button {
-  position: relative;
-  width: 11.88rem;
-  height: 3.69rem;
-  border: 0.06rem solid #E1E1E1;
-  border-bottom: 0;
-  background: #fff;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  color: #888888;
-  font-size: 0.81rem;
-  font-weight: 400;
-  margin-right: -0.06rem;
-}
-.tab-style .tab-style-h button.active {
-  border-color: #064F9E;
-  margin: 0 0 -0.09rem 0;
-  color: #064F9E;
-  font-weight: 700;
-  height: 3.75rem;
-  z-index: 2;
-}
-.tab-style .tab-style-c {
-  padding-top: 1.88rem;
-}
-
-.pop-radio {
-  margin-bottom: 1.56rem;
-}
-
-.mode-radio {
-  padding: 0.94rem 0.75rem;
-}
-.mode-radio .v-selection-control-group {
-  align-items: flex-start;
-  gap: 5rem;
-}
-.mode-radio .v-selection-control-group .v-radio {
-  align-items: flex-start;
-}
-.mode-radio .v-selection-control-group .v-radio .v-selection-control__wrapper {
-  margin-top: 0.63rem;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label {
-  flex-direction: column;
-  align-items: flex-start;
-  overflow: visible;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit {
-  display: flex;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit strong {
-  font-weight: 400;
-  font-size: 0.75rem;
-  display: block;
-  line-height: 2.25rem;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit .term {
-  display: flex;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit .term .term-tit {
-  color: #333333;
-  font-size: 0.75rem;
-  font-weight: 400;
-  display: flex;
-  margin-right: 1.25rem;
-  align-items: center;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .radio-tit .term .term-tit:before {
-  width: 0.06rem;
-  height: 0.88rem;
-  background: #C6C6C6;
-  content: "";
-  margin: 0 0.94rem;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .mode-img {
-  margin: 1.56rem 0 0 -1.81rem;
-  width: 23.25rem;
-  height: 13.13rem;
-  background: #F4F4F4;
-}
-.mode-radio .v-selection-control-group .v-radio .v-label .mode-img img {
-  width: 100%;
-  height: 100%;
-}
-
-.editor {
-  height: 300px;
-}
-.editor .ql-container {
-  height: calc(100% - 42px);
-}
-
-/* --- darkmode ---*/
-body:has(.darkmode) {
-  background: #101011;
-}
-
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-white {
-  border-color: #272B30;
-  background-color: #1B1E20;
-}
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-white .v-btn__content {
-  color: #606770;
-}
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-gray {
-  background: #272B30;
-  border-color: #272B30;
-}
-.darkmode .custom-btn.v-btn.v-btn--density-default.btn-gray .v-btn__content {
-  color: #fff;
-}
-.darkmode .custom-select.v-input .v-input__control .v-field .v-field__outline {
-  border-color: #272B30;
-}
-.darkmode .custom-select.v-input .v-input__control .v-field .v-field__field .v-field__input .v-select__selection {
-  color: #fff;
-}
-.darkmode .custom-select.v-input .v-input__control .v-field .v-field__field .v-label {
-  color: #fff;
-}
-.darkmode .custom-input.v-text-field .v-input__control .v-field__field .v-field__input {
-  border-color: #272B30;
-  background: #1B1E20;
-  color: #fff;
-}
-.darkmode .custom-input.v-text-field .v-input__control .v-field__append-inner .v-icon:before {
-  color: #fff;
-}
-.darkmode .custom-table.v-table {
-  background: #1A1D1F;
-}
-.darkmode .custom-table.v-table:before {
-  background: #2C2F31;
-}
-.darkmode .custom-table.v-table:after {
-  background: #2C2F31;
-}
-.darkmode .custom-table.v-table .v-table__wrapper table thead tr th {
-  background: #272B30 !important;
-  border-color: #272B30;
-}
-.darkmode .custom-table.v-table .v-table__wrapper table thead tr th .th-item .ico-sort-area .v-icon {
-  background-color: #272B30;
-}
-.darkmode .custom-table.v-table .v-table__wrapper table tbody tr td {
-  color: #fff;
-  border-color: #2C2F31 !important;
-}
-.darkmode .custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio.v-selection-control--dirty .v-label {
-  color: #fff;
-  border-color: #272B30;
-  background: #272B30;
-}
-.darkmode .custom-radio.v-input.picker-terms .v-input__control .v-selection-control-group .v-radio .v-label {
-  border-color: #272B30;
-  background: #1B1E20;
-  color: #9F9FA0;
-}
-.darkmode .calendar-wrap .text {
-  color: #fff;
-}
-.darkmode .calendar .dp__overlay {
-  background: #272B30;
-}
-.darkmode .calendar .dp__overlay_container {
-  background: #272B30;
-}
-.darkmode .calendar .dp__overlay_container::-webkit-scrollbar-track {
-  background-color: #272B30;
-}
-.darkmode .calendar .dp__overlay_container::-webkit-scrollbar-thumb {
-  background-color: #91949B;
-}
-.darkmode .calendar .dp__overlay_container .dp__overlay_row .dp__overlay_col .dp__overlay_cell {
-  color: #fff;
-}
-.darkmode .calendar .dp__overlay_container .dp__overlay_row .dp__overlay_col .dp__overlay_cell:hover {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__input_wrap .dp__input {
-  border-color: #42484F;
-  background-color: #272B30;
-  color: #fff;
-  background-image: url("/assets/img/ico_calendar_w.png");
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu {
-  border: 2px solid #42484F;
-  background-color: #272B30;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__arrow_top {
-  border-color: #42484F;
-  border-width: 2px;
-  background-color: #272B30;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__month_year_row .dp__btn:hover span {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__month_year_row .dp__month_year_wrap .dp__btn {
-  color: #fff;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__month_year_row .dp__month_year_wrap .dp__btn:hover {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_header .dp__calendar_header_item {
-  color: #fff;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_row .dp__calendar_item .dp__cell_inner {
-  color: #fff;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_row .dp__calendar_item .dp__cell_inner.dp__cell_offset {
-  color: #606770;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__calendar .dp__calendar_row .dp__calendar_item .dp__cell_inner:hover {
-  background: rgba(16, 16, 17, 0.2);
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__action_row .dp__action_buttons .dp__action_button.dp__action_cancel {
-  border-color: #606770;
-  color: #606770;
-}
-.darkmode .calendar .dp__outer_menu_wrap .dp__menu .dp__action_row .dp__action_buttons .dp__action_button.dp__action_select {
-  background: #42484F;
-  color: #fff;
-}
-
-.list--dell--btn {
-  background: #d50000 !important;
-  color: #fff !important;
-  font-size: 13px;
-  font-style: normal;
-  font-weight: 500;
-  line-height: 100%; /* 13px */
-  border-radius: 0px !important;
-}
-.list--dell--btn.small {
-  min-width: 30px !important;
-  width: 30px !important;
-  height: 30px !important;
-}
-.list--dell--btn.mid {
-  min-width: 40px !important;
-  width: 40px !important;
-  height: 36px !important;
-}
-.list--dell--btn.type--2 {
-  font-size: 12px !important;
-}
-
-.v-messages__message {
-  padding: 0 0.81rem;
-  margin-top: 0.25rem;
-  letter-spacing: -0.02rem;
-  line-height: 1rem;
-  white-space: nowrap;
-  font-size: 0.75rem;
-  font-weight: 600;
-  color: #E50A0A !important;
-  transition: none !important;
-}
-
-.v-input__details {
-  padding-left: 0px !important;
-}
-
-.v-field--error:not(.v-field--disabled) .v-field__outline {
-  color: #FF8C8C !important;
-  border-color: #FF8C8C !important;
-}
-
-.v-input__details {
-  overflow: visible;
-}
-
-.log--btn {
-  cursor: pointer;
-  position: absolute;
-  right: 10px;
-  z-index: 9;
-}
-
-.se-dialog-footer > div {
-  display: none !important;
-}
-
-.se-dialog-tabs {
-  display: none !important;
-}/*# sourceMappingURL=style.css.map */

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
assets/css/style.css.map


+ 5 - 5
pages/index.vue

@@ -5,7 +5,7 @@
       <div class="login--header--l">
         <div class="logo">
           <!-- prettier-ignore  -->
-          룰렛
+          SHOPDELI
         </div>
       </div>
       <div class="login--header--r"></div>
@@ -16,9 +16,9 @@
         <div class="login-l-center">
           <span class="logo">
             <!-- prettier-ignore  -->
-            룰렛
+            SHOPDELI
           </span>
-          <p>We Make Scalable Mobility Life</p>
+          <!-- <p>We Make Scalable Mobility Life</p> -->
         </div>
       </div>
       <div class="login-r">
@@ -92,8 +92,8 @@
   //import PrivacyPop from "@/components/login/privacyPop.vue";
   //import AgrNPop from "@/components/terms/agreeNListPop.vue";
   import apiUrl from "@/composables/useApi";
-  import QRCode from "qrcode";
-  import { useI18n } from "vue-i18n";
+import QRCode from "qrcode";
+import { useI18n } from "vue-i18n";
 
   /************************
    *    layout setting

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott