@charset "UTF-8";
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-scrolling: touch !important;
  -webkit-overflow-scrolling: touch !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, header, section {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  overflow: auto;
}

body {
  min-height: 100%;
  color: #444;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

dl, ul, ol, menu, li {
  list-style: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea, button {
  font-size: 100%;
  vertical-align: middle;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=password], input[type=submit], input[type=search] {
  border-radius: 0;
}

/* input[type=checkbox], input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
} */

input:checked[type=checkbox] {
  background-color: #666;
}

button, input[type=button], input[type=submit], input[type=reset], input[type=file] {
  -webkit-appearance: button;
  border-radius: 0;
}

/* 
extjs 와 충돌을 피해야한다.
html, body, th, td, input, select, textarea, button {
  font-size: 16px;
  line-height: 1.2;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #222;
} */

a {
  color: #444;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

a:active, a:hover {
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

.hide {
  position: absolute;
  left: -1000em;
  top: -1000em;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

em, i {
  font-style: normal;
}

caption, legend, .hide {
  display: none;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999em;
}

img {
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  vertical-align: top;
  border: 0 none;
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.flex-none {
  flex: initial !important;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-36 {
  gap: 36px;
}

.gap-40 {
  gap: 40px;
}

.gap-44 {
  gap: 44px;
}

.gap-48 {
  gap: 48px;
}

.gap-52 {
  gap: 52px;
}

.gap-56 {
  gap: 56px;
}

.gap-60 {
  gap: 60px;
}

.gap-64 {
  gap: 64px;
}

.gap-68 {
  gap: 68px;
}

.gap-72 {
  gap: 72px;
}

.gap-76 {
  gap: 76px;
}

.gap-80 {
  gap: 80px;
}

.gap-84 {
  gap: 84px;
}

.gap-88 {
  gap: 88px;
}

.gap-92 {
  gap: 92px;
}

.gap-96 {
  gap: 96px;
}

.gap-100 {
  gap: 100px;
}

.gap-104 {
  gap: 104px;
}

.gap-108 {
  gap: 108px;
}

.gap-112 {
  gap: 112px;
}

.gap-116 {
  gap: 116px;
}

.gap-120 {
  gap: 120px;
}

.gap-124 {
  gap: 124px;
}

.gap-128 {
  gap: 128px;
}

.gap-132 {
  gap: 132px;
}

.gap-136 {
  gap: 136px;
}

.gap-140 {
  gap: 140px;
}

.gap-144 {
  gap: 144px;
}

.gap-148 {
  gap: 148px;
}

.gap-152 {
  gap: 152px;
}

.gap-156 {
  gap: 156px;
}

.gap-160 {
  gap: 160px;
}

.gap-164 {
  gap: 164px;
}

.gap-168 {
  gap: 168px;
}

.gap-172 {
  gap: 172px;
}

.gap-176 {
  gap: 176px;
}

.gap-180 {
  gap: 180px;
}

.gap-184 {
  gap: 184px;
}

.gap-188 {
  gap: 188px;
}

.gap-192 {
  gap: 192px;
}

.gap-196 {
  gap: 196px;
}

.gap-200 {
  gap: 200px;
}

.wrap {
  position: relative;
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-rows: 35px 55px 1fr 28px;
  align-items: stretch;
  overflow: auto;
}
.wrap .topLinkList {
  width: 100%;
  min-width: 1440px;
  height: 36px;
  background-color: #424242;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.wrap .topLinkList .tab-scroller {
  flex: 1;
  height: 100%;
  padding: 4px 0 0;
  overflow: auto;
  /* 스크롤바 관련 */
}
.wrap .topLinkList .tab-scroller::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.wrap .topLinkList .tab-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(66, 70, 86, 0.3);
  border-radius: 12px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
.wrap .topLinkList .tab-scroller::-webkit-scrollbar-track {
  background-color: rgba(211, 211, 211, 0.3);
  border-radius: 12px;
}
.wrap .topLinkList .tab-scroller ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0 16px;
  gap: 4px;
}
.wrap .topLinkList .tab-scroller ul li {
  height: 32px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  font-size: 0.813rem;
}
.wrap .topLinkList .tab-scroller ul li .text_title {
  word-break: keep-all;
  height: 30px;
  margin-top: 15px;
}
.wrap .topLinkList .tab-scroller ul li .mdi {
  opacity: 0;
  margin-left: 4px;
  transition: 0.5s ease;
}
.wrap .topLinkList .tab-scroller ul li.active, .wrap .topLinkList .tab-scroller ul li:hover {
  border-radius: 4px 4px 0 0;
  color: #222;
  background-color: #fff;
}
.wrap .topLinkList .tab-scroller ul li.active .mdi, .wrap .topLinkList .tab-scroller ul li:hover .mdi {
  opacity: 1;
  transition: 0.5s ease;
}
.wrap .topLinkList .topLink_dropBtnArea {
  width: 36px;
  height: 100%;
  position: relative;
}
.wrap .topLinkList .topLink_dropBtnArea button {
  width: 36px;
  height: 100%;
  color: #fff;
  background-color: #666;
}
.wrap .topLinkList .topLink_dropBtnArea .dropBoxList {
  position: absolute;
  right: 0;
  top: 36px;
  min-width: 10rem;
  padding: 4px 0;
  background-color: #fff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  display: none;
}
.wrap .topLinkList .topLink_dropBtnArea .dropBoxList li span, .wrap .topLinkList .topLink_dropBtnArea .dropBoxList li a, .wrap .topLinkList .topLink_dropBtnArea .dropBoxList li button {
  display: block;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: #222;
}
.wrap .topLinkList .topLink_dropBtnArea .dropBoxList.toggleArea {
  display: block;
  transition: 0.2s ease;
}
.wrap .mainWrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  /* 오른쪽영역 */
}
.wrap .mainWrap .sideMenuWrap {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-right: 1px solid #d7d7d7;
  padding: 16px 0;
  z-index: 10;
}
.wrap .mainWrap .contentWrap {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.wrap .mainWrap .contentWrap .contentArea {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
}
.wrap .mainWrap .sideRightWrap {
  width: 0;
  display: flex;
  position: relative;
  border-left: 1px solid #d7d7d7;
  background-color: #f6f6f6;
  z-index: 10;
  transform: translateX(100%); /* 기본적으로 숨김 상태 */
  transition: transform 0.3s ease-in-out;
}
.wrap .mainWrap .sideRightWrap .btn_toggle_arrow {
  position: absolute;
  left: -21px;
  top: 10px;
  width: 20px;
  height: 40px;
  border-radius: 4px 0 0 4px;
  color: #fff;
  background-color: #7853e0;
}
.wrap .mainWrap .sideRightWrap .btn_toggle_arrow:hover .mdi {
  color: #fff !important;
}
.wrap .mainWrap .sideRightWrap .sideRightContent {
  padding: 8px;
}
.wrap .mainWrap .sideRightWrap.sideShow {
  width: 280px;
  transform: translateX(0); /* 나타나는 상태 */
  transition: transform 0.3s ease-in-out;
}
.wrap .mainWrap .sideRightWrap.sideShow .btn_toggle_arrow {
  background-color: #999;
}
.wrap .mainWrap .sideRightWrap.sideShow .btn_toggle_arrow .mdi::before {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.wrap .footerWrap {
  width: 100%;
  min-width: 1440px;
  height: 28px;
  padding: 4px 16px;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #d7d7d7;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.wrap .footerWrap .Copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.75rem;
}
.wrap .footerWrap .Copyright img {
  height: 24px;
}

.headerWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}
.headerWrap .header_logoArea {
  width: 280px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.headerWrap .header_logoArea .top_logo {
  display: flex;
  align-items: center;
  width: 120px;
}
.headerWrap .header_logoArea .top_logo img {
  width: 100%;
}
.headerWrap .header_logoArea .ver_text {
  padding: 2px 4px;
  margin: 12px 0 0 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 0.625rem;
  background-color: #fff;
}
.headerWrap .header_centerArea {
  min-width: 940px;
  height: 100%;
  display: flex;
  justify-content: center;
}
.headerWrap .header_centerArea .gnbmenuList {
  display: flex;
  align-items: center;
}
.headerWrap .header_centerArea .gnbmenuList > li {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* depth02 표시 */
}
.headerWrap .header_centerArea .gnbmenuList > li > a {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 30px;
  font-weight: 600;
}
.headerWrap .header_centerArea .gnbmenuList > li > a .mdi {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.headerWrap .header_centerArea .gnbmenuList > li > a .mdi::before {
  font-size: 20px;
  line-height: 1;
}
.headerWrap .header_centerArea .gnbmenuList > li > a .icon {
  display: flex;
  align-items: center;
  width: 16px;
  height: 16px;
}
.headerWrap .header_centerArea .gnbmenuList > li > a .icon + span {
  margin-left: 4px;
}
.headerWrap .header_centerArea .gnbmenuList > li:hover > .gnb_subMenuArea {
  opacity: 1;
  visibility: visible;
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea {
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #fff;
  z-index: 100;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 {
  min-width: 12rem;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 2px rgba(145, 158, 171, 0.2), 0 12px 24px -4px rgba(145, 158, 171, 0.12);
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 li {
  position: relative;
  margin: 2px 0;
  /* depth03 표시 */
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 li a {
  display: block;
  padding: 8px 24px 8px 8px;
  font-size: 14px;
  color: #424242;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 li a::after {
  content: "\f0142";
  position: absolute;
  right: 6px;
  top: 8px;
  font-family: "Material Design Icons";
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 li a:hover {
  border-radius: 8px;
  font-weight: 500;
  color: #7853e0;
  background-color: #f4f1fd;
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 li:hover > .depth03 {
  opacity: 1;
  visibility: visible;
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 li .depth03 {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 4px;
  min-width: 12rem;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.headerWrap .header_centerArea .gnbmenuList > li .gnb_subMenuArea .depth02 li .depth03 li a::after {
  content: "";
}
.headerWrap .header_rightArea {
  min-width: 450px;
  display: flex;
  align-items: center;
}
.headerWrap .header_rightArea .mdi::before {
  font-size: 1.125rem;
}
.headerWrap .header_rightArea span {
  font-size: 0.875rem;
}
.headerWrap .header_rightArea .mdi_text span {
  position: relative;
  top: -2px;
  left: 2px;
}
.headerWrap .header_rightArea .right_toolbar button {
  padding: 8px;
}
.headerWrap .header_rightArea .right_toolbar button + button {
  margin-left: 4px;
}
.headerWrap .header_rightArea a {
  display: flex;
  align-items: center;
}
.headerWrap .header_rightArea a.active, .headerWrap .header_rightArea a:hover {
  border-radius: 2rem;
  background-color: #f2edff;
  color: #7853e0;
}
.headerWrap .header_rightArea a.active::after, .headerWrap .header_rightArea a:hover::after {
  color: #7853e0;
}
.headerWrap .header_rightArea button {
  padding: 8px 12px;
}
.headerWrap .header_rightArea button span {
  display: inline-block;
  margin-left: 4px;
}
.headerWrap .header_rightArea button.active, .headerWrap .header_rightArea button:hover {
  border-radius: 2rem;
  background-color: #f2edff;
  color: #7853e0;
}
.headerWrap .header_rightArea button.active::after, .headerWrap .header_rightArea button:hover::after {
  color: #7853e0;
}
.headerWrap .header_rightArea button.active.icon img, .headerWrap .header_rightArea button:hover.icon img {
  filter: invert(36%) sepia(94%) saturate(3031%) hue-rotate(239deg) brightness(92%) contrast(90%);
}
.headerWrap .header_rightArea button.btn_align {
  display: flex;
  align-items: center;
}
.headerWrap .header_rightArea button.btn_align + span {
  display: inline-block;
  margin-left: 4px;
}
.headerWrap .header_rightArea .userBox {
  position: relative;
}
.headerWrap .header_rightArea .userBox:hover .userBox_list {
  display: block;
}
.headerWrap .header_rightArea .userBox:hover .userListBox {
  color: #7853e0;
  font-weight: 500;
  border-radius: 2rem;
  background-color: #f2edff;
}
.headerWrap .header_rightArea .userBox:hover .userListBox.mdi::before {
  color: #7853e0;
}
.headerWrap .header_rightArea .userBox:hover .userListBox.icon img, .headerWrap .header_rightArea .userBox:hover .userListBox .icon img {
  filter: invert(36%) sepia(94%) saturate(3031%) hue-rotate(239deg) brightness(92%) contrast(90%);
}
.headerWrap .header_rightArea .userBox .userListBox {
  margin: 0 8px;
  font-size: 0.875rem;
  padding: 8px;
  display: flex;
  align-items: center;
}
.headerWrap .header_rightArea .userBox .userListBox .text_title {
  margin-left: 4px;
}
.headerWrap .header_rightArea .userBox .userBox_list {
  display: none;
  position: absolute;
  left: 50%;
  top: 40px;
  min-width: 12rem;
  transform: translateX(-50%);
  z-index: 100;
}
.headerWrap .header_rightArea .userBox .userBox_list a:hover {
  background-color: transparent;
}
.headerWrap .header_rightArea .userBox .userBox_list ul {
  padding: 16px;
}
.headerWrap .header_rightArea .userBox .userBox_list ul li {
  margin-top: 16px;
}
.headerWrap .header_rightArea .userBox .userBox_list ul li:first-child {
  margin-top: 0px;
}
.headerWrap .header_rightArea .userBox .userBox_list ul li span {
  display: block;
}
.headerWrap .header_rightArea .userBox .userBox_list ul li a {
  display: block;
}
.headerWrap .header_rightArea .userBox .userBox_list .tit {
  font-size: 0.938rem;
  color: #222;
  font-weight: 600;
}
.headerWrap .header_rightArea .userBox .userBox_list .userBox_list_item {
  padding: 16px;
  border-top: 1px solid #ddd;
}
.headerWrap .header_rightArea .userBox .userBox_list .userBox_list_item .text_title {
  display: inline-block;
  margin-left: 4px;
}

/* 왼쪽영역 */
.sideMenuWrap {
  position: relative;
}
.sideMenuWrap .toolBarArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  margin: 0 16px 14px;
  border-radius: 2rem;
  background-color: #dbdbdb;
}
.sideMenuWrap .toolBarArea button {
  flex: 1;
  padding: 4px;
}
.sideMenuWrap .toolBarArea button:hover {
  border-radius: 2rem;
  background-color: rgba(242, 237, 255, 0.5);
}
.sideMenuWrap .toolBarArea button.icon_logo {
  display: none;
}
.sideMenuWrap .btn_toggle_menu {
  position: absolute;
  right: -10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 2rem;
  background-color: #e6e6e6;
}
.sideMenuWrap .btn_toggle_menu:hover {
  background-color: #f2edff;
}
.sideMenuWrap .btn_toggle_menu::after {
  content: "\f0537";
  position: absolute;
  left: 3px;
  top: 50%;
  font-size: 12px;
  font-family: "Material Design Icons";
  transform: translateY(-50%) rotate(-90deg);
}
.sideMenuWrap .sidemenuArea {
  width: 100%;
  height: calc(100% - 36px - 14px);
  /* depth01메뉴 */
  /* 메뉴리스트*/
}
.sideMenuWrap .sidemenuArea .mdi {
  display: inline-block;
  line-height: 1;
}
.sideMenuWrap .sidemenuArea .mdi::before {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.sideMenuWrap .sidemenuArea .icon {
  width: 20px;
  height: 20px;
  padding: 2px;
}
.sideMenuWrap .sidemenuArea .menu_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  margin: 2px 0;
}
.sideMenuWrap .sidemenuArea .menu_item .text_title {
  margin-left: 4px;
  font-size: 0.813rem;
  font-weight: 600;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01 {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01 .menu_item {
  padding: 12px;
  margin: 0;
  justify-content: center;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01 .menu_item .text_title {
  flex: 1;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01 .menu_item .mdi-chevron-right::before {
  font-size: 1.25rem;
  color: #666;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01 .menu_item_list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 12rem;
  padding: 4px;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01 .menu_item_list .menu_item {
  padding: 6px 8px;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01:hover {
  cursor: pointer;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  display: block;
  background-color: #7853e0;
}
/* 선택 시  */
.sideMenuWrap .sidemenuArea .sidemenDepth01.left-menu-selected > .sp2 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  display: block;
  background-color: #7853e0;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01.left-menu-selected > .menu_item {
  color: #7853e0;
  font-weight: 600;
  background-color: #f2edff;
}
/*  */

.sideMenuWrap .sidemenuArea .sidemenDepth01:hover > .menu_item {
  color: #7853e0;
  font-weight: 600;
  background-color: #f2edff;
}

.sideMenuWrap .sidemenuArea .sidemenDepth01:hover > .menu_item .mdi::before {
  color: #7853e0;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01:hover > .menu_item.icon img, .sideMenuWrap .sidemenuArea .sidemenDepth01:hover > .menu_item .icon img {
  filter: invert(36%) sepia(94%) saturate(3031%) hue-rotate(239deg) brightness(92%) contrast(90%);
}
.sideMenuWrap .sidemenuArea .sidemenDepth01:hover .menu_item_list {
  display: block;
}
.sideMenuWrap .sidemenuArea .sidemenDepth01:hover .menu_item_list a:hover.menu_item {
  border-radius: 8px;
  background-color: #f2edff;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea {
  height: calc(100% - 52px - 12px);
  padding: 0 16px;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .menuInfoText {
  position: relative;
  padding: 0 8px;
  margin: 12px 0 6px;
  font-size: 0.938rem;
  font-weight: 500;
  color: #666;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .menuInfoText::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 2rem;
  background-color: #29242a;
  transform: translateY(-50%);
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList {
  height: calc(100% - 18px - 6px);
  overflow: auto;
  padding-top: 8px;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList li > a {
  position: relative;
  margin: 4px 0;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList li > a::after {
  content: "\f0140";
  font-family: "Material Design Icons";
  position: absolute;
  right: 8px;
  top: 50%;
  font-size: 1.25rem;
  color: #666;
  transform: translateY(-50%);
  transition: 0.2s ease;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList li.active > a::after {
  content: "\f0143";
  font-family: "Material Design Icons";
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList li.active .menu_item_list {
  display: block;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList li.active .menu_item:hover {
  border-radius: 8px;
  background-color: #f4f1fd;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList li.active .menu_item:hover::after {
  color: #916ef4;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList .menu_item_list {
  display: none;
  padding: 4px 8px;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList .menu_item_list.oullineBox {
  box-shadow: none;
  background-color: #f1f1f1;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList .menu_item_list .text_title {
  font-size: 0.813rem;
}
.sideMenuWrap .sidemenuArea .sidemenuListArea .sidemenuList .menu_item_list .menu_item {
  margin: 0;
  font-size: 0.813rem;
}
.sideMenuWrap.collapse {
  width: auto !important;
  transition: 0.2s ease;
}
.sideMenuWrap.collapse .sidemenuArea {
  height: 100%;
}
.sideMenuWrap.collapse .sidemenuArea .menu_item_list {
  position: absolute;
  left: 100%;
  min-width: 12rem;
}
.sideMenuWrap.collapse .sidemenuArea .menu_item_list .text_title {
  display: block;
}
.sideMenuWrap.collapse .sidemenuListArea {
  height: calc(100% - 46px);
  padding: 0;
}
.sideMenuWrap.collapse .sidemenuListArea .sidemenuList li {
  display: flex;
  justify-content: center;
}
.sideMenuWrap.collapse .sidemenuListArea .sidemenuList li > .menu_item {
  width: 35px;
  height: 35px;
  justify-content: center;
}
.sideMenuWrap.collapse .sidemenuListArea .sidemenuList li .menu_item_list {
  display: none;
}
.sideMenuWrap.collapse .sidemenuListArea .sidemenuList li:hover > .menu_item {
  border-radius: 8px;
  background-color: #f4f1fd;
}
.sideMenuWrap.collapse .sidemenuListArea .sidemenuList li:hover > .menu_item::after {
  color: #916ef4;
}
.sideMenuWrap.collapse .sidemenuListArea .sidemenuList li:hover .menu_item_list {
  display: block;
}
.sideMenuWrap.collapse .btn_toggle_menu::after {
  content: "\f0537";
  left: 4px;
  transform: translateY(-50%) rotate(90deg) !important;
  transition: 0.2s ease;
}
.sideMenuWrap.collapse .toolBarArea {
  width: 32px;
  padding: 0;
}
.sideMenuWrap.collapse .toolBarArea button {
  display: none;
}
.sideMenuWrap.collapse .toolBarArea button.icon_logo {
  display: block;
  height: 32px;
  background: url("../images/telaas-logo_s.svg") no-repeat center;
  background-size: 20px auto;
}
.sideMenuWrap.collapse .menu_item .mdi-chevron-right {
  display: none;
}
.sideMenuWrap.collapse .menu_item .text_title {
  display: none;
}
.sideMenuWrap.collapse .menu_item::after {
  display: none;
}
.sideMenuWrap.collapse .menuInfoText {
  display: none;
}

.widgetWrap {
  height: 100%;
}
.widgetWrap .widgetArea {
  height: 100%;
}
.widgetWrap .widgetBox {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.widgetWrap .widgetBox .titleArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #ececec;
}
.widgetWrap .widgetBox .titleArea .title_leftArea {
  flex: 1;
}
.widgetWrap .widgetBox .titleArea .title_leftArea .title {
  position: relative;
  display: block;
  padding-left: 6px;
  font-size: 0.875rem;
  font-weight: 600;
}
.widgetWrap .widgetBox .titleArea .title_leftArea .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  border-radius: 2rem;
  background-color: #7853e0;
  transform: translateY(-50%);
}
.widgetWrap .widgetBox .titleArea .title_rightArea button {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.widgetWrap .widgetBox .titleArea .title_rightArea button + button {
  margin-left: 4px;
}
.widgetWrap .widgetBox .titleArea .title_rightArea button + button.mdi-refresh::before {
  font-size: 1.25rem;
}
.widgetWrap .widgetBox .titleArea .title_rightArea button:hover {
  background-color: #f4f1fd;
}
.widgetWrap .widgetBox .dataArea {
  padding: 8px;
}

/* button guide */
.btn em {
  display: inline-block;
  text-indent: -99999px;
}

/* guide */
.oullineBox {
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(145, 158, 171, 0.2), 0 12px 24px -4px rgba(145, 158, 171, 0.12);
}

a:hover, a.active, button:hover, button.active {
  color: #7853e0;
}
a:hover .mdi, a.active .mdi, button:hover .mdi, button.active .mdi {
  color: #7853e0;
}
a:hover.icon img, a:hover .icon img, a.active.icon img, a.active .icon img, button:hover.icon img, button:hover .icon img, button.active.icon img, button.active .icon img {
  filter: invert(36%) sepia(94%) saturate(3031%) hue-rotate(239deg) brightness(92%) contrast(90%);
}

/* 로그인 */
.loginWrap {
  position: relative;
  width: 100%;
  min-width: 420px;
  height: 100%;
}
.loginWrap .bgBox {
  display: flex;
  flex-direction: row;
  height: 100vh;
}
.loginWrap .bgBox .bgBox_left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100vh;
}
.loginWrap .bgBox .bgBox_left .login_left_conArea {
  height: 100%;
}
.loginWrap .bgBox .bgBox_left .login_left_conArea img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.loginWrap .bgBox .bgBox_left .login_left_text {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #fff;
  font-size: 1.875rem;
  text-align: right;
  padding: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
.loginWrap .bgBox .bgBox_left .login_left_text .text_s01 {
  font-size: 1rem;
}
.loginWrap .bgBox .bgBox_right {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}
.loginWrap .bgBox .bgBox_right .loginBox {
  width: 50%;
  margin: 0 auto;
}
.loginWrap .logo {
  width: 100%;
  height: 40px;
  margin-bottom: 35px;
  text-align: center;
}
.loginWrap .logo a {
  display: inline-block;
  padding-left: 128px;
  background: url("../images/telaas-logo.svg") no-repeat left center;
  background-size: auto 27px;
}
.loginWrap .logo a .logo_text {
  position: relative;
  top: 2px;
  font-size: 2rem;
  color: #222;
}
.loginWrap .formbox {
  width: 100%;
}
.loginWrap .formbox li {
  margin-bottom: 20px;
}
.loginWrap .formbox li .inputBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #cccfd6;
}
.loginWrap .formbox li .inputBox input {
  width: 100%;
  padding: 12px 0 11px 23px;
  font-size: 0.813rem;
  border: 0;
  outline: none;
}
.loginWrap .formbox li .inputBox input:focus + .btn_close {
  opacity: 1 !important;
  transition: 0.2s ease;
}
.loginWrap .formbox li .inputBox .btn_close {
  opacity: 0;
  transition: 0.2s ease;
}
.loginWrap .formInp .numInp::before {
  content: "\f0013";
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.25rem;
  color: #4829a1;
  transform: translateY(-50%);
}
.loginWrap .formInp .pwInp {
  position: relative;
}
.loginWrap .formInp .pwInp::before {
  content: "\f0341";
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1.125rem;
  color: #4829a1;
  transform: translateY(-50%);
}
.loginWrap .formInp .OtpInp {
  position: relative;
}
.loginWrap .formInp .OtpInp::before {
  content: "\f0423";
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1rem;
  color: #4829a1;
  transform: translateY(-50%);
}
.loginWrap .formInp li p {
  color: #ff0000;
  font-size: 0.625rem;
  margin-top: 4px;
}
.loginWrap .formChk {
  position: relative;
  padding: 5px 0 35px;
  font-size: 0.875rem;
}
.loginWrap .formChk label span {
  vertical-align: middle;
}
.loginWrap .btn_login {
  width: 100%;
  height: 46px;
  color: #fff;
  font-size: 0.938rem;
  border-radius: 4px;
  background-color: #6358ee;
}
.loginWrap .btn_login:disabled {
  background-color: #d2d2d2;
}

.logBox {
  position: absolute;
  left: 50%;
  top: 10rem;
  width: 520px;
  min-width: 360px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 4rem 2.5rem 1rem;
  transform: translateX(-50%);
  box-shadow: 0 3px 10px -2px rgba(85, 85, 85, 0.08), 0 2px 20px 0 rgba(85, 85, 85, 0.06), 0 1px 30px 0 rgba(85, 85, 85, 0.03);
  background-color: rgb(255, 255, 255);
}

.type_buttonArea {
  margin-top: 8px;
}
.type_buttonArea button {
  padding: 8px;
}
.type_buttonArea button + button {
  position: relative;
  margin-left: 8px;
}
.type_buttonArea button + button::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 1.5px;
  height: 10px;
  background-color: #222;
  transform: translateY(-50%);
}
.type_buttonArea button:hover {
  border-radius: 8px;
  background-color: #f4f1fd;
}

.login_footer {
  width: 100%;
  height: 28px;
  margin-top: 5rem;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.login_footer .Copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.75rem;
}
.login_footer .Copyright img {
  height: 24px;
}

@media (max-width: 800px) {
  .loginWrap .bgBox_left {
    display: none !important;
  }
  .loginWrap .bgBox_right {
    padding: 0 !important;
  }
  .loginWrap .bgBox_right .loginBox {
    width: 70% !important;
  }
  .loginWrap .bgBox_right .login_footer {
    margin-top: 1rem;
  }
}
@media (min-width: 801px) and (max-width: 1024px) {
  .loginWrap .bgBox_right .loginBox {
    width: 70% !important;
  }
  .loginWrap .bgBox_right .login_footer {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=base.css.map */

/* 수정  ==============*/
/* 항상 선택된 효과를 위한 on 클래스 정의 */
.topLinkList .tab-scroller ul li.on {
  border-radius: 4px 4px 0 0;
  color: #222;
  background-color: #fff;
}

.topLinkList .tab-scroller ul li.on .mdi {
  opacity: 1;
  transition: 0.5s ease;
}
.over-color {
  color: rgb(120, 83, 224);
}

.mdi-purple {
  color: #8e44ad;
}
.menu_item.level3-header {
  position: relative;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  font-size: 1.125rem;
  font-weight: bold;
  /* color: #4b1818; */
  background-color: rgb(217, 213, 228);
}

/* 메뉴 아이템 */
@charset "utf-8";
.button-icon-film {
    background-image: url(../images/icons/png/Film.png);
    background-repeat: no-repeat;
}

.button-icon-display {
    background-image: url(../images/icons/png/Display.png);
    background-repeat: no-repeat;
}

.button-icon-move {
    background-image: url(../images/icons/png/Move.png);
    background-repeat: no-repeat;
}

.button-icon-trackback {
    background-image: url(../images/icons/png/Trackback.png);
    background-repeat: no-repeat;
}

.button-icon-exit {
    background-image: url(../images/icons/png/Exit.png);
    background-repeat: no-repeat;
}

.button-icon-home {
    background-image: url(../images/icons/png/Home.png);
    background-repeat: no-repeat;
}

.button-icon-component {
    background-image: url(../images/icons/png/Component.png);
    background-repeat: no-repeat;
}

.button-icon-help {
    background-image: url(../images/icons/png/Helpbook.png);
    background-repeat: no-repeat;
}

/*이하 데시보드 */
.custom-container-body {
    border: 1px solid #9BA0AF;
    border-top: 2px solid #9BA0AF;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
}

.custom-container-header {
    height: 25px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
}

.custom-container-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: -1px
}

.custom-container-header li {
    float: left;
    background-color: #f1f2f2;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-right: 2px;
}

.custom-container-header li a {
    border: 1px solid #9BA0AF;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: block;
    padding: 3px 20px 4px 20px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    color: #888;
    text-decoration: none;
}

.custom-container-header li a {
    float: none
}

.custom-container-header li a:hover {
    color: #3b73b9
}

.custom-container-header li.current {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

    background: #c1c3c5;
    background: -webkit-linear-gradient(top, #c1c3c5 0%, #9ba0af 100%);

}

.custom-container-header li.current a {
    color: #fff;
}

.target-report {
    margin: 5px 0px;
}

.target-report-item {
    margin-bottom: 7px;
    margin-right: 7px;
    border: 1px solid #bcbec0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}

.target-report-item-header {
    height: 28px;
    width: 100%;
    background: #f1f2f2;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #bcbec0;
}

.target-report-item-header h3 {
    margin: 0;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    float: left;
    padding: 5px 10px 0 5px
}

.target-report-item-header h3 a {
    color: #666;
    display: block;
    text-decoration: none;
}

.target-report-item-header h3 a:hover {
    color: #333;
}

.target-report-item-header span {
    font-size: 11px;
    color: #666;
    float: right;
    padding: 4px 5px 0 0
}

.target-report-item-body {
    margin: 5px 7px;
}

.target-report-item-body p {
    font-size: 11px;
}

/*Item 선택시 사용할 css */
.target-report .x-item-selected .target-report-item-header {
    background: #829cbf;
}

.target-report .x-item-selected h3 {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    float: left;
    padding: 5px 10px 0 5px;
}

.target-report .x-item-selected h3 a {
    color: #fff;
    display: block;
}

.target-report .x-item-selected h3 a:hover {
    color: #e1ecf2;
}

.target-report .x-item-selected .target-report-item-header span {
    font-size: 11px;
    color: #fff;
    float: right;
    padding: 4px 5px 0 0
}

.stat_view {
    line-height: 1.5em;
    font-family: Arial, Malgun Gothic, Dotum, sans-serif;
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 80px;
    margin-top: 8px
}

.view_site, .view_screen, .view_random, .view_fail {
    width: 33%;
    float: left;
}

.stat_view p {
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.stat_view p.percent {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 7px 0 0 0;
    line-height: 24px
}

.stat_view p.percent span {
    font-size: 12px;
    margin: 7px 0 0 0;
}

.stat_view p.percent.red {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
    margin: 6px 0 0 0;
    margin: 7px 0 0 0;
}

.stat_view p.percent.orange {
    font-size: 24px;
    font-weight: bold;
    color: #F60;
    margin: 6px 0 0 0;
    margin: 7px 0 0 0;
}

.stat_view p.count {
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    line-height: 9px
}

.stat_view p.type {
    font-size: 11px;
    color: #666;
    margin: 8px 2px;
    line-height: 12px
}

.box {
    background: #F6F6F6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    margin-top: 5px
}

.box p {
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}

.box p.num {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 5px 0 0 0;
    line-height: 24px
}

.box p.type {
    font-size: 11px;
    color: #666;
    margin: 5px 2px;
    line-height: 8px
}


:-webkit-full-screen {
    /* properties */
}

:-moz-full-screen {
    /* properties */
}

:-ms-fullscreen {
    /* properties */
}

:full-screen { /*pre-spec */
    /* properties */
}

:fullscreen { /* spec */
    /* properties */
}

/* deeper elements */
:-webkit-full-screen video {
    width: 100%;
    height: 100%;
}

/* styling the backdrop*/
::backdrop {
    /* properties */
}
::-ms-backdrop {
    /* properties */
}