<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* ----------------------------------------------------------------------
* 紐⑤떖 �ㅼ씠�쇰줈洹�
* ----------------------------------------------------------------------
*/
.modal-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
  display: table;
  z-index: 99999;
}

.modal-wrapper.black-popup-modal {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal {
  min-width: 200px;
  position: relative;
  top: 0;
  margin: auto;
}
.modal-wrapper.black-popup-modal .modal  {
  position: relative !important;
}
.modal-dialog {
  margin: 50px auto;
}

.modal-backdrop.in {
  background: none;
}

.modal .close {
  cursor: pointer;
  margin: 2px 5px 0 0;
}

.modal-wrapper.black-popup-modal .close {
  width: 44px;
  height: 44px;
  color: #fff;
  opacity: 0.5;
  background-image: url("./icons/cross-64x64.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.modal-wrapper.black-popup-modal .close:hover {
  opacity:  0.8;
}
.modal-header {
  
}
.modal-wrapper.black-popup-modal .modal-header {
  border-bottom: 0;
  min-height: 80px;
}
.modal-body {
  overflow: hidden;
}

.modal-body.no-padding {
  padding: 0;
}

.modal-body.no-padding td:first-child,
.modal-body.no-padding th:first-child {
    padding-left: 15px;
}

.modal-body.no-padding td:last-child,
.modal-body.no-padding th:last-child {
  padding-right: 15px;
}

.modal-body, .modal-header, .modal-footer {
  width: auto;
}

.modal-footer {
  text-align: right;
  box-shadow: none;
  padding: 10px 15px 12px;
  white-space: nowrap;
}

.modal-footer .btn {
  float: none;
}
.modal-footer .left {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}
.modal-footer .btn:not(.left) {
  margin-left: 5px;
}
.modal-content {
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .25);
}
.modal-wrapper.black-popup-modal .modal-content {
  margin-top: -50px;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .btn {
  border-radius: 0;
}
.modal-body div {
  margin-bottom: 10px;
}

/**
* ----------------------------------------------------------------------
* �⑤꼸
* ----------------------------------------------------------------------
*/
.panel-group .panel,
.panel {
  border-radius: 0px;
  border: none;
}
.panel a {text-decoration: none;}

.panel-group .panel {
  margin-bottom: -4px;
  border-radius: 0px;
}

/**
* ----------------------------------------------------------------------
* �ㅻ퉬寃뚯씠��
* ----------------------------------------------------------------------
*/
.navbar {
  top: -1px;
  height: 50px;
  /*border-bottom: 1px solid #dfdfdf;*/
  background: #35383a;
  margin-bottom: 0px;
  cursor: default;
  border-radius: 0px;
}
.navbar-header {
  float: left!important;
}
.navbar-brand img {
  display: inline-block;
  margin-top:-8px;
  height: 35px;
  overflow: visible;
}
.navbar-brand span {
  padding: 0px 30px 0px 5px;
  font-size: 20px;
  color: #fff;
}
.navbar-right {
  float: right!important;
}
.navbar .dropdown-menu {
  border: none;
  z-index: 9999;
}
.navbar .dropdown:not(.sub-menu-item) &gt; a {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  padding-top: 0;
  padding-right: 20px;
  color: white;
  background-color: inherit;
}
.navbar .dropdown.open:not(.dropdown-submenu) &gt; a {
  color: #526bbe;
  background-color: #ffffff;
  /*color: white;*/
  /*background-color: #ddd;*/
}
.navbar &gt; .open &gt; a,
.navbar &gt; .active &gt; a {
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar &gt; .open &gt; a,
.navbar &gt; .open &gt; a:hover,
.navbar &gt; .open &gt; a:focus {
  color: #526bbe;
  background-color: #ffffff;
}
.navbar-nav {
  margin:0;
}
.navbar-nav &gt; li {
  float:none;
  display:inline-block;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-nav &gt; li.open &gt; ul.dropdown-menu {
  position: absolute;
  border: 1px;
  color: #526bbe;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav &gt; li &gt; a {
  border-radius: 0;
}

.right-sidebar .nav-tabs &gt; li.active &gt; a,
.right-sidebar .nav-tabs &gt; li.active &gt; a:hover,
.right-sidebar .nav-tabs &gt; li.active &gt; a:focus {
  background-color: #35383A;
  color: white;
}

.right-sidebar .nav-pills &gt; li.active &gt; a,
.right-sidebar .nav-pills &gt; li.active &gt; a:hover,
.right-sidebar .nav-pills &gt; li.active &gt; a:focus {
  background-color: #419bf9;
}

.right-sidebar .nav-pills {
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
}

/**
* ----------------------------------------------------------------------
* �� �⑤꼸
* ----------------------------------------------------------------------
*/
.tabpanel &gt; ul.nav.nav-tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tabpanel &gt; ul.nav.nav-tabs &gt; li {
  float: none;
  display: table-cell;
  width:100%;
}
.tabpanel &gt; ul.nav.nav-tabs &gt; li &gt; a {
  border: 0px solid transparent;
  margin-right: 0px;
  border-radius: 0;
  padding: 10px 0px;
  text-align: center;
}

/**
* ----------------------------------------------------------------------
* �쒕엻�ㅼ슫 硫붾돱
* ----------------------------------------------------------------------
*/
.dropdown-menu {
  border-radius: 0px;
  padding: 3px 10px;
  cursor: default;
}
.dropdown-menu .fa,
.dropdown-menu .glyphicon {
  left: -8px;
  width: 0px;
}
.dropdown-submenu&gt;.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius: 0px;
}
.dropdown-submenu.open&gt;.dropdown-menu,
.dropdown-submenu:hover&gt;.dropdown-menu {
  display:block;
}
.dropdown-submenu&gt;a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.dropdown-submenu:hover&gt;a:after {
  /*border-left-color:#ffffff;*/
}
.dropdown-submenu.pull-left {
  float:none;
}
.dropdown-submenu.pull-left&gt;.dropdown-menu {
  left:-100%;
  margin-left:10px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  margin-top: 0;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
.dropdown-menu a.dropdown-toggle:active,
.dropdown-menu a.dropdown-toggle:hover {
  color: #fff;
  background-color: #526bbe;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown-menu &gt; li &gt; a {
  position: relative;
  /*padding-right: 70px;*/
}
.dropdown-menu &gt; li &gt; a &gt; span.menu-shortcut {
  position: absolute;
  right: 20px;
  top: 3px;
}
.dropdown-menu {
  padding: 3px 0 3px;
}
.dropdown-menu .menu-name {
  padding-left: 10px;
}
.dropdown-menu li a.checked:before {
  visibility: visible;
  content: "��";
  margin-left: -11px;
  margin-right: 3px;
}
.dropdown-menu li a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.dropdown-menu .divider {
  margin: 5px 0;
}
#context-menu-bar {
  position: absolute;
  margin: 0;
  height: 0px;
  z-index: 9999;
}
#context-menu-bar li {
  list-style: none;
}
/**
* ----------------------------------------------------------------------
* �� 而⑦듃濡�
* ----------------------------------------------------------------------
*/
.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-addon {
  border-radius: 0;
}
.form-control-feedback {
  right: 10px;
}

.form-group.has-clear .form-control-clear {
    color: #bbb;
    color: rgba(0, 0, 0, 0.4);
    pointer-events: auto;
}
.form-group.has-clear .form-control-clear:hover {
  color: #777;
        color: rgba(0, 0, 0, 0.7);
        cursor: pointer;
}
.form-group.has-clear.has-empty-value .form-control-clear {        
    display: none;
}
/**
* ----------------------------------------------------------------------
* 寃쎄퀬
* ----------------------------------------------------------------------
*/
.alert {
  border-radius: 0;
}

/**
* ----------------------------------------------------------------------
* �� 而⑦듃濡�
* ----------------------------------------------------------------------
*/
.form-control:focus {
  border: 2px solid #419bf9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow:none;
}

/**
* ----------------------------------------------------------------------
* 踰꾪듉
* ----------------------------------------------------------------------
*/
button {
  outline: none;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
  outline: none;
}
.btn:active {
  background: #e9e9e9;  
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=_file_],
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
button .glyphicon {
  padding-right: 7px;
}

/**
* ----------------------------------------------------------------------
* progress
* ----------------------------------------------------------------------
*/
.progress {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
</pre></body></html>