@charset "UTF-8";
* {
  font-display: swap;
}

*:not(input) {
  font-family: "Arial Narrow", Arial, "LG Smart" !important;
}

/* base rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  touch-action: manipulation;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

div h1 a {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
}

input,
button,
textarea,
select {
  font: inherit;
}

:not(input) {
  -webkit-touch-callout: none;
  -webkit-user-select: auto;
  user-select: auto;
  -webkit-tap-highlight-color: transparent !important;
}

textarea {
  -webkit-user-select: auto;
  user-select: auto;
  resize: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0 !important;
}

th,
td {
  padding: 0;
}

fieldset,
img {
  border: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.inner {
  width: 1920px;
  margin: 0 auto;
}

.row {
  width: 100%;
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

::placeholder {
  color: #B8B8B8;
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 99px;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "LG Smart Italic";
  font-style: normal;
  font-weight: normal;
  src: local("LG Smart Italic"), url("fonts/LG Smart Regular Italic.woff") format("woff");
}
@font-face {
  font-family: "LG Smart";
  font-style: normal;
  font-weight: normal;
  src: local("LG Smart"), url("fonts/LG Smart Regular.woff") format("woff");
}
@font-face {
  font-family: "LG Smart Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("LG Smart Bold Italic"), url("fonts/LG Smart Bold Italic.woff") format("woff");
}
@font-face {
  font-family: "LG Smart Bold";
  font-style: normal;
  font-weight: normal;
  src: local("LG Smart Bold"), url("fonts/LG Smart Bold.woff") format("woff");
}
@font-face {
  font-family: "LG Smart Light Light";
  font-style: normal;
  font-weight: normal;
  src: local("LG Smart Light Light"), url("fonts/LG Smart Light.woff") format("woff");
}
@font-face {
  font-family: "LG Smart Light SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("LG Smart Light SemiBold"), url("fonts/LG Smart SemiBold.woff") format("woff");
}
.box-container-style, .box-channel-dataflow .dafaflow-container, .box-worldmap .ui-chart-container, .sidebar-section .box-total-issue,
.sidebar-section .box-search, .main-container .contents-section-wide .grid-row-wide > div, .main-container .contents-section-container .contents-section .box-tbl, .main-container .contents-section-container .contents-section .grid-row-2 {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.iss-main .box-imageIssues tbody:hover,
.iss-main .box-appIssues tbody:hover,
.iss-main .box-playbackIssues tbody:hover,
.iss-main .box-secheduleIssues tbody:hover,
.iss-main .box-cpIssues tbody:hover,
.iss-main .box-cmpIssues tbody:hover,
.iss-main .box-deviceIssues tbody:hover,
.iss-main .box-statisIssue tbody:hover,
.iss-main .box-lgchannels tbody:hover,
.iss-main .box-adIssue tbody:hover,
.iss-main .grid-row-wide .box-statistics tbody:hover {
  cursor: pointer;
}
.iss-main .box-statisIssue thead:hover,
.iss-main .box-lgchannels thead:hover,
.iss-main .box-adIssue thead:hover,
.iss-main .grid-row-wide .box-statistics thead:hover {
  cursor: pointer;
}

.box-container-style-inside, .box-docCount, .box-docCount-detail,
.box-normalRange, .box-normalRange-detail,
.box-value, .box-value-detail,
.box-rateChange, .box-rateChange-detail,
.box-country {
  background-color: #282828;
  border-radius: 16px;
}

.ui-table-type01 table {
  width: 100%;
}

.ui-tab-type01 .ui-tab-menu,
.ui-tab-type01 .ui-tab-contents {
  width: 100%;
}
.ui-tab-type01 .ui-tab-menu {
  display: flex;
  align-items: center;
}
.ui-tab-type01 .ui-tab-menu a {
  display: block;
  flex-grow: 1;
  padding: 10px 3px 5px;
  background-color: transparent;
  font-size: 15px;
  text-align: center;
  color: #6d6d6d;
  position: relative;
}
.ui-tab-type01 .ui-tab-menu a.on {
  border-radius: 10px 10px 0 0;
  background-color: #282828;
  border: 1px solid #535353;
  border-bottom: none;
  color: #fff;
}
.ui-tab-type01 .ui-tab-menu a.on:before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #282828;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.ui-tab-type01 .ui-tab-menu a:last-child.on:before {
  height: 10px;
  bottom: -10px;
  right: -1px;
  left: auto;
  border-right: 1px solid #535353;
}
.ui-tab-type01 .ui-tab-contents {
  background-color: #282828;
  border: 1px solid #535353;
  border-radius: 0 10px 10px 10px;
}
.ui-tab-type01 .ui-tab-contents .tab-box {
  padding: 16px 20px;
  display: none;
}
.ui-tab-type01 .ui-tab-contents .tab-box:first-child {
  display: block;
}

.ui-tab-type02 {
  height: 100%;
}
.ui-tab-type02 .ui-tab-menu,
.ui-tab-type02 .ui-tab-contents {
  width: 100%;
}
.ui-tab-type02 .ui-tab-menu {
  display: flex;
  align-items: center;
}
.ui-tab-type02 .ui-tab-menu > div {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
.ui-tab-type02 .ui-tab-menu > div:before {
  display: block;
  font-size: 18px;
  line-height: 24.3px;
  color: #6d6d6d;
  font-weight: 600;
  opacity: 0.6;
}
.ui-tab-type02 .ui-tab-menu > div h2 {
  display: block;
  position: relative;
  font-size: 18px;
  padding-left: 9px;
  line-height: 24.3px;
  flex-grow: 1;
  padding: 4px 8px 4px 8px;
}
.ui-tab-type02 .ui-tab-menu > div.on:before,
.ui-tab-type02 .ui-tab-menu > div.on {
  opacity: 1;
  border-radius: 10px 10px 0 0;
  background-color: #282828;
  border: 1px solid #535353;
  border-bottom: none;
  color: #fff;
}
.ui-tab-type02 .ui-tab-contents {
  height: calc(100% - 40px);
}
.ui-tab-type02 .ui-tab-contents .tab-box {
  display: none;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ui-tab-type02 .ui-tab-contents .tab-box:first-child {
  display: block;
}

.ui-tab-type03 {
  height: 100%;
}
.ui-tab-type03 .ui-tab-menu,
.ui-tab-type03 .ui-tab-contents {
  width: 100%;
}
.ui-tab-type03 .ui-tab-menu {
  display: flex;
  align-items: center;
}
.ui-tab-type03 .ui-tab-menu > div {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.ui-tab-type03 .ui-tab-menu > div h2 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 24.3px;
  flex-grow: 1;
  padding: 8px 8px 8px;
}
.ui-tab-type03 .ui-tab-menu > div.on {
  /* color: #fff; */
  border-radius: 10px 10px 0 0;
  background-color: #282828;
  border: 1px solid #535353;
  border-bottom: none;
}
.ui-tab-type03 .ui-tab-menu > div.on h2 {
  color: #fff;
}
.ui-tab-type03 .ui-tab-menu > div.on h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.ui-tab-type03 .ui-tab-menu > div .ui-tooltip {
  /* display: none; */
}
.ui-tab-type03 .ui-tab-contents {
  height: calc(100% - 40px);
}
.ui-tab-type03 .ui-tab-contents .tab-box {
  display: none;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ui-tab-type03 .ui-tab-contents .tab-box:first-child {
  display: block;
}
/* service ui tab menu */
.ui-tab-type03 .ui-service-tab-menu {
  width: 100%;
  height: 100px;
}
.ui-tab-type03 .ui-service-tab-menu {
  display: flex;
  align-items: center;
}
.ui-tab-type03 .ui-service-tab-menu > div {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.ui-tab-type03 .ui-service-tab-menu > div h2 {
  display: block;
  position: relative;
  font-size: 18px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 24.3px;
  flex-grow: 1;
  padding: 8px 8px 8px;
  margin-top: 58px;
}
.ui-tab-type03 .ui-service-tab-menu > div.on h2 {
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #282828;
  border: 1px solid #535353;
  border-bottom: none;
}
.ui-tab-type03 .ui-service-tab-menu > div.on h2:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.ui-tab-type03 .ui-service-tab-menu > div .ui-tooltip {
  display: none;
}
/* */


.ui-page-history {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.ui-page-history span {
  display: block;
  position: relative;
  font-size: 12px;
  color: #b6b6b6;
  line-height: 17.4px;
  padding-left: 12px;
}
.ui-page-history span:before {
  width: 4px;
  height: 7px;
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-page-history-arrow.png");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ui-page-history span:first-child {
  padding-left: 0;
}
.ui-page-history span:first-child:before {
  display: none;
}
.ui-page-history .depth2 {
  color: #fff;
}

.ui-dropdown-box {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.ui-dropdown-box .content-name input[type=text] {
  width: 200px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
.ui-dropdown-box .content-search input[type=text] {
  width: 400px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
.ui-dropdown-box2 {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.ui-dropdown-box2 .content-name input[type=text] {
  width: 200px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
.ui-dropdown-box3 {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.ui-dropdown-box3 .content-name input[type=text] {
  width: 200px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
/*  */
.ui-dropdown-default {
  width: 124px;
  height: 32px;
  position: relative;
}
.ui-dropdown-default .MuiOutlinedInput-root {
  border-radius: 0;
}
.ui-dropdown-default .MuiFormLabel-root {
  color: #b8b8b8;
  font-size: 14px;
}
.ui-dropdown-default .MuiInputLabel-outlined {
  transform: translate(8px, 10px) scale(1);
}
.ui-dropdown-default .MuiSelect-outlined.MuiSelect-outlined {
  color: #fff;
  font-size: 14px;
}
.ui-dropdown-default .MuiInputLabel-outlined.MuiInputLabel-shrink {
  display: none;
}
.ui-dropdown-default .MuiOutlinedInput-notchedOutline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
}
.ui-dropdown-default .MuiOutlinedInput-input {
  padding: 8px;
}
.ui-dropdown-default .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 1px solid #c5bbff;
  border-radius: 0;
}
.ui-dropdown-default .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline legend {
  display: none;
}

.ui-dropdown-type01 {
  width: 190px;
  height: 32px;
  position: relative;
}
.ui-dropdown-type01 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 14px;
  border: none;
}
.ui-dropdown-type01 .label {
  height: 100%;
  padding: 8px 28px 4px 8px;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border: none;
  position: relative;
}
.ui-dropdown-type01 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type01 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.ui-dropdown-type01 ul li label {
  display: flex;
  align-items: center;
  padding: 4px 0;
  cursor: pointer;
}
.ui-dropdown-type01 ul li label input[type=checkbox] {
  background-color: #c5bbff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}
.ui-dropdown-type01 ul li label span {
  display: block;
  position: relative;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20.3px;
  padding-left: 24px;
}
.ui-dropdown-type01 ul li label span:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.ui-dropdown-type01 ul li label input[type=checkbox]:checked + span {
  color: #fff;
}
.ui-dropdown-type01 ul li label input[type=checkbox]:checked + span:before {
  background-image: url("../../images/iss/icons/icon-check-checked.png");
}
.ui-dropdown-type01 ul li label:hover {
  background-color: #282828;
}
.ui-dropdown-type01 ul li label:hover span {
  color: #fff;
}
.ui-dropdown-type01 ul.on {
  visibility: visible;
  opacity: 1;
}
.ui-dropdown-type01.scroll ul.on {
  visibility: visible;
  opacity: 1;
  max-height: 100px;
  overflow-y: auto;
}

.ui-dropdown-type02 {
  width: 124px;
  height: 32px;
  position: relative;
}
.ui-dropdown-type02 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 12px;
  border: none;
}
.ui-dropdown-type02 .label {
  height: 100%;
  padding-left: 5px;
  padding-top: 5px;
  background-color: #1c1c1c;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  border: none;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-dropdown-type02 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type04 {
  width: 100%;
  height: 32px;
  position: relative;
}
.ui-dropdown-type04 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 12px;
  border: none;
}
.ui-dropdown-type04 .label {
  height: 100%;
  padding: 8px 28px 4px 8px;
  background-color: #1c1c1c;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  border: none;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-dropdown-type04 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type03 .label {
  text-align: center;
  background-color: transparent;
  padding-top: 5px;
  border: 1px solid transparent;
  width: 60px;
}
.ui-dropdown-type03 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-table-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type02 ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px;
  z-index: 50;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ui-dropdown-type02 ul li {
  cursor: pointer;
  line-height: 20.3px;
  font-size: 12px;
  color: #B8B8B8;
  padding: 4px 8px;
}
.ui-dropdown-type02 ul li:hover {
  background-color: #282828;
  color: #fff;
}
.ui-dropdown-type02 ul.on {
  display: flex;
  flex-direction: column;
}
.ui-dropdown-type02 ul.show-up {
  display: flex;
  flex-direction: column;
  bottom: 100%;
  top: auto;
}
.ui-dropdown-type04 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  overflow: auto;
  max-height: 203px;
}
.ui-dropdown-type04 ul li {
  cursor: pointer;
  line-height: 20.3px;
  font-size: 12px;
  color: #B8B8B8;
  padding: 4px 8px;
}
.ui-dropdown-type04 ul li:hover {
  background-color: #282828;
  color: #fff;
}
.ui-dropdown-type04 ul.on {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.ui-dropdown-type04 li.on {
  width: 100%;
}
.ui-dropdown-type03 {
  width: 124px;
  height: 32px;
  position: relative;
}
.ui-dropdown-type03 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 12px;
  border: none;
}
/* .ui-dropdown-type03 .label {
  height: 100%;
  padding: 8px 28px 4px 8px;
  background-color: #1c1c1c;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  border: none;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-dropdown-type03 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
} */
.ui-dropdown-type03 ul {
  width: 100px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  overflow-y: auto;
  max-height: 170px;
}
.ui-dropdown-type03 ul li {
  cursor: pointer;
  line-height: 20.3px;
  font-size: 12px;
  color: #B8B8B8;
  padding: 4px 8px;
}
.ui-dropdown-type03 ul li:hover {
  background-color: #282828;
  color: #fff;
}
.ui-dropdown-type03 ul.on {
  visibility: visible;
  opacity: 1;
}
.ui-dropdown-type05 {
  width: 160px;
  height: 32px;
  position: relative;
}
.ui-dropdown-type05 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 14px;
  border: none;
}
.ui-dropdown-type05 .label {
  height: 100%;
  padding: 8px 28px 4px 8px;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border: none;
  position: relative;
}
.ui-dropdown-type05 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type05 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.ui-dropdown-type05 ul li label {
  display: flex;
  align-items: center;
  padding: 4px 0;
  cursor: pointer;
}
.ui-dropdown-type05 ul li label input[type=checkbox] {
  background-color: #c5bbff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}
.ui-dropdown-type05 ul li label span {
  display: block;
  position: relative;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20.3px;
  padding-left: 24px;
}
.ui-dropdown-type05 ul li label span:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.ui-dropdown-type05 ul li label input[type=checkbox]:checked + span {
  color: #fff;
}
.ui-dropdown-type05 ul li label input[type=checkbox]:checked + span:before {
  background-image: url("../../images/iss/icons/icon-check-checked.png");
}
.ui-dropdown-type05 ul li label:hover {
  background-color: #282828;
}
.ui-dropdown-type05 ul li label:hover span {
  color: #fff;
}
.ui-dropdown-type05 ul.on {
  visibility: visible;
  opacity: 1;
}

.ui-dropdown-type06 {
  width: 210px;
  height: 32px;
  position: relative;
}
.ui-dropdown-type06 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 14px;
  border: none;
}
.ui-dropdown-type06 .label {
  height: 100%;
  padding: 8px 28px 4px 8px;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-dropdown-type06 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type06 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.ui-dropdown-type06 ul li label {
  display: flex;
  align-items: center;
  padding: 4px 0;
  cursor: pointer;
}
.ui-dropdown-type06 ul li label input[type=checkbox] {
  background-color: #c5bbff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}
.ui-dropdown-type06 ul li label span {
  display: block;
  position: relative;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20.3px;
  padding-left: 24px;
}
.ui-dropdown-type06 ul li label span:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.ui-dropdown-type06 ul li label input[type=checkbox]:checked + span {
  color: #fff;
}
.ui-dropdown-type06 ul li label input[type=checkbox]:checked + span:before {
  background-image: url("../../images/iss/icons/icon-check-checked.png");
}
.ui-dropdown-type06 ul li label:hover {
  background-color: #282828;
}
.ui-dropdown-type06 ul li label:hover span {
  color: #fff;
}
.ui-dropdown-type06 ul.on {
  visibility: visible;
  opacity: 1;
}
.ui-dropdown-type06.scroll ul.on {
  visibility: visible;
  opacity: 1;
  max-height: 200px;
  overflow-y: auto;
}
.ui-dropdown-type07 {
  width: 136px;
  height: 32px;
  position: relative;
  align-items: center;
  font-size: 14px;
  color: #BBBBBB;
}
.ui-dropdown-type07 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 14px;
  border: none;
}
.ui-dropdown-type07 .label {
  height: 100%;
  padding: 8px 28px 4px 8px;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ui-dropdown-type07 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type07 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.ui-dropdown-type07 ul li label {
  display: flex;
  align-items: center;
  padding: 4px 0;
  cursor: pointer;
}
.ui-dropdown-type07 ul li label input[type=checkbox] {
  background-color: #c5bbff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}
.ui-dropdown-type07 ul li label span {
  display: block;
  position: relative;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20.3px;
  padding-left: 24px;
}
.ui-dropdown-type07 ul li label span:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.ui-dropdown-type07 ul li label input[type=checkbox]:checked + span {
  color: #fff;
}
.ui-dropdown-type07 ul li label input[type=checkbox]:checked + span:before {
  background-image: url("../../images/iss/icons/icon-check-checked.png");
}
.ui-dropdown-type07 ul li label:hover {
  background-color: #282828;
}
.ui-dropdown-type07 ul li label:hover span {
  color: #fff;
}
.ui-dropdown-type07 ul.on {
  visibility: visible;
  opacity: 1;
}
.ui-dropdown-type07.scroll ul.on {
  visibility: visible;
  opacity: 1;
  max-height: 100px;
  overflow-y: auto;
}

.textContainer {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.ui-tooltip {
  position: relative;
  margin-left: 4px;
  margin-right: 8px;
  z-index: 55;
}
.ui-tooltip i {
  cursor: pointer;
  display: block;
  text-indent: -99999px;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-tooltip.png");
}
.ui-tooltip .tooltip {
  position: absolute;
  top: calc(100% + 14px);
  left: -7px;
  padding: 8px 12px;
  opacity: 0;
  background-color: #6d6d6d;
  border-radius: 4px;
  min-width: 170px;
  max-width: 256px;
  min-height: 20px;
  font-size: 12px;
  line-height: 17.4px;
  color: #fff;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.ui-tooltip .tooltip:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 10px;
  background-image: url("../../images/iss/layout/tooltop-arrow.png");
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 10;
}
.ui-tooltip i:hover + .tooltip {
  visibility: visible;
  opacity: 1;
}

.btn-search {
  background-color: #55565a;
  width: 63px;
  height: 32px;
  border-radius: 99px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.trend-btn-search {
  background-color: #55565a;
  width: 44px;
  height: 20px;
  border-radius: 99px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 600;
}
.btn-search:focus, .btn-search:hover,
.trend-btn-search:focus, .trend-btn-search:hover {
  background-color: #c5bbff;
  color: #010101;
}

.btn-detail {
  background-color: #55565a;
  width: 52px;
  height: 21px;
  border-radius: 99px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-detail:focus, .btn-detail:hover {
  background-color: #c5bbff;
  color: #010101;
}

.btn-submit {
  background-color: #55565a;
  width: 63px;
  height: 32px;
  border-radius: 99px;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-submit:focus, .btn-submit:hover {
  background-color: #c5bbff;
  color: #010101;
}

.ui-table-default .title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 auto;
  max-width: 90%;
}

.chart-doughnut-legend {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.chart-doughnut-legend ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chart-doughnut-legend ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-doughnut-legend ul li i {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #ddd;
}
.chart-doughnut-legend ul li span {
  font-size: 14px;
  color: #fff;
}

.chart-line-legend {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.chart-line-legend ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chart-line-legend ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-line-legend ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
}
.chart-line-legend ul li span {
  font-size: 12px;
  color: #fff;
}

.ui-pagination {
  margin: 12px 0 0 0;
}
.ui-pagination button.iconBtn {
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.ui-pagination button.iconBtn:active {
  background-color: #282828;
}
.ui-pagination button.iconBtn.btn-prev-single {
  background-image: url("../../images/iss/icons/icon-paging-arrow-single.png");
  background-size: 6px 10px;
}
.ui-pagination button.iconBtn.btn-prev-single:hover {
  background-image: url("../../images/iss/icons/icon-paging-arrow-single-hover.png");
}
.ui-pagination button.iconBtn.btn-prev-single.Mui-disabled {
  opacity: 1;
  background-image: url("../../images/iss/icons/icon-paging-arrow-single-disabled.png");
}
.ui-pagination button.iconBtn.btn-prev-double {
  background-image: url("../../images/iss/icons/icon-paging-arrow-double.png");
  background-size: 9.25px 9.5px;
}
.ui-pagination button.iconBtn.btn-prev-double:hover {
  background-image: url("../../images/iss/icons/icon-paging-arrow-double-hover.png");
}
.ui-pagination button.iconBtn.btn-prev-double.Mui-disabled {
  opacity: 1;
  background-image: url("../../images/iss/icons/icon-paging-arrow-double-disabled.png");
}
.ui-pagination button.iconBtn.btn-next-single {
  background-image: url("../../images/iss/icons/icon-paging-arrow-single.png");
  background-size: 6px 10px;
  transform: rotate(-180deg);
}
.ui-pagination button.iconBtn.btn-next-single:hover {
  background-image: url("../../images/iss/icons/icon-paging-arrow-single-hover.png");
}
.ui-pagination button.iconBtn.btn-next-single.Mui-disabled {
  opacity: 1;
  background-image: url("../../images/iss/icons/icon-paging-arrow-single-disabled.png");
}
.ui-pagination button.iconBtn.btn-next-double {
  background-image: url("../../images/iss/icons/icon-paging-arrow-double.png");
  background-size: 9.25px 9.5px;
  transform: rotate(-180deg);
}
.ui-pagination button.iconBtn.btn-next-double:hover {
  background-image: url("../../images/iss/icons/icon-paging-arrow-double-hover.png");
}
.ui-pagination button.iconBtn.btn-next-double.Mui-disabled {
  opacity: 1;
  background-image: url("../../images/iss/icons/icon-paging-arrow-double-disabled.png");
}
.ui-pagination ul {
  align-items: center;
  justify-content: center;
}
.ui-pagination ul li {
  cursor: pointer;
}
.ui-pagination ul li button,
.ui-pagination ul li > div {
  color: #fff;
}
.ui-pagination .MuiPaginationItem-root {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.ui-pagination .MuiPaginationItem-root:hover {
  text-decoration: underline;
}
.ui-pagination .MuiPaginationItem-page.Mui-selected {
  background-color: #282828;
}

.tableWrapper {
  box-shadow: none;
  background-color: inherit !important;
}
.tableWrapper table {
  width: 100%;
  background-color: inherit;
  border-radius: 0;
}
.tableWrapper table th,
.tableWrapper table td {
  vertical-align: middle;
}
.tableWrapper table thead th {
  background-color: #282828 !important;
  color: #b8b8b8;
  font-size: 14px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 4px !important;
  word-break: normal;
  line-height: normal !important;
}
.tableWrapper table tbody th,
.tableWrapper table tbody td {
  background-color: inherit;
  color: #fff;
  font-size: 14px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 4px !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  word-break: normal !important;
}
.tableWrapper table tbody tr:hover th,
.tableWrapper table tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.05);
}
.tableWrapper table tbody .ui-dropdown-type02 {
  /*margin: 0 auto;*/
  width: 90px;
}
.tableWrapper table tbody .ui-dropdown-type02 .label {
  /* text-align: center; */
  background-color: transparent;
  padding-top: 5px;
  border: 1px solid transparent;
}
.tableWrapper table tbody .ui-dropdown-type02 .label:before {
  width: 14px;
  height: 14px;
  background-image: url("../../images/iss/icons/icon-table-dropdown-arrow.png");
  top: 50%;
  right: 100%;
  margin-top: -7px;
}
.tableWrapper table tbody .ui-dropdown-type02 ul li {
  text-align: left;
}
.tableWrapper table tbody .ui-dropdown-type02.on .label {
  border: 1px solid #c5bbff;
}
.tableWrapper table tbody .ui-dropdown-type02.on .label:before {
  transform: rotate(180deg);
}
.tableWrapper table tbody .ui-dropdown-type04 {
  margin: 0 auto;
  width: 100px;
}
.tableWrapper table tbody .ui-dropdown-type04 .label {
  text-align: center;
  background-color: transparent;
  padding-top: 5px;
  border: 1px solid transparent;
}
.tableWrapper table tbody .ui-dropdown-type04 .label:before {
  width: 14px;
  height: 14px;
  background-image: url("../../images/iss/icons/icon-table-dropdown-arrow.png");
  top: 50%;
  right: 0px;
  margin-top: -7px;
}
.tableWrapper table tbody .ui-dropdown-type04 ul li {
  text-align: left;
}
.tableWrapper table tbody .ui-dropdown-type04.on .label {
  border: 1px solid #c5bbff;
}
.tableWrapper table tbody .ui-dropdown-type04.on .label:before {
  transform: rotate(180deg);
}
.tableWrapper table tbody .ui-dropdown-type03 {
  margin: 0 auto;
  width: 80px;
}
.tableWrapper table tbody .ui-dropdown-type03 .label {
  text-align: center;
  background-color: transparent;
  padding-top: 5px;
  border: 1px solid transparent;
}
.tableWrapper table tbody .ui-dropdown-type03 .label:before {
  width: 14px;
  height: 14px;
  background-image: url("../../images/iss/icons/icon-table-dropdown-arrow.png");
  top: 50%;
  right: 0px;
  margin-top: -7px;
}
.tableWrapper table tbody .ui-dropdown-type03 ul li {
  text-align: left;
}
.tableWrapper table tbody .ui-dropdown-type03.on .label {
  border: 1px solid #c5bbff;
}
.tableWrapper table tbody .ui-dropdown-type03.on .label:before {
  transform: rotate(180deg);
}
.tableWrapper .ellipsis {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 auto;
}
.tableWrapper label {
  display: block;
  width: 48px;
  margin: 0 auto;
  cursor: pointer;
}
.tableWrapper label input[type=checkbox] {
  background-color: #c5bbff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}
.tableWrapper label span {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-check.png");
}
.tableWrapper label input[type=checkbox]:checked + span {
  background-image: url("../../images/iss/icons/icon-check-checked.png");
}

.tableWrapper #historyHeaderTop th {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  line-height: 1.5rem !important;
}
.tableWrapper #historyHeaderTop th:first-child {
  border-left: none !important;
}
.tableWrapper #historyHeaderTop + tr th:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.collapseTable {
  box-shadow: none;
  background-color: inherit !important;
}
.collapseTable table {
  width: 100%;
  background-color: inherit;
  border-radius: 0;
}
.collapseTable table th,
.collapseTable table td {
  vertical-align: middle;
  position: relative;
}
.collapseTable table thead th {
  background-color: #282828 !important;
  color: #b8b8b8;
  font-size: 14px;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 4px !important;
  font-weight: normal;
  line-height: normal !important;
  word-break: normal !important;
  position: sticky;
  top: 0;
}
.collapseTable table tbody th,
.collapseTable table tbody td {
  background-color: inherit;
  color: #fff;
  font-size: 14px;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 4px 11px 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  word-break: normal !important;
}
.collapseTable table tbody tr:hover th,
.collapseTable table tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.05);
}
.collapseTable table tbody .ui-dropdown-type02 {
  margin: 0 auto;
  width: 100px;
}
.collapseTable table tbody .ui-dropdown-type02 .label {
  background-color: transparent;
  padding-top: 5px;
  border: 1px solid transparent;
  width: 110px;
}
.collapseTable table tbody .ui-dropdown-type02 .label:before {
  width: 14px;
  height: 14px;
  background-image: url("../../images/iss/icons/icon-table-dropdown-arrow.png");
  top: 50%;
  right: 100%;
  margin-top: -7px;
}
.collapseTable table tbody .ui-dropdown-type04 {
  margin: 0 auto;
  width: 100px;
}
.collapseTable table tbody .ui-dropdown-type04 .label {
  background-color: transparent;
  padding-top: 5px;
  border: 1px solid transparent;
  width: 110px;
}
.collapseTable table tbody .ui-dropdown-type04 .label:before {
  width: 14px;
  height: 14px;
  background-image: url("../../images/iss/icons/icon-table-dropdown-arrow.png");
  top: 50%;
  right: 13px;
  margin-top: -7px;
}
.box-tbl table tbody .ui-dropdown-type03 .label,
.collapseTable table tbody .ui-dropdown-type03 .label {
  text-align: center;
  background-color: transparent;
  padding-top: 5px;
  border: 1px solid transparent;
  width: 80px;
  text-align: left;
}
.box-tbl table tbody .ui-dropdown-type03 .label:before,
.collapseTable table tbody .ui-dropdown-type03 .label:before {
  width: 14px;
  height: 14px;
  background-image: url("../../images/iss/icons/icon-table-dropdown-arrow.png");
  top: 50%;
  right: 100%;
  margin-top: -7px;
}
.collapseTable table tbody .ui-dropdown-type02 ul li {
  text-align: left;
}
.collapseTable table tbody .ui-dropdown-type02.on .label {
  border: 1px solid transparent;
}
.collapseTable table tbody .ui-dropdown-type02.on .label:before {
  transform: rotate(180deg);
}
.collapseTable table tbody .ui-dropdown-type04 ul li {
  text-align: left;
}
.collapseTable table tbody .ui-dropdown-type04.on .label {
  border: 1px solid transparent;
}
.collapseTable table tbody .ui-dropdown-type04.on .label:before {
  transform: rotate(180deg);
}
.collapseTable table tbody .ui-dropdown-type03 {
  margin: 0 auto;
  width: 65px;
  float: left;
}
.collapseTable table tbody .ui-dropdown-type03 ul li {
  text-align: left;
}
.collapseTable table tbody .ui-dropdown-type03.on .label {
  border: 1px solid transparent;
}
.collapseTable table tbody .ui-dropdown-type03.on .label:before {
  transform: rotate(180deg);
}
.collapseTable table tbody > tr > td:hover > .tooltip {
  visibility: visible;
  opacity: 1;
}
.collapseTable .btn-expand {
  display: block;
  text-indent: -99999px;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  background-image: url("../../images/iss/icons/icon-collapse-open.png");
}
.collapseTable .btn-expand.on {
  background-image: url("../../images/iss/icons/icon-collapse-minus.png");
}
.collapseTable .btn-expand-arrow.on {
  transform: rotate(180deg);
}
.collapseTable .tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-width: 211px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #6D6D6D;
  border-radius: 4px;
  padding: 8px 12px 4px 12px;
  color: #fff;
  font-size: 12px;
  line-height: 17.4px;
  text-align: left;
  white-space: nowrap;
}
.collapseTable .tooltip:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 10px;
  background-image: url("../../images/iss/layout/bg-table-tooltip-arrow.png");
  position: absolute;
  top: -10px;
  left: 8px;
}
.collapseTable .ellipsis {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 auto;
}
.collapseTable label {
  display: block;
  width: 48px;
  margin: 0 auto;
  cursor: pointer;
}
.collapseTable label input[type=checkbox] {
  background-color: #c5bbff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}
.collapseTable label span {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-check.png");
}
.collapseTable label input[type=checkbox]:checked + span {
  background-image: url("../../images/iss/icons/icon-check-checked.png");
}
.collapseTable .MuiIconButton-root {
  color: #fff;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 0;
  text-indent: -999999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-image: url("../../images/iss/icons/icon-triangle-open.png");
}
.collapseTable .MuiIconButton-root svg {
  display: none;
}
.collapseTable .MuiTableRow-root.active td {
  background-color: rgba(255, 255, 255, 0.2);
}
.collapseTable .MuiTableRow-root.active .MuiIconButton-root {
  transform: rotate(180deg);
}
.collapseTable .insideTable {
  margin: 0;
  padding: 0;
  width: 100%;
}
.collapseTable .insideTable > td {
  padding: 0;
}
.collapseTable .insideTable td {
  /* background-color: #282828; */
  word-break: break-all;
}
.collapseTable .insideTable .MuiBox-root {
  margin: 0;
}
.collapseTable .insideTable .MuiTableCell-sizeSmall:last-child {
  padding-right: 0;
}

button[class*=btn-primary-],
a[class*=btn-primary-] {
  min-width: 160px;
  height: 44px;
  border-radius: 99px;
  line-height: 20.3px;
  font-size: 14px;
  font-weight: 600;
}
button[class*=btn-primary-].btn-primary-gray,
a[class*=btn-primary-].btn-primary-gray {
  background-color: #6d6d6d;
  color: #fff;
}
button[class*=btn-primary-].btn-primary-green,
a[class*=btn-primary-].btn-primary-green {
  background-color: #b5ecb5;
  color: #010101;
}
button[class*=btn-primary-].btn-primary-accent,
a[class*=btn-primary-].btn-primary-accent {
  background-color: #c5bbff;
  color: #010101;
}
button[class*=btn-icon-],
a[class*=btn-icon-] {
  padding: 3px 4px 2px 4px;
  background-color: #6D6D6D;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
}
button[class*=btn-icon-] i,
a[class*=btn-icon-] i {
  text-indent: -999999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  width: 16px;
  height: 16px;
}
button[class*=btn-icon-] span,
a[class*=btn-icon-] span {
  font-size: 12px;
  color: #fff;
}
button[class*=btn-icon-].btn-icon-edit i,
a[class*=btn-icon-].btn-icon-edit i {
  background-image: url("../../images/iss/icons/icon-pencil.png");
}
button[class*=btn-icon-].btn-icon-delete i,
a[class*=btn-icon-].btn-icon-delete i {
  background-image: url("../../images/iss/icons/icon-bin.png");
}

button[class*=btn-icon-].btn-icon-share i,
a[class*=btn-icon-].btn-icon-share i {
  background-image: url("../../images/iss/icons/icon-share.png");
}
button[class*=btn-icon-].btn-icon-download i,
a[class*=btn-icon-].btn-icon-download i {
  background-image: url("../../images/iss/icons/icon-download.png");
}
button[class*=btn-icon-].btn-icon-detail i,
a[class*=btn-icon-].btn-icon-detail i {
  background-image: url("../../images/iss/icons/detail_icon.png");
  width: 16px;
  height: 16px;
}
.MuiBackdrop-root {
  background-color: rgba(1, 1, 1, 0.7) !important;
}

.modal-alert .MuiPaper-elevation24 {
  width: 288px;
  background-color: #1c1c1c;
  border-radius: 12px;
}
.modal-alert-long .MuiPaper-elevation24 {
  width: 576px;
  background-color: #1c1c1c;
  border-radius: 12px;
  white-space: pre-wrap;
}
.modal-alert .modal-title {
  padding: 12px 52px 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.modal-alert .modal-title h2 {
  font-size: 18px;
  line-height: 24.3px;
  font-weight: 600;
  color: #fff;
}
.modal-alert .modal-title .btn-close {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-modal-close.png");
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-alert .modal-contents {
  padding: 20px;
}
.modal-alert .modal-contents p {
  color: #fff;
  line-height: 23.2px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
.modal-alert-long .modal-contents p {
  color: #fff;
  line-height: 23.2px;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
}
.modal-alert .modal-buttons {
  padding: 4px 0 20px 0;
}
.modal-alert .modal-buttons button {
  margin: 0 auto;
}

.modal-confirm .MuiPaper-elevation24 {
  width: 500px;
  height: auto;
  background-color: #1c1c1c;
  border-radius: 12px;
}
.modal-confirm .modal-title {
  padding: 12px 52px 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.modal-confirm .modal-title h2 {
  font-size: 18px;
  line-height: 24.3px;
  font-weight: 600;
  color: #fff;
}
.modal-confirm .modal-title .btn-close {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-modal-close.png");
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-confirm .modal-contents {
  padding: 20px;
}
.modal-confirm .modal-contents p {
  color: #fff;
  line-height: 23.2px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
.modal-confirm .modal-buttons {
  padding: 4px 0 20px 0;
}
.modal-confirm .modal-buttons button {
  margin: 0 auto;
}

.modal-image .MuiPaper-elevation24 {
  width: 900px;
  height: auto;
  background-color: #1c1c1c;
  border-radius: 12px;
}
.modal-image .modal-title {
  padding: 12px 52px 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.modal-image .modal-title h2 {
  font-size: 18px;
  line-height: 24.3px;
  font-weight: 600;
  color: #fff;
}
.modal-image .modal-title .btn-close {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-modal-close.png");
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-image .modal-contents {
  padding: 20px;
}
.modal-image .modal-contents p {
  color: #fff;
  line-height: 23.2px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
.modal-image .modal-buttons {
  padding: 4px 0 20px 0;
}
.modal-image .modal-buttons button {
  margin: 0 auto;
}

.modal-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1c1c1c;
  border-radius: 12px;
}
.modal-default.modal-create-jira {
  width: 420px;
}
.modal-default.modal-create-jira .modal-contents-container {
  padding: 8px 20px 0 20px;
}
.modal-default.modal-jira-comment {
  width: 442px;
}
.modal-default.modal-jira-comment .modal-contents-container {
  padding: 20px 20px 0 20px;
}
.modal-default.modal-jira-comment .modal-contents-container .line {
  margin-top: 20px;
}
.modal-default.modal-jira-comment .modal-contents-container .line:first-child {
  margin-top: 0;
}
.modal-default.modal-jira-comment .user-control-button {
  gap: 4px;
}
.modal-default .modal-title {
  position: relative;
  padding: 12px 52px 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-default .modal-title h2 {
  line-height: 24.3px;
  font-weight: 600;
  coloR: #fff;
  font-size: 18px;
}
.modal-default .modal-title .btn-close-modal {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-modal-close.png");
  position: absolute;
  top: 12px;
  right: 12px;
}
.modal-default .modal-footer {
  padding: 12px 0;
}
.modal-default .modal-footer .button-container {
  display: flex;
  gap: 12px;
}
.modal-default .ui-commentlist .head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.modal-default .ui-commentlist .head .user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal-default .ui-commentlist .head .user > div {
  line-height: 20.3px;
  font-size: 14px;
}
.modal-default .ui-commentlist .head .user .name {
  color: #c5bbff;
  font-weight: 600;
}
.modal-default .ui-commentlist .head .user .userid {
  position: relative;
  color: #fff;
  padding-left: 10px;
}
.modal-default .ui-commentlist .head .user .userid:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.modal-default .ui-commentlist .head .date {
  font-size: 12px;
  color: #b8b8b8;
  line-height: 17.4px;
}
.modal-default .ui-commentlist .form-box textarea {
  width: 100%;
  height: 120px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 20.3px;
  color: #fff;
  background-color: transparent;
}
.modal-default .ui-commentlist .form-box textarea::placeholder {
  color: #b8b8b8;
}
.modal-default .ui-commentlist .user-control-button {
  display: flex;
  justify-content: flex-end;
}
.ui-form .lineStat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ui-form .lineStat .title h3 {
  font-size: 14px;
  color: #fff;
  line-height: 20.3px;
}
.ui-form .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.ui-form .line .title h3 {
  font-size: 14px;
  color: #fff;
  line-height: 20.3px;
}
.ui-form .line .form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 110px);
}
.ui-form .line .form-box input[type=text],
.ui-form .line .form-box textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  line-height: 20.3px;
  background-color: transparent;
}
.ui-form .line .form-box input[type=text]::placeholder,
.ui-form .line .form-box textarea::placeholder {
  color: #B8B8B8;
}
.ui-form .line .form-box input[type=text] {
  height: 32px;
  padding: 0 8px;
}
.ui-form .line .form-box textarea {
  width: 100%;
  height: 120px;
  padding: 8px;
}

.ui-datepicker {
  display: flex;
  align-items: center;
  gap: 8px;
  /*custom*/
}
.ui-datepicker .label {
  font-size: 14px;
  color: #fff;
  line-height: 20.3px;
}
.ui-datepicker .datepick-container {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.ui-datepicker .datepick-container .text {
  font-size: 14px;
  line-height: 20.3px;
  color: #b8b8b8;
}
.ui-datepicker .datepick-container .datepick-box {
  position: relative;
}
.ui-datepicker .datepick-container .datepick-box .value-date {
  display: block;
  width: 124px;
  height: 32px;
  background-color: #1C1C1C;
  border: none;
  border-radius: 0;
  color: #b8b8b8;
  font-size: 14px;
  padding: 8px 0 4px 8px;
  position: relative;
}
.ui-datepicker .datepick-container .datepick-box .value-statistics-date {
  display: block;
  width: 100px;
  height: 32px;
  background-color: #1C1C1C;
  border: none;
  border-radius: 0;
  color: #b8b8b8;
  font-size: 14px;
  padding: 8px 0 4px 8px;
  position: relative;
}
.ui-datepicker .datepick-container .datepick-box .value-date:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-calendar.png");
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.ui-datepicker .datepick-container .datepick-box .value-statistics-date:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-calendar.png");
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.ui-datepicker.trend .datepick-container {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0px;
}
.ui-datepicker.trend .datepick-container .calendar-container {
  width: 180px;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 10;
}
.ui-datepicker .datepick-container .calendar-container {
  width: 368px;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 10;
}
.ui-datepicker .rmdp-wrapper {
  background-color: #010101;
  border: 1px solid #c5bbff;
  box-shadow: none;
  border-radius: 0;
}
.ui-datepicker .rmdp-top-class {
  display: block !important;
  width: 100%;
}
.ui-datepicker .rmdp-day-picker {
  display: block !important;
}
.ui-datepicker.trend .rmdp-calendar {
  padding: 2px 2px 0 2px;
}
.ui-datepicker .rmdp-calendar {
  padding: 20px 20px 0 20px;
}
.ui-datepicker .rmdp-arrow-container {
  border-radius: 0;
  height: 30px;
  width: 30px;
  margin: 0;
  background-color: none;
}
.ui-datepicker .rmdp-arrow-container:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.ui-datepicker .rmdp-arrow-container .rmdp-arrow {
  border: none;
  transform: none;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  transform: rotate(-180deg);
  background-image: url("../../images/iss/icons/icon-datepicker-arrow.png");
}
.ui-datepicker .rmdp-arrow-container .rmdp-arrow:hover {
  background-color: none !important;
  border: none !important;
  transform: rotate(0deg);
  background-image: url("../../images/iss/icons/icon-datepicker-arrow-hover.png");
}
.ui-datepicker .rmdp-arrow-container.rmdp-right {
  transform: rotate(180deg);
}
.ui-datepicker .rmdp-header {
  margin: 0 0 4px 0;
  padding: 0;
}
.ui-datepicker.trend .rmdp-header .rmdp-header-values {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
}
.ui-datepicker .rmdp-header .rmdp-header-values {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.3px;
}
.ui-datepicker .rmdp-day-picker {
  padding: 0;
}
.ui-datepicker.trend .rmdp-day-picker .rmdp-week {
  justify-content: center;
  margin-bottom: 1px;
}
.ui-datepicker .rmdp-day-picker .rmdp-week {
  justify-content: center;
  margin-bottom: 8px;
}
.ui-datepicker .rmdp-day-picker .rmdp-week:last-child {
  margin-bottom: 0;
}
.ui-datepicker .rmdp-day-picker .rmdp-range {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.ui-datepicker.trend .rmdp-day-picker .rmdp-week-day {
  width: 24px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 10px;
}
.ui-datepicker .rmdp-day-picker .rmdp-week-day {
  width: 44px;
  height: 44Px;
  font-size: 14px;
  color: #fff;
  line-height: 20.3px;
}
.ui-datepicker.trend .rmdp-day-picker .rmdp-day {
  width: 24px;
  height: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 10px;
  font-weight: 600;
}
.ui-datepicker .rmdp-day-picker .rmdp-day {
  width: 44px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  line-height: 23.2px;
  font-weight: 600;
}
.ui-datepicker.trend .rmdp-day-picker .rmdp-day span {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 20px;
}
.ui-datepicker .rmdp-day-picker .rmdp-day span {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
}
.ui-datepicker .rmdp-day-picker .rmdp-day.rmdp-selected span {
  background-color: #c5bbff;
}
.ui-datepicker .rmdp-day-picker .rmdp-day:hover span {
  text-decoration: underline;
  background: none !important;
}
.ui-datepicker .rmdp-day-picker .rmdp-day.rmdp-day-hidden:hover span {
  background: none;
}
.ui-datepicker .rmdp-day-picker .rmdp-day.start span, .ui-datepicker .rmdp-day-picker .rmdp-day.end span {
  background-color: #c5bbff;
  color: #010101;
}
.ui-datepicker .rmdp-day-picker .rmdp-day.start span:hover, .ui-datepicker .rmdp-day-picker .rmdp-day.end span:hover {
  background-color: #c5bbff !important;
  text-decoration: none;
}
.ui-datepicker .rmdp-month-picker, .ui-datepicker .rmdp-year-picker {
  background: #010101;
}
.ui-datepicker .rmdp-day, .ui-datepicker .rmdp-week-day {
  color: #fff;
}
.ui-datepicker.trend .button-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 4px;
}
.ui-datepicker.trend .datepick-container .datepick-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #1c1c1c;
  color: #FFFFFF;
  font-size: 14px;
}
.ui-datepicker.trend .datepick-container .datepick-box .value-date {
  display: block;
  width: 136px;
  height: 32px;
  background-color: #1C1C1C;
  border: none;
  border-radius: 0;
  color: #b8b8b8;
  font-size: 14px;
  padding: 8px 0 4px 8px;
  position: relative;
}
.ui-datepicker .button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 20px;
}
.ui-datepicker .rmdp-deactive span {
  color: #282828;
  opacity: 1 !important;
}
.ui-datepicker .rmdp-disabled span {
  opacity: 0.6;
}

.ui-loading .dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgb(0, 0, 0);
}
.ui-loading .loading-img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  color: #c5bbff;
  font-size: 28px;
  line-height: 37.8px;
  padding-top: 122px;
  text-transform: uppercase;
}
.ui-loading .loading-img:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 82px;
  height: 82px;
  background-image: url("../../images/iss/icons/loading.gif");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body {
  background-color: #010101;
  color: #b8b8b8;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

html,
body,
#root {
  height: 100%;
}

.iss-main {
  background-color: #010101 !important;
  color: #b8b8b8;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  letter-spacing: normal;
  line-height: normal;
  margin: -16px -30px -40px -30px;
}

.header-container {
  width: 100%;
  min-width: 1920px;
  height: 80px;
  background-color: #302d3e;
}
.header-container .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.header-container .nav-hamburger {
  margin-right: 65px;
  display: block;
  text-indent: -99999px;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-hamburger.png");
}
.header-container header h1 {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999px;
}
.header-container header nav > ul {
  display: flex;
  gap: 48px;
}
.header-container header nav > ul > li {
  position: relative;
}
.header-container header nav > ul > li > a {
  display: flex;
  position: relative;
  height: 80px;
  align-items: center;
  font-size: 18px;
  color: #b8b8b8;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header-container header nav > ul > li > a:before {
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b8b8b8;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
.header-container header nav > ul > li.on a, .header-container header nav > ul > li:hover a {
  color: #ffffff;
}
.header-container header nav > ul > li.on a:before, .header-container header nav > ul > li:hover a:before {
  opacity: 1;
}
.header-container header nav > ul > li .gnb-cdp {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
  padding-left: 30px;
  background-image: url("../../images/iss/icons/gnb_icon_cdp.png");
}
.header-container header nav > ul > li > ul {
  min-width: 152px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 16px 8px;
  background-color: #010101;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.header-container header nav > ul > li > ul > li > a {
  display: block;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 23.2px;
  color: #b8b8b8;
}
.header-container header nav > ul > li > ul > li > a:hover {
  background-color: #282828;
  color: #fff;
}
.header-container header nav > ul > li > ul > li > ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20.3px;
  color: #b8b8b8;
}
.header-container header nav > ul > li > ul > li > ul li a:before {
  display: inline-block;
  content: "-";
  margin-right: 3px;
}
.header-container .user-control {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.header-container .user-control .running-time,
.header-container .user-control .dropmenu-user-setting {
  height: 80px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-container .user-control .running-time {
  padding: 0 24px;
}
.header-container .user-control .running-time span {
  display: block;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 0 0 0 38px;
}
.header-container .user-control .running-time span:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  left: 0;
  background-image: url("../../images/iss/icons/user-running-time.png");
}
.header-container .user-control .dropmenu-user-setting {
  position: relative;
}
.header-container .user-control .dropmenu-user-setting button {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  padding: 0 0 0 24px;
}
.header-container .user-control .dropmenu-user-setting button span {
  display: inline-block;
  position: relative;
  padding: 0 26px 0 38px;
}
.header-container .user-control .dropmenu-user-setting button span:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../../images/iss/icons/user-setting-user.png");
}
.header-container .user-control .dropmenu-user-setting button span:after {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../../images/iss/icons/user-setting-dropdown-arrow.png");
}
.header-container .user-control .dropmenu-user-setting .ui-dropmenu {
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #333;
  padding: 10px;
  box-shadow: 1px 3px 2px 3px rgba(255, 255, 255, 0.1);
}
.header-container .hamburger-sub-nav {
  width: 186px;
  height: calc(100% - 80px);
  padding: 36px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #010101;
  position: fixed;
  top: 80px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header-container .hamburger-sub-nav > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header-container .hamburger-sub-nav > ul > li > a {
  display: block;
  position: relative;
  padding: 4px 0 4px 40px;
  line-height: 23.2px;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.header-container .hamburger-sub-nav > ul > li > a:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  filter: brightness(100);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.header-container .hamburger-sub-nav > ul > li > a.sub-nav-dashboard:before {
  background-image: url("../../images/iss/icons/lnb-icon-dashboard.png");
}
.header-container .hamburger-sub-nav > ul > li > a.sub-nav-service:before {
  background-image: url("../../images/iss/icons/lnb-icon-service.png");
}
.header-container .hamburger-sub-nav > ul > li > a.sub-nav-contents:before {
  background-image: url("../../images/iss/icons/lnb-icon-contents.png");
}
.header-container .hamburger-sub-nav > ul > li > a.sub-nav-statis:before {
  background-image: url("../../images/iss/icons/lnb-icon-statis.png");
}
.header-container .hamburger-sub-nav > ul > li > a.sub-nav-preservice:before {
  background-image: url("../../images/iss/icons/lnb-icon-predetection.png");
}
.header-container .hamburger-sub-nav > ul > li > a.sub-nav-issuehistory:before {
  background-image: url("../../images/iss/icons/lnb-icon-issuehistory.png");
}
.header-container .hamburger-sub-nav > ul > li > a:hover {
  background-color: #c5bbff;
  color: #010101;
}
.header-container .hamburger-sub-nav > ul > li > a:hover:before {
  filter: brightness(0);
}
.header-container .hamburger-sub-nav > ul > li > ul > li > a {
  display: block;
  position: relative;
  padding: 4px 0 4px 40px;
  line-height: 20.3px;
  font-size: 14px;
  color: #b8b8b8;
}
.header-container .hamburger-sub-nav > ul > li > ul > li > a:before {
  content: "-";
  position: absolute;
  top: 3px;
  left: 32px;
}
.header-container .hamburger-sub-nav .btn-toggle {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 34px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  background-image: url("../../images/iss/icons/lnb-close.png");
  bottom: 32px;
  right: 0;
  z-index: 5;
}
.header-container .hamburger-sub-nav.on {
  opacity: 1;
  visibility: visible;
}

.main-container {
  height: calc(100% - 80px);
}
.main-container .inner {
  height: 100%;
}
.main-container .contents-section-container {
  display: flex;
  padding: 36px 24px 24px 24px;
  gap: 24px;
}
.main-container .contents-section-container .sidebar-section {
  width: 292px;
  height: 100%;
  display: flex;
}
.main-container .contents-section-container .contents-section {
  width: calc(100% - 292px);
}
.main-container .contents-section-container .contents-section .grid-vertical-two {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.main-container .contents-section-container .contents-section .grid-vertical-two > .grid-left {
  width: 1030px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-container .contents-section-container .contents-section .grid-vertical-two > .grid-right {
  width: calc(100% - 1030px - 24px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-container .contents-section-container .contents-section .grid-column-2 {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.main-container .contents-section-container .contents-section .grid-column-2 > div {
  width: calc(50% - 12px);
}
.main-container .contents-section-container .contents-section .grid-column-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-container .contents-section-container .contents-section .grid-row-2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px;
  background-color: #1c1c1c;
}
.main-container .contents-section-container .contents-section .grid-single-row {
  width: 100%;
}
.main-container .contents-section-container .contents-section .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.main-container .contents-section-container .contents-section .head .title h1 {
  font-size: 600;
  color: #fff;
  font-size: 22px;
  line-height: normal;
}
.main-container .contents-section-container .contents-section .head .tab-titles {
  display: flex;
  align-items: center;
}
.main-container .contents-section-container .contents-section .head .tab-titles > div {
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}
.main-container .contents-section-container .contents-section .head .tab-titles > div:before {
  display: block;
  font-size: 24px;
  line-height: 37.8px;
  color: #6d6d6d;
  font-weight: 600;
}
.main-container .contents-section-container .contents-section .head .tab-titles > div h1 {
  padding-left: 8px;
  color: #6d6d6d;
  display: block;
  position: relative;
  line-height: 24.3px;
  flex-grow: 1;
  padding: 8px 8px 8px;
}
.main-container .contents-section-container .contents-section .head .tab-titles > div:first-child {
  margin-left: 0;
}
.main-container .contents-section-container .contents-section .head .tab-titles > div:first-child:before {
  display: none;
}
.main-container .contents-section-container .contents-section .head .tab-titles > div.on {
  border-radius: 10px 10px 0 0;
  background-color: #282828;
  border: 1px solid #535353;
  border-bottom: none;
}
.main-container .contents-section-container .contents-section .head .tab-titles > div.on h1{
  color: #fff;
}
.main-container .contents-section-container .contents-section .box-tbl {
  padding: 20px 20px 0 20px;
  background-color: #1c1c1c;
}
.main-container .contents-section-container .contents-section .box-tbl .head {
  margin-bottom: 16px;
}
.main-container .contents-section-container .contents-section .box-tbl .head .title {
  display: flex;
  align-items: center;
}
.main-container .contents-section-container .contents-section .box-tbl .head .title h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
}
.main-container .contents-section-wide {
  width: 100%;
}
.main-container .contents-section-wide .grid-row-wide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-container .contents-section-wide .grid-row-wide > div {
  width: 100%;
  padding: 20px 20px 0 20px;
  background-color: #1c1c1c;
}
.main-container .contents-section-wide .grid-row-wide > div .head {
  margin-bottom: 16px;
}
.main-container .contents-section-wide .grid-row-wide > div .head .title {
  display: flex;
  align-items: center;
}
.main-container .contents-section-wide .grid-row-wide > div .head .title h2 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
}
.main-container .contents-section-wide .grid-column-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-container .contents-section-wide .grid-row-wide-prewrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  white-space: pre-wrap;
}
.main-container .contents-section-wide .grid-row-wide-prewrap > div {
  width: 100%;
  padding: 20px 20px 0 20px;
  background-color: #1c1c1c;
}
.sidebar-section {
  display: flex;
  flex-direction: column;
}
.sidebar-section .box-total-issue,
.sidebar-section .box-search {
  background-color: #282828;
}
.sidebar-section .head-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.sidebar-section .head-title h1 {
  font-size: 26px;
  line-height: 32.4px;
  color: #fff;
}
.sidebar-section .head-title .btn-refresh {
  display: block;
  text-indent: -99999px;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-refresh.png");
}
.sidebar-section .box-total-issue {
  height: 108px;
  border: 2px solid #c5bbff;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}
.sidebar-section .box-total-issue h2 {
  font-size: 18px;
  color: #fff;
  line-height: 24.3px;
  font-weight: 600;
}
.sidebar-section .box-total-issue .time {
  font-size: 12px;
  line-height: 17.4px;
}
.sidebar-section .box-total-issue strong {
  display: block;
  text-align: right;
  font-weight: 700;
  color: #c5bbff;
  font-size: 32px;
  line-height: 43.2px;
}
.sidebar-section .box-summary-tabs {
  margin-bottom: 25px;
}
.sidebar-section .box-summary-tabs .tab-box {
  padding: 20px 0 16px 0;
}
.sidebar-section .box-summary-tabs .contents-service {
  display: flex;
  flex-direction: column;
}
.sidebar-section .box-summary-tabs .contents-service .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar-section .box-summary-tabs .contents-service .line:nth-child(1) {
  padding: 0 20px 8px 20px;
  align-items: flex-start;
  border-top: none;
}
.sidebar-section .box-summary-tabs .contents-service .line:nth-child(1) .num-summary strong {
  color: #c5bbff;
}
.sidebar-section .box-summary-tabs .contents-service .line:nth-child(2) .num-summary strong {
  color: #f6c065;
}
.sidebar-section .box-summary-tabs .contents-service .line:nth-child(3) .num-summary strong {
  color: #85dddb;
}
.sidebar-section .box-summary-tabs .contents-service h3 {
  font-size: 16px;
  color: #fff;
  line-height: 23.2px;
}
.sidebar-section .box-summary-tabs .contents-service .num-summary strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}
.sidebar-section .box-summary-tabs .contents-service .num-summary .new {
  display: block;
  position: relative;
  color: #e992e3;
  font-weight: 600;
  font-size: 14px;
  padding-left: 33px;
  margin: 4px 0 0 0;
}
.sidebar-section .box-summary-tabs .contents-service .num-summary .new:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon_new.gif");
  background-size: 100% 100%;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-section .box-summary-tabs .contents-service .ui-chart-container .new {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding-left: 30px;
  margin: 4px 0 0 0;
}
.sidebar-section .box-summary-tabs .contents-service .ui-chart-container .new:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon_new.gif");
  background-size: 100% 100%;
  width: 27px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-section .box-summary-tabs .contents-service .ui-chart-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 20px 0 20px;
}
.sidebar-section .box-summary-tabs .contents-service .ui-chart-container h3 {
  margin-bottom: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.sidebar-section .box-summary-tabs .contents-service .ui-chart-container h3 span {
  display: block;
  font-size: 14px;
}
.sidebar-section .box-summary-tabs .contents-service .ui-chart-container .chart-wrap {
  width: 258px;
  height: 136px;
}
.sidebar-section .box-search {
  padding: 20px;
  margin-bottom: 100px;
}
.sidebar-section .box-search .box-search-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.sidebar-section .box-search .field-input-search {
  width: 100%;
  height: 44px;
  background-color: #55565a;
  padding: 10px 12px;
}
.sidebar-section .box-search .field-input-search form {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  position: relative;
}
.sidebar-section .box-search .field-input-search form i {
  text-indent: -999999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  width: 24px;
  height: 24px;
  background-image: url("../../images/iss/icons/icon-search.png");
}
.sidebar-section .box-search .field-input-search form input {
  width: calc(100% - 24px);
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #b8b8b8;
}
.sidebar-section .box-search .field-input-search form input::placeholder {
  color: #b8b8b8;
}
.sidebar-section .box-search .field-input-search form .btn-del {
  opacity: 0;
  display: block;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon-search-del.png");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.sidebar-section .box-issues-inquiry {
  margin-bottom: 20px;
}
.sidebar-section .box-issues-inquiry h2 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 20.3px;
  margin-bottom: 8px;
}
.sidebar-section .box-issues-inquiry table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar-section .box-issues-inquiry table th,
.sidebar-section .box-issues-inquiry table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  font-size: 10px;
  padding: 3px 12px;
  line-height: 14.5px;
}
.sidebar-section .box-issues-inquiry table th {
  background-color: #282828;
  text-align: center;
  width: 65px;
}
.sidebar-section .box-issues-inquiry table td {
  text-align: left;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.sidebar-section footer p {
  font-size: 18px;
  line-height: 28px;
  color: #888888;
  display: block;
  position: relative;
  padding-left: 70px;
  font-weight: 700;
}
.sidebar-section footer p:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 48px;
  height: 48px;
  background-image: url("../../images/iss/logo-lg.png");
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.box-worldmap .head {
  margin-bottom: 11px !important;
}
.box-worldmap .ui-chart-container {
  width: 100%;
  height: 550px;
  background-color: #1c1c1c;
  background-image: url("../../images/iss/chart/chart-bg-earth.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.box-worldmap .ui-chart-container:hover{
  cursor: pointer;
}
.box-worldmap .ui-chart-container .chart-type-donut {
  position: absolute;
  z-index: 5;
}
.box-worldmap .ui-chart-container .donut-chart-01 {
  top: 223px;
  left: 101px;
}
.box-worldmap .ui-chart-container .donut-chart-02 {
  top: 130px;
  left: 478px;
}
.box-worldmap .ui-chart-container .donut-chart-03 {
  top: 374px;
  left: 266px;
}
.box-worldmap .ui-chart-container .donut-chart-04 {
  top: 295px;
  right: 264px;
}
.box-worldmap .ui-chart-container .donut-chart-05 {
  bottom: 26px;
  right: 97px;
}
.box-worldmap .ui-chart-container .donut-chart-06 {
  top: 204px;
  left: 830px;
}
.box-worldmap .ui-chart-container .donut-chart-07 {
  top: 63px;
  left: 123px;
}
.box-worldmap .ui-chart-container .label,
.box-worldmap .ui-chart-container .num {
  position: absolute;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.box-worldmap .ui-chart-container .label {
  top: 40px;
  font-size: 14px;
}
.box-worldmap .ui-chart-container .num {
  top: 60px;
  font-size: 32px;
  font-weight: 700;
}

.box-appIssues,
.box-playbackIssues {
  height: 324px;
}
.box-appIssues .tableWrapper thead th,
.box-playbackIssues .tableWrapper thead th {
  background-color: #1c1c1c !important;
  line-height: normal !important;
  word-break: normal !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding: 0px;
}

.box-imageIssues {
  height: 940px;
}
.box-imageIssues .tableWrapper thead th {
  background-color: #1c1c1c !important;
  line-height: normal !important;
  word-break: normal !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.box-imageIssues .tableWrapper tbody td:last-child {
  word-break:break-word !important;
}

.box-secheduleIssues {
  height: 324px;
}
.box-secheduleIssues .tableWrapper thead th {
  background-color: #1c1c1c !important;
  line-height: normal !important;
  word-break: normal !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.box-channel-dataflow .head {
  margin-bottom: 11px;
}
.box-channel-dataflow .dafaflow-container {
  width: 100%;
  height: 620px;
  background-color: #1c1c1c;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 25px 20px 24px;
}
.box-channel-dataflow .dafaflow-container .box {
  height: 100%;
}
.box-channel-dataflow .dafaflow-container .box .head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-channel-dataflow .dafaflow-container .box .head h2 {
  font-size: 18px;
  color: #fff;
  line-height: 24.3px;
  font-weight: 600;
  width: 100px;
}
.box-channel-dataflow .dafaflow-container .box .head .bg-gradient {
  height: 2px;
  text-indent: -999999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.box-channel-dataflow .dafaflow-container .box .head .bg-gradient.bg-cp {
  width: 429px;
  background-image: url("../../images/iss/layout/cp_clean.gif");
}
.box-channel-dataflow .dafaflow-container .box .head .bg-gradient.bg-cp.on {
  background-image: url("../../images/iss/layout/cp_issue.gif");
}
.box-channel-dataflow .dafaflow-container .box .head .bg-gradient.bg-cmp {
  width: 110px;
  background-image: url("../../images/iss/layout/cmp_clean.gif");
}
.box-channel-dataflow .dafaflow-container .box .head .bg-gradient.bg-cmp.on {
  background-image: url("../../images/iss/layout/cmp_issue.gif");
}
.box-channel-dataflow .dafaflow-container .box .head .bg-gradient.bg-device {
  width: 109px;
  background-image: url("../../images/iss/layout/device_clean.gif");
}
.box-channel-dataflow .dafaflow-container .box .head .bg-gradient.bg-device.on {
  background-image: url("../../images/iss/layout/device_issue.gif");
}
.box-channel-dataflow .dafaflow-container .box:nth-child(1) {
  width: 487px;
}
.box-channel-dataflow .dafaflow-container .box:nth-child(3) {
  width: 164px;
}
.box-channel-dataflow .dafaflow-container .box:nth-child(5) {
  width: 170px;
}
.box-channel-dataflow .dafaflow-container .summary-box {
  width: 100%;
  background-color: #282828;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-channel-dataflow .dafaflow-container .summary-box h3 {
  padding-left: 32px;
  font-size: 18px;
  color: #b8b8b8;
  line-height: 24.3px;
  position: relative;
}
.box-channel-dataflow .dafaflow-container .summary-box h3:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.box-channel-dataflow .dafaflow-container .summary-box strong {
  font-size: 32px;
  color: #6d6d6d;
  font-weight: 700;
  line-height: 43.2px;
}
.box-channel-dataflow .dafaflow-container .bg-processing {
  width: 72px;
  height: calc(100% - 31px);
  text-indent: -999999px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  background-image: url("../../images/iss/layout/processing.gif");
}
.box-channel-dataflow .dafaflow-container .cp-contents {
  width: 100%;
  height: calc(100% - 31px);
  overflow: hidden;
}
.box-channel-dataflow .dafaflow-container .cp-contents:hover {
  overflow-y: auto;
}
.box-channel-dataflow .dafaflow-container .cp-contents ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px 7px;
}
.box-channel-dataflow .dafaflow-container .cp-contents ul li {
  width: 91px;
  height: 80px;
  border-radius: 8px;
  background-color: #010101;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
.box-channel-dataflow .dafaflow-container .cp-contents ul li.on {
  opacity: 1;
  border: 2px solid #f6c065;
  cursor: pointer
}
.box-channel-dataflow .dafaflow-container .cp-contents ul li.on .num {
  color: #f6c065;
}
.box-channel-dataflow .dafaflow-container .cp-contents .logo {
  width: 69px;
  height: 44px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-channel-dataflow .dafaflow-container .cp-contents .num {
  font-size: 18px;
  color: #6d6d6d;
  font-weight: 700;
  line-height: 24.3px;
}
.box-channel-dataflow .dafaflow-container .cmp-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.box-channel-dataflow .dafaflow-container .cmp-contents .summary-box {
  height: 166px;
  gap: 25px;
}
.box-channel-dataflow .dafaflow-container .cmp-contents .summary-box:nth-child(1) h3:before {
  background-image: url("../../images/iss/icons/icon-contents-channel.png");
}
.box-channel-dataflow .dafaflow-container .cmp-contents .summary-box:nth-child(2) h3:before {
  background-image: url("../../images/iss/icons/icon-contents-home.png");
}
.box-channel-dataflow .dafaflow-container .cmp-contents .summary-box:nth-child(3) h3:before {
  background-image: url("../../images/iss/icons/icon-contents-data.png");
}
.box-channel-dataflow .dafaflow-container .cmp-contents .summary-box.on {
  border: 2px solid #85dddb;
  cursor: pointer;
}
.box-channel-dataflow .dafaflow-container .cmp-contents .summary-box.on strong {
  color: #85dddb;
}
.box-channel-dataflow .dafaflow-container .device-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.box-channel-dataflow .dafaflow-container .device-contents .summary-box {
  height: 260px;
  gap: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.box-channel-dataflow .dafaflow-container .device-contents .summary-box strong {
  display: block;
  width: 100%;
  text-align: center;
}
.box-channel-dataflow .dafaflow-container .device-contents .summary-box h3 {
  margin: 24px 0 61px 20px;
}
.box-channel-dataflow .dafaflow-container .device-contents .summary-box:nth-child(1) h3:before {
  background-image: url("../../images/iss/icons/icon-contents-tv.png");
}
.box-channel-dataflow .dafaflow-container .device-contents .summary-box:nth-child(2) h3:before {
  background-image: url("../../images/iss/icons/icon-contents-hometv.png");
}
.box-channel-dataflow .dafaflow-container .device-contents .summary-box.on {
  border: 2px solid #e992e3;
  cursor: pointer;
}
.box-channel-dataflow .dafaflow-container .device-contents .summary-box.on strong {
  color: #e992e3;
}

.box-cmpIssues,
.box-deviceIssues {
  height: 254px;
}
.box-cmpIssues .tableWrapper thead th,
.box-deviceIssues .tableWrapper thead th {
  background-color: #1c1c1c !important;
  line-height: normal !important;
  word-break: normal !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.box-cpIssues {
  height: 942px;
}
.box-cpIssues .tableWrapper thead th {
  background-color: #1c1c1c !important;
  line-height: normal !important;
  word-break: normal !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.box-statisIssue {
  width: 100%;
  height: 382px;
}
.box-statisIssue .tableWrapper thead th {
  background-color: #1c1c1c !important;
  line-height: normal !important;
  word-break: normal !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.box-value,
.box-value-detail,
.box-rateChange,
.box-rateChange-detail,
.box-country {
  padding: 20px;
}
.box-value .head .title h2,
.box-value-detail .head .title h2,
.box-rateChange .head .title h2,
.box-rateChange-detail .head .title h2,
.box-country .head .title h2 {
  font-size: 18px;
  color: #fff;
  line-height: 24.3px;
  font-weight: 600;
}
.box-value .ui-chart-container,
.box-value-detail .ui-chart-container,
.box-rateChange .ui-chart-container,
.box-rateChange-detail .ui-chart-container,
.box-country .ui-chart-container {
  height: 342px;
  position: relative;
  z-index: 1;
}
.box-value .ui-chart-container .chart-line-legend,
.box-value-detail .ui-chart-container .chart-line-legend,
.box-rateChange .ui-chart-container .chart-line-legend,
.box-rateChange-detail .ui-chart-container .chart-line-legend,
.box-country .ui-chart-container .chart-line-legend {
  top: -25px;
}

.box-value,
.box-rateChange {
  width: 570px;
}

.box-value-detail,
.box-rateChange-detail {
  width: 700px;
}

.box-country {
  width: 328px;
}

.box-docCount,
.box-normalRange {
  width: 746px;
  padding: 20px;
}
.box-docCount-detail,
.box-normalRange-detail {
  width: 700px;
  padding: 20px;
}
.box-docCount .head .title h2,
.box-docCount-detail .head .title h2,
.box-normalRange .head .title h2,
.box-normalRange-detail .head .title h2 {
  font-size: 18px;
  color: #fff;
  line-height: 24.3px;
  font-weight: 600;
}
.box-docCount .ui-chart-container,
.box-docCount-detail .ui-chart-container,
.box-normalRange .ui-chart-container,
.box-normalRange-detail .ui-chart-container {
  height: 342px;
  position: relative;
}
.box-docCount .ui-chart-container .chart-line-legend,
.box-docCount-detail .ui-chart-container .chart-line-legend,
.box-normalRange .ui-chart-container .chart-line-legend,
.box-normalRange-detail .ui-chart-container .chart-line-legend{
  top: -25px;
}

.sub-detail-wrapper {
  padding: 36px 24px 24px 24px;
}
.sub-detail-wrapper .ui-page-history {
  padding-top: 16px;
}
.sub-detail-wrapper .head {
  display: flex;
  gap: 12px;
  align-items: center;
}
.sub-detail-wrapper .head .title {
  margin-bottom: 12px;
}
.sub-detail-wrapper .head .title h1 {
  color: #fff;
  line-height: normal;
  font-size: 32px !important;
}
.sub-detail-wrapper .head .back {
  margin-top: 6px;
  margin-bottom: 10px;
}
.sub-detail-wrapper .head .back button {
  width: 108px;
  height: 32px;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/detail_home.png");
}
.sub-detail-wrapper .head .info  {
  margin-top: 6px;
  margin-bottom: 10px;
  height: 35px;
  color: #B8B8B8;
  background-color: #282828;
}
.sub-detail-wrapper .ui-tab-type03 {
  width: 100%;
}
/* service */
.sub-detail-wrapper.sub-detail-service .box-components {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sub-detail-wrapper.sub-detail-service .ui-dropdown-box {
  position: absolute;
  top: 0;
  right: 0;
}
.sub-detail-wrapper.sub-detail-service .ui-dropdown-box2 {
  position: absolute;
  top: 0px;
  right: 0;
}
.sub-detail-wrapper.sub-detail-service .ui-dropdown-box3 {
  position: absolute;
  top: 45px;
  right: 0;
}
.sub-detail-wrapper.sub-detail-service h3 {
  color: #fff;
  font-size: 16px;
  line-height: 23.2px;
  margin-bottom: 16px;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels {
  height: 484px;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr > td {
  padding: 5px 2px 6px 2px !important;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(5) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(6) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(7) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(8) .ui-dropdown-type02 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(5) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(6) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(7) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(8) .ui-dropdown-type04 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(5) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(6) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(7) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .collapseTable > table > tbody > tr:nth-child(8) .ui-dropdown-type03 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper {
  overflow: auto;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper table tbody td {
  padding: 5px 2px 6px 2px !important;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(5) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(6) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(7) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(8) .ui-dropdown-type02 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(5) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(6) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(7) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(8) .ui-dropdown-type04 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(5) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(6) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(7) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(8) .ui-dropdown-type03 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(5) .tooltip, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(6) .tooltip, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(7) .tooltip, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(8) .tooltip {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(5) .tooltip:before, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(6) .tooltip:before, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(7) .tooltip:before, .sub-detail-wrapper.sub-detail-service .box-lgchannels .tableWrapper tr:nth-child(8) .tooltip:before {
  top: auto;
  bottom: -10px;
}
.sub-detail-wrapper.sub-detail-service .box-actionPoints {
  height: 860px;
  padding-bottom: 20px;
}
.sub-detail-wrapper.sub-detail-service .button-container {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0 16px 0;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 > div,
.sub-detail-wrapper.sub-detail-service .grid-column-3 > div {
  padding: 20px;
  height: 295px;
  background-color: #282828;
  border-radius: 16px;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-evidence,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-evidence {
  width: 400px;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-des,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-des {
  width: 1090px;
  padding-bottom: 0;
}
/* new play*/
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-screen-shot,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-screen-shot{
  width: 300px;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-contents-info,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-contents-info {
  width: 700px;
}

.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-contents-info thead th {
  word-break: normal !important;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-beacon-des,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-beacon-des {
  width: 500px;
  padding-bottom: 0;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-cmp-des,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-cmp-des {
  width: 1508px;
  padding-bottom: 0;
}
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-des-service {
  width: 1508px;
  padding-bottom: 0;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-des table thead th,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-des table thead th {
  background-color: #282828 !important;
}
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-des-service table thead th {
  background-color: #282828 !important;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-actionDetail,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-actionDetail {
  width: 300px;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-actionDetail textarea,
.sub-detail-wrapper.sub-detail-service .grid-column-3 .box-actionDetail textarea {
  width: 100%;
  height: 216px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 20.3px;
  font-size: 14px;
  color: #BABABA;
  background-color: transparent;
}
.sub-detail-wrapper.sub-detail-service .box-issueHistory {
  height: 400px;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-detail-wrapper.sub-detail-service .grid-column-2 .box-des {
  width: 1220px;
}
/* contents */
.sub-detail-wrapper.sub-detail-contents .box-components {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sub-detail-wrapper.sub-detail-contents .ui-dropdown-box {
  position: absolute;
  top: 0;
  right: 0;
}
.sub-detail-wrapper.sub-detail-contents h3 {
  color: #fff;
  font-size: 16px;
  line-height: 23.2px;
  margin-bottom: 16px;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels {
  height: 484px;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr > td {
  padding: 5px 2px 6px 2px !important;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(5) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(6) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(7) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(8) .ui-dropdown-type02 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(5) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(6) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(7) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(8) .ui-dropdown-type04 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(5) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(6) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(7) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .collapseTable > table > tbody > tr:nth-child(8) .ui-dropdown-type03 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper {
  overflow: auto;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper table tbody td {
  padding: 5px 2px 6px 2px !important;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(5) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(6) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(7) .ui-dropdown-type02 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(8) .ui-dropdown-type02 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(5) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(6) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(7) .ui-dropdown-type04 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(8) .ui-dropdown-type04 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(5) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(6) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(7) .ui-dropdown-type03 ul, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(8) .ui-dropdown-type03 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(5) .tooltip, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(6) .tooltip, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(7) .tooltip, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(8) .tooltip {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(5) .tooltip:before, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(6) .tooltip:before, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(7) .tooltip:before, .sub-detail-wrapper.sub-detail-contents .box-lgchannels .tableWrapper tr:nth-child(8) .tooltip:before {
  top: auto;
  bottom: -10px;
}
.sub-detail-wrapper.sub-detail-contents .box-actionPoints {
  height: 655px;
  padding-bottom: 20px;
}
.sub-detail-wrapper.sub-detail-contents .button-container {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 12px 0 16px 0;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 > div,
.sub-detail-wrapper.sub-detail-contents .grid-column-3 > div {
  padding: 20px;
  height: 295px;
  background-color: #282828;
  border-radius: 16px;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 .box-evidence,
.sub-detail-wrapper.sub-detail-contents .grid-column-3 .box-evidence {
  width: 430px;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 .box-des,
.sub-detail-wrapper.sub-detail-contents .grid-column-3 .box-des {
  width: 766px;
  padding-bottom: 0;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-3 .box-des-service {
  width: 1220px;
  padding-bottom: 0;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 .box-des table thead th,
.sub-detail-wrapper.sub-detail-contents .grid-column-3 .box-des table thead th {
  background-color: #282828 !important;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-3 .box-des-service table thead th {
  background-color: #282828 !important;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 .box-actionDetail,
.sub-detail-wrapper.sub-detail-contents .grid-column-3 .box-actionDetail {
  width: 588px;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 .box-actionDetail textarea,
.sub-detail-wrapper.sub-detail-contents .grid-column-3 .box-actionDetail textarea {
  width: 100%;
  height: 216px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 20.3px;
  font-size: 14px;
  color: #BABABA;
  background-color: transparent;
}
.sub-detail-wrapper.sub-detail-contents .box-issueHistory {
  height: 194px;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 .box-des {
  width: 1220px;
}
.sub-detail-wrapper.sub-detail-contents .grid-column-2 .box-des td:last-child {
  vertical-align: top;
  white-space: normal !important;
}
.iss-main .box-cpIssues td:last-child,
.iss-main .sub-detail-issuehistory td:last-child {
  white-space: normal !important;
}
/* last-child */
.iss-main .box-cpIssues td:last-child,
.iss-main .row-box.box-actionPoints td:last-child,
.iss-main .row-box.box-tbl.box-lgchannels td:last-child,
.iss-main .box-imageIssues.box-tbl td:last-child,
.iss-main .sub-detail-issuehistory td:last-child {
  white-space: normal !important;
}
/* statistics */
.sub-detail-wrapper.sub-detail-statistics .box-components {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sub-detail-wrapper.sub-detail-statistics .ui-dropdown-box {
  position: absolute;
  top: 0;
  right: 0;
}
.sub-detail-wrapper.sub-detail-statistics .grid-column-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-detail-wrapper.sub-detail-statistics .box-statistics {
  height: 464px;
}
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper {
  overflow: auto;
}
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody td {
  padding: 5px 2px 6px 2px !important;
}
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(5) .ui-dropdown-type02 ul,
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(6) .ui-dropdown-type02 ul,
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(7) .ui-dropdown-type02 ul,
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(8) .ui-dropdown-type02 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(5) .ui-dropdown-type04 ul,
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(6) .ui-dropdown-type04 ul,
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(7) .ui-dropdown-type04 ul,
.sub-detail-wrapper.sub-detail-statistics .box-statistics.tbl-type-short .tableWrapper table tbody tr:nth-child(8) .ui-dropdown-type04 ul {
  top: auto;
  bottom: 100%;
}
.sub-detail-wrapper.sub-detail-statistics .box-action {
  height: 805px;
  padding: 20px !important;
}
.sub-detail-wrapper.sub-detail-statistics .box-action h3 {
  height: 24px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.sub-detail-wrapper.sub-detail-statistics .box-existingIssues {
  width: 1830px;
}
.sub-detail-wrapper.sub-detail-statistics .box-existingIssues .tbl-container {
  height: 292px;
  padding: 20px 20px 9px 20px;
  background-color: #282828;
  border-radius: 16px;
}
.sub-detail-wrapper.sub-detail-statistics .box-existingIssues .tbl-container table thead th {
  background-color: #282828 !important;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail {
  width: 380px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container {
  width: 100%;
  height: 430px;
  padding: 20px;
  background-color: #282828;
  border-radius: 16px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container h4 {
  display: block;
  font-size: 14px;
  line-height: 20.3px;
  color: #fff;
  margin-bottom: 8px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .ui-dropdown-type02 {
  width: 217px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .ui-dropdown-type02 .label {
  background-color: transparent;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .ui-dropdown-type04 {
  width: 100%;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .ui-dropdown-type04 .label {
  background-color: transparent;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .ui-dropdown-type03 {
  width: 217px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .ui-dropdown-type03 .label {
  background-color: transparent;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container input[type=text] {
  width: 246px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .btn-submit {
  width: 65px;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container textarea {
  width: 100%;
  height: 230px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 20.3px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}
.sub-detail-wrapper.sub-detail-statistics .box-actionDetail .form-container .button-container {
  width: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 8px 0 0 0;
}
.sub-detail-wrapper.sub-detail-feature .grid-column-2 {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section {
  width: 292px;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .head-title h1 {
  color: #fff;
  font-size: 24px;
  line-height: 37.8px;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary {
  padding: 0 20px;
  background-color: #282828;
  border: 1px solid #535353;
  border-radius: 10px;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .line {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .line h3 {
  font-size: 16px;
  color: #fff;
  line-height: 19.2px;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .line .num-summary strong {
  font-size: 18px;
  line-height: 24.3px;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .line:nth-child(1) {
  padding-bottom: 8px;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .line:nth-child(1) strong {
  color: #c5bbff;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .line:nth-child(2) strong {
  color: #f6c065;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .line:nth-child(3) strong {
  color: #85dddb;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .num-summary .new {
  display: block;
  position: relative;
  color: #e992e3;
  font-weight: 600;
  font-size: 14px;
  padding-left: 33px;
  margin: 4px 0 0 0;
}
.sub-detail-wrapper.sub-detail-feature .sidebar-section .contents-summary .num-summary .new:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon_new.gif");
  background-size: 100% 100%;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-detail-wrapper.sub-detail-feature .contents-section {
  width: calc(100% - 317px);
}
.sub-detail-wrapper.sub-detail-feature .contents-section .ui-datepicker {
  margin-bottom: 16px;
}
.sub-detail-wrapper.sub-detail-feature .contents-section .box-tbl {
  height: 622px;
  background-color: #1c1c1c;
  border: 1px solid #535353;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto;
}
.sub-detail-wrapper.sub-detail-issuehistory .grid-column-2 {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.sub-detail-wrapper.sub-detail-issuehistory .grid-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sub-detail-wrapper.sub-detail-issuehistory .grid-row .row > div {
  position: relative;
}
.sub-detail-wrapper.sub-detail-issuehistory .grid-row .head h2 {
  font-size: 18px;
  color: #fff;
  line-height: 24.3px;
  font-weight: 600;
}
.sub-detail-wrapper.sub-detail-issuehistory .grid-row .chart-line-legend {
  top: 20px;
  right: 20px;
}
.sub-detail-wrapper.sub-detail-issuehistory .grid-row .box-total,
.sub-detail-wrapper.sub-detail-issuehistory .grid-row .box-sub,
.sub-detail-wrapper.sub-detail-issuehistory .grid-row .box-issueHistory-total {
  padding: 20px;
  background-color: #1c1c1c;
  border: 1px solid #535353;
  border-radius: 10px;
}
.sub-detail-wrapper.sub-detail-issuehistory .sidebar-section {
  width: 292px;
}
.sub-detail-wrapper.sub-detail-issuehistory .sidebar-section .head-title h1 {
  color: #fff;
  font-size: 24px;
  line-height: 37.8px;
}
.sub-detail-wrapper.sub-detail-issuehistory .sidebar-section .box-summary-tabs .tab-box {
  padding-bottom: 0;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section {
  width: calc(100% - 317px);
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .ui-components {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .ui-components .box-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .ui-components .box-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .tab-container {
  position: relative;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .tab-container .box-btns {
  position: absolute;
  top: 18px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .box-tbl {
  height: 434px;
  padding: 20px 20px 0 20px;
  background-color: #1c1c1c;
  border: 1px solid #535353;
  border-radius: 10px;
  overflow: auto;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .box-statistics {
  height: 474px;
  padding: 20px 20px 0 20px;
  background-color: #1c1c1c;
  border: 1px solid #535353;
  border-radius: 10px;
  overflow: auto;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .box-total .ui-chart-container {
  height: 203px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .box-issueHistory-total {
  height: 434px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .box-sub .ui-chart-container {
  height: 203px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container .circle-chart {
  width: 33.333%;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 40px;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container .circle-chart .chart-wrap {
  width: 200px;
  height: 200px;
  position: relative;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container .circle-chart .chart-wrap .label {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform: translateX(-50%);
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container .circle-chart .chart-wrap .num {
  display: none;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container .circle-chart .chart-line-legend {
  position: relative;
  top: auto;
  right: auto;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container .circle-chart .chart-line-legend ul {
  flex-direction: column;
  align-items: flex-start;
}
.sub-detail-wrapper.sub-detail-issuehistory .contents-section .circle-chart-container .circle-chart .chart-line-legend ul li {
  justify-content: flex-start;
}
.contents-section .ui-datepicker-box {
  display: flex;
  gap: 4px;
}
/* Modal popup */
.modal-popup .MuiPaper-elevation24 {
  width: 288px;
  background-color: #1c1c1c;
  border-radius: 12px;
}
.modal-popup .modal-title {
  padding: 12px 52px 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: center;
}
.modal-popup .modal-title h2 {
  font-size: 18px;
  line-height: 24.3px;
  font-weight: 600;
  color: #fff;
}
.modal-popup .modal-contents {
  padding: 20px;
}
.modal-popup .modal-contents .modal-image {
  line-height: 24.3px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-image: url("../../images/iss/layout/device_issue.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-detail-wrapper.sub-detail-assignhistory .grid-column-2 {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.sub-detail-wrapper.sub-detail-assignhistory .grid-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sub-detail-wrapper.sub-detail-assignhistory .grid-row .row > div {
  position: relative;
}
.sub-detail-wrapper.sub-detail-assignhistory .grid-row .head h2 {
  font-size: 18px;
  color: #fff;
  line-height: 24.3px;
  font-weight: 600;
}
.sub-detail-wrapper.sub-detail-assignhistory .grid-row .chart-line-legend {
  top: 20px;
  right: 20px;
}
.sub-detail-wrapper.sub-detail-assignhistory .grid-row .box-total,
.sub-detail-wrapper.sub-detail-assignhistory .grid-row .box-sub,
.sub-detail-wrapper.sub-detail-assignhistory .grid-row .box-issueHistory-total {
  padding: 20px;
  background-color: #1c1c1c;
  border: 1px solid #535353;
  border-radius: 10px;
}
.sub-detail-wrapper.sub-detail-assignhistory .head-title div {
  color: #fff;
  font-size: 24px;
  line-height: 37.8px;
  font-weight: 600;
}
.sub-detail-wrapper.sub-detail-assignhistory .box-summary-tabs .tab-box {
  padding-bottom: 0;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section {
  width: 100%;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .ui-components {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 7px;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .ui-components .box-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .ui-components .box-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .tab-container {
  position: relative;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .tab-container .box-btns {
  position: absolute;
  top: 18px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .box-tbl {
  height: 434px;
  padding: 20px 20px 0 20px;
  background-color: #1c1c1c;
  border: 1px solid #535353;
  border-radius: 10px;
  overflow: hidden;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .box-total .ui-chart-container {
  height: 280px;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .box-issueHistory-total {
  height: 434px;
}
.sub-detail-wrapper.sub-detail-assignhistory .contents-section .box-sub .ui-chart-container {
  height: 203px;
}
.box-statisIssue .pagination_ui,
.box-adIssue .pagination_ui,
.sub-detail-wrapper .pagination_ui {
  display: flex;
  align-items: center;
  gap: 33%;
}
.box-adIssue .pagination_ui .list_dropdown .ui-dropdown-type02,
.box-statisIssue .pagination_ui .list_dropdown .ui-dropdown-type02,
.sub-detail-wrapper .pagination_ui .list_dropdown .ui-dropdown-type02 {
  position: relative;
  top: 3px;
  padding-top: 5px;
  width: 90px;
  text-align: center;
}
.tableWrapper table thead th .checkCount,
.row-box.box-tbl.box-lgchannels table thead th .checkCount {
  display: flex;
  gap: 3px;
}

.issue-trend {
  padding: 35px 24px 24px 24px;
  height: 100%;
  min-height: 1080px;
}
.issue-trend .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.issue-trend .top-bar .top-title {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
}
.issue-trend .top-bar .top-control {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.issue-trend .top-bar .top-control .popup-button {
  background-color: #55565a;
  width: 96px;
  height: 32px;
  color: #b8b8b8;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 18px;
}
.issue-trend .top-bar .top-control .popup-button:hover {
  background-color: #c5bbff;
  color: #010101;
}
.issue-trend .container {
  flex-direction: column;
  flex: 1;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.issue-trend .container .component-section {
  padding: 10px;
  border: 1px solid #ffffff;
  margin-bottom: 30px;
}
.issue-trend .container .component-section .component-title-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.issue-trend .container .component-section .component-bar {
  width: 8px;
  height: 16px;
  background-color: #C5BBFF;
}
.issue-trend .container .component-section .component-title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}
.issue-trend .container .component-section .separator {
  margin-top: 30px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
}
.issue-trend .container.large .component-item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  gap: 20px;
}
.issue-trend .container.medium .component-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(calc(50% - 10px), 1fr));
  gap: 20px;
}
.issue-trend .component {
  width: 100%;
  padding: 10px;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.issue-trend .component.selected {
  background-color: #232222;
  box-shadow: 0 10px 10px rgba(169, 157, 157, 0.5);
}
.issue-trend .option-area {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.issue-trend .option-area .option-filter {
  width: 57px;
  height: 21px;
  background-image: url("../../images/iss/icons/btn-filter.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.issue-trend .option-area .option-copy {
  width: 57px;
  height: 21px;
  background-image: url("../../images/iss/icons/btn_copy.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.issue-trend .option-area .option-filter:hover,
.issue-trend .option-area .option-copy:hover {
  color: darkred;
}
.issue-trend .option-area .option-remove {
  width: 18px;
  height: 18px;
  background-image: url("../../images/iss/icons/icon-close-18.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.issue-trend .option-area .option-remove:hover {
  color: darkred;
}

.issue-trend .popup-container {
  position: absolute;
  top: calc(16%);
  right: 1.5%;
  background-color: #1c1c1c;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px 20px 24px 20px;
  box-shadow: 0 4px 6px rgba(227, 213, 213, 0.5);
  width: 560px;
  height: 637px;
  max-height: 700px;
  overflow-y: auto;
  z-index: 100;
}
.issue-trend .popup-container .popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 18px;
  height: 27px;
}
.issue-trend .filter-area {
  position: absolute;
  top: 35px;
  right: 1.5%;
  width: 560px;
  /* height: 320px; */
  background-color: #1c1c1c;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 12px 20px 24px 20px;
  box-shadow: 0 4px 6px rgba(227, 213, 213, 0.5);
  z-index: 1000;
}
.issue-trend .popup-container .popup-header .close,
.issue-trend .filter-area .filter-header .close {
  width: 24px;
  height: 24px;
  background-image: url("../../images/iss/icons/Icon-close-20.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.issue-trend .popup-container .popup-header .close:hover {
  cursor: pointer;
}
.issue-trend .popup-container .popup-body {
  margin-bottom: 0px;
}
.issue-trend .popup-container .popup-body .section {
  margin-top: 20px;
}
.issue-trend .popup-container .popup-body .section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 17px;
}
.issue-trend .popup-container .popup-body .section .section-header .label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:5px;
}
.issue-trend .popup-container .popup-body .section .section-header .label .dash-image {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("../../images/iss/icons/icon-draghandle.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0px;
  cursor: pointer;
}
.issue-trend .popup-container .popup-body .section .section-content {
  display: none;
  padding-left: 40px;
}
.issue-trend .popup-container .popup-body .section .section-content.visible {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.issue-trend .popup-container .popup-body .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.issue-trend .popup-container .popup-body .select-all,
.issue-trend .popup-container .popup-body .divide-section {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 5px;
}
.issue-trend .popup-container .separator {
  margin-top: 16px;
  border: 1px solid #ffffff;
  margin-bottom: 16px;
}
.issue-trend .popup-container .checkbox-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 8px;
}
.issue-trend .popup-container .popup-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.issue-trend .filter-area .filter-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.issue-trend .popup-container .popup-footer button,
.issue-trend .filter-area .filter-footer button {
  width: 160px;
  height: 44px;
  background-color: #3a374e;
  color: white;
  border: none;
  border-radius: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.issue-trend .popup-container .popup-footer button:hover,
.issue-trend .filter-area .filter-footer button:hover {
  background-color: #827bae;
}
.issue-trend .filter-area .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.issue-trend .filter-area .filter-separator {
  margin-top: 11px;
  border: 1px solid #ffffff;
  opacity: 0.2;
  margin-bottom: 11px;
}
.issue-trend .filter-area .filter-separator-sub {
  margin-top: 11px;
  border: 1px solid #ffffff;
  opacity: 0.04;
  margin-bottom: 11px;
}
.issue-trend .filter-area .period-filter,
.issue-trend .filter-area .basic-filter,
.issue-trend .filter-area .custom-filter,
.issue-trend .filter-area .custom-input-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 7px;
}
.issue-trend .filter-area .period-filter .filter-title,
.issue-trend .filter-area .basic-filter .filter-title,
.issue-trend .filter-area .custom-filter .filter-title,
.issue-trend .filter-area .custom-input-filter .filter-title {
  display: block;
  width: 80px;
}
.issue-trend .filter-area .basic-filter .basic-filter-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(calc(50% - 10px), 1fr));
  gap: 8px;
}
.issue-trend .filter-area .custom-input-filter .content-name input[type=text] {
  width: 282px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #BBBBBB;
}
.issue-trend .filter-area .filter-button button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background-color: #3a374e;
  color: #ffffff;
  cursor: pointer;
}
.issue-trend .filter-area .filter-button button:hover {
  background-color: #827bae;
}
.issue-trend .trend-head {
  position: relative;
  height: 16px;
}
.issue-trend .trend-head .title {
  position: absolute;
  top: calc(5%);
  left: 20px;
  font-size: 20px;
  color: #fff;
}
.issue-trend .trend-head .legend {
  position: absolute;
  top: calc(10%);
  right: 20px;
}
.issue-trend .trend-head .legend ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.issue-trend .trend-head .legend ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.issue-trend .trend-head .legend ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.issue-trend .trend-head .legend ul li span {
  font-size: 12px;
  color: #fff;
}
.issue-trend .component-section .table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.issue-trend .component-section .table-header span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-left: 20px;
}
.issue-trend .component-section .table-header .table-button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.issue-trend .component-section .table-header .table-button .toggle-button {
  padding: 5px;
  cursor: pointer;
}
.issue-trend .component-section .table-header .table-button .toggle-button.open,
.issue-trend .popup-container .popup-body .toggle-button.open {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../../images/iss/icons/icon-triangle-close.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.issue-trend .component-section .table-header .table-button .toggle-button.close,
.issue-trend .popup-container .popup-body .toggle-button.close {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../../images/iss/icons/icon-triangle-open.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.issue-trend .component-section .table-header .table-button .toggle-button:hover {
  background-color: #c5bbff;
  color: #010101;
}
.issue-trend .component-section .table-header .excel-download {
  width: 76px;
  height: 21px;
  display: inline-block;
  background-image: url("../../images/iss/icons/btn-excel-download.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.issue-trend .component-section .table-body {
  max-height: 200px;
  overflow-y: auto;
}

.sub-detail-wrapper.sub-detail-feature .head-title h1 {
  color: #fff;
  font-size: 24px;
  line-height: 37.8px;
  margin-bottom: 20px;
}

.sub-detail-wrapper.sub-detail-feature .box-total-issue {
  height: 60px;
  border: 2px solid #c5bbff;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.sub-detail-wrapper.sub-detail-feature .box-total-issue h2 {
  font-size: 18px;
  color: #fff;
  line-height: 24.3px;
  font-weight: 600;
  padding-right: 20px;
}

.sub-detail-wrapper.sub-detail-feature .box-total-issue strong {
  display: block;
  text-align: right;
  font-weight: 700;
  color: #c5bbff;
  font-size: 20px;
  line-height: 43.2px;
}

.sub-detail-wrapper.sub-detail-feature .contents-summary {
  padding: 0 20px;
  background-color: #282828;
  border: 1px solid #535353;
  border-radius: 10px;
  display: flex;
}
.sub-detail-wrapper.sub-detail-feature .contents-summary .line {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5px;
  /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
}
.sub-detail-wrapper.sub-detail-feature .contents-summary .line h3 {
  font-size: 16px;
  color: #fff;
  line-height: 19.2px;
}
.sub-detail-wrapper.sub-detail-feature .contents-summary .line .num-summary strong {
  font-size: 18px;
  line-height: 24.3px;
  margin-left: 10px;
}

.sub-detail-wrapper.sub-detail-feature .contents-summary .line:nth-child(1) strong {
  color: #c5bbff;
}
.sub-detail-wrapper.sub-detail-feature .contents-summary .line:nth-child(2) strong {
  color: #f6c065;
}
.sub-detail-wrapper.sub-detail-feature .contents-summary .line:nth-child(3) strong {
  color: #85dddb;
}

.editable-area {
  padding: 20px;
  color: #fff;
  background-color: #1c1c1c;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.editable {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.editable:hover {
  color: #fff;
  background-color: #1c1c1c;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.editable:empty::before {
  content: attr(placeholder);
  color: gray;
  font-style: italic;
  display: inline-block;
}

.sub-detail-wrapper.sub-detail-feature .contents-summary .num-summary .new {
  position: relative;
  color: #e992e3;
  font-weight: 600;
  font-size: 14px;
  padding-left: 33px;
  margin: 4px 0 0 0;
}

.sub-detail-wrapper.sub-detail-feature .contents-summary .num-summary .new:before {
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/icon_new.gif");
  background-size: 100% 100%;
  width: 25px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 5px;
}

.box-adIssue {
  height: 464px;
}

.contents-section .head.ad-filter {
  margin-bottom: 11px;
}

.ui-dropdown-type08 {
  width: 190px;
  height: 32px;
  position: relative;
}
.ui-dropdown-type08 select {
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #b8b8b8;
  font-size: 14px;
  border: none;
}
.ui-dropdown-type08 .label {
  height: 100%;
  padding: 8px 28px 4px 8px;
  background-color: #1c1c1c;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border: none;
  position: relative;
}
.ui-dropdown-type08 .label:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-image: url("../../images/iss/icons/icon-dropdown-arrow.png");
  position: absolute;
  top: 8px;
  right: 8px;
}
.ui-dropdown-type08 ul {
  width: 100%;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 32px;
  background-color: #000;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.ui-dropdown-type08 ul li label {
  display: flex;
  align-items: center;
  padding: 4px 0;
  cursor: pointer;
}
.ui-dropdown-type08 ul li label input[type=checkbox] {
  background-color: #c5bbff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}
.ui-dropdown-type08 ul li label span {
  display: block;
  position: relative;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20.3px;
  padding-left: 24px;
}
.ui-dropdown-type08 ul li label span:before {
  display: block;
  content: "";
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.ui-dropdown-type08 ul li label input[type=checkbox]:checked + span {
  color: #fff;
}
.ui-dropdown-type08 ul li label input[type=checkbox]:checked + span:before {
  background-image: url("../../images/iss/icons/icon-check-checked.png");
}
.ui-dropdown-type08 ul li label:hover {
  background-color: #282828;
}
.ui-dropdown-type08 ul li label:hover span {
  color: #fff;
}
.ui-dropdown-type08 ul.on {
  visibility: visible;
  opacity: 1;
  display: block;
}
.ui-dropdown-type08.scroll ul.on {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  overflow-y: auto;
}

/* Tutorial */
.iss-main .btn-tutorial-1 {
  display: block;
  text-indent: -99999px;
  width: 32px;
  height: 47px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/tutorial_icon_1.png");
}
.iss-main .btn-tutorial-2 {
  display: block;
  text-indent: -99999px;
  width: 29px;
  height: 29px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/tutorial_icon_2.png");
}
.iss-main .btn-tutorial-3 {
  display: block;
  text-indent: -99999px;
  width: 96px;
  height: 32px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/iss/icons/tutorial_icon_3.png");
}
.iss-main .main-container .head .title,
.iss-main .main-container .top-title,
.iss-main .main-container .head-title.tutorial {
  display: flex;
  align-items: center;
  justify-content: normal;
  gap: 5px;
}
.tutorial-container {
  display: none;
}
.tutorial-container::before, .tutorial-container::after {
  content: '';
  flex: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.tutorial-container.active {
  display: flex;
}
.tutorial-container .tutorial-area {
  position: relative;
  width: 1920px;
  height: 100%;
}
.tutorial-container .clip-box {
  position: absolute;
}
.tutorial-container .hole {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 0% 100%, var(--x) 100%, var(--x) var(--y), calc(var(--x) + var(--width)) var(--y), calc(var(--x) + var(--width)) calc(var(--y) + var(--height)), var(--x) calc(var(--y) + var(--height)), var(--x) 100%, 100% 100%, 100% 0%);
  background: rgba(0, 0, 0, 0.8);
}
.tutorial-container .border {
  z-index: 9998;
  position: absolute;
  left: calc(var(--x) - 0px);
  top: calc(var(--y) - 0px);
  width: calc(var(--width) - 0px);
  height: calc(var(--height) - 0px);
  border: 4px dashed #c5bbff;
  border-radius: 4px;
}
.tutorial-container .text {
  position: absolute;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 38px;
  white-space: nowrap;
}
.tutorial-container .text img {
  position: relative;
  top: 8px;
}
.tutorial-container .line {
  position: absolute;
}
.tutorial-container .image {
  position: absolute;
  width: calc(var(--width) - 0);
  height: calc(var(--height) - 0);
  position: absolute;
}
.tutorial-container .image::before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: -8px;
  width: calc(var(--width) + 8px);
  height: calc(var(--height) + 6px);
  border: 4px dashed #c5bbff;
  border-radius: 4px;
}
.tutorial-container .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tutorial-controller-box {
  display: none;
}
.tutorial-controller-box.active {
  display: block;
}