@charset "utf-8";
/* font-family 수정*/
html,body{
  font-family: 'Roboto','Malgun Gothic', sans-serif;
  font-weight: 400;
}
*::after, *::before{
  font-family: 'Roboto','Malgun Gothic', sans-serif;
  font-weight: 400;
}
#header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 800;
  width: 300px;
  transition: width .3s ease;
}
#header.collapsed {
  width: 48px;
}
#header.collapsed #snb {
  width:0;
}
#header > div > a > span {
  opacity: 1;
  transition: all .3s .3s ease;
}
#header.collapsed > div > a > span {
  width: 0;
  opacity: 0;
}
#container {
  position: relative;
  z-index: 400;
  padding-left: 48px;
  background-color: #fff;
}
#header #snb > div {
  display: none;
}
#header[data-snb='1'] #snb > div:nth-child(1) {
  display: block;
}
#header[data-snb='2'] #snb > div:nth-child(2) {
  display: block;
}
#header[data-snb='3'] #snb > div:nth-child(3) {
  display: block;
}
#header[data-snb='4'] #snb > div:nth-child(4) {
  display: block;
}
#header[data-snb='5'] #snb > div:nth-child(5) {
  display: block;
}
#header[data-snb='6'] #snb > div:nth-child(6) {
  display: block;
}
#header[data-snb='7'] #snb > div:nth-child(7) {
  display: block;
}
#header[data-snb='8'] #snb > div:nth-child(8) {
  display: block;
}
#header[data-snb='9'] #snb > div:nth-child(9) {
  display: block;
}
#header[data-snb='10'] #snb > div:nth-child(10) {
  display: block;
}
#header[data-snb='11'] #snb > div:nth-child(11) {
  display: block;
}
#header[data-snb='12'] #snb > div:nth-child(12) {
  display: block;
}
.nav-tabs-dark .nav-link {
  color: #aaa;
  background-color: #f8f9fa;
  border-color: #e9ecef #e9ecef #dee2e6;
  cursor: pointer;
}
.nav-tabs-dark .nav-link.active {
  cursor: default;
}
.nav-tabs-dark .nav-link:focus,
.nav-tabs-dark .nav-link:hover {
  color: #212529;
}
.nav-tabs-dark .nav-item.show .nav-link,
.nav-tabs-dark .nav-link.active {
  color: #212529;
}
.nav-pills-dark .nav-link {
  color: #aaa;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
}
.nav-pills-dark .nav-link.active {
  cursor: default;
}
.nav-pills-dark .nav-link:focus,
.nav-pills-dark .nav-link:hover {
  color: #212529;
}
.nav-pills-dark .nav-item.show .nav-link,
.nav-pills-dark .nav-link.active {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* canvas */
canvas {
  outline: 0;
}

/* etc */
#searchMemberModalInsert,
#searchMemberModalUpdate {
  cursor: pointer;
}

/* nav */
#navbarUsername::after {
  display: none;
}

/* login */
.icon_login {
  display: block;
  position: relative;
  width: 48px;
  text-align: left;
  text-indent: -9999px;
}
.icon_login::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon_login_id::before {
  background-image: url('/img/icon_login_id.png');
}
.icon_login_pw::before {
  background-image: url('/img/icon_login_pw.png');
}
#loginBodyDiv .form-control {
  height: 48px;
}

/* placeholder */
input::placeholder {
  color: #999 !important;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999 !important;
}
input::-ms-input-placeholder {
  color: #999 !important;
}


/* tui-grid-row style */
.tui-grid-cell.row-red {
  background-color: #e6f7ff;
}

/* tui-grid-cell style */
.tui-grid-cell.cell-pointer {
    cursor: pointer;
}

/* buttons */
.btn-edit-group {
  display: inline-block;
  width: 40px;
}
.btn-edit-more {
  overflow: hidden;
  position: relative;
  width: 40px;
  height: 26px;
  padding: 0;
  font-size: 0;
  border: 0;
}
.btn-edit-more::before {
  content: '...';
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
}
.btn-edit-div {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 120px;
  margin-left: -85px;
  padding: 6px 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
}
.btn-edit-div::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff;
  transform: rotate(-45deg);
}
tr:last-child:nth-child(n+8) .btn-edit-div {
  margin-top: -66px;
}
tr:last-child:nth-child(n+8) .btn-edit-div::before {
  top: 36px;
  transform: rotate(135deg);
}
.btn-edit-more.active + .btn-edit-div {
  display: block;
}
.btn-add {
  width: 32px;
  height: 28px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/icon_add.png');
  text-align: left;
  text-indent: -9999px;
  border: 0;
}
.btn-update {
  width: 32px;
  height: 28px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/icon_modify.png');
  text-align: left;
  text-indent: -9999px;
  border: 0;
}
.btn-delete {
  width: 32px;
  height: 28px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/icon_del.png');
  text-align: left;
  text-indent: -9999px;
  border: 0;
}





















#navbarUsername {
  outline: 0;
}