/* //////////////////////////////////////////////
    Common
////////////////////////////////////////////// */
/* Set Font */
@font-face {
  font-family: 'notokr';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansKR Regular'), local('NotoSansKR-Regular'), local('NotoSansKR Regular');
  src: url(/html/fonts/notokr-regular.eot);
  src: url(/html/fonts/notokr-regular.woff) format('woff'),
       url(/html/fonts/notokr-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'notokr';
  font-style: normal;
  font-weight: 500;
  src: local('NotoSansKR Medium'), local('NotoSansKR-Medium'), local('NotoSansKR Medium');
  src: url(/html/fonts/notokr-medium.eot);
  src: url(/html/fonts/notokr-medium.woff) format('woff'),
       url(/html/fonts/notokr-medium.woff2) format('woff2');
}
@font-face {
  font-family: 'notokr';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansKR Bold'), local('NotoSansKR-Bold'), local('NotoSansKR Bold');
  src: url(/html/fonts/notokr-bold.eot);
  src: url(/html/fonts/notokr-bold.woff) format('woff'),
       url(/html/fonts/notokr-bold.woff2) format('woff2');
}
html, body, .wrap {
  color: #0E0E0E;
  font-family: 'notokr', sans-serif;
/*   font-size: 20px; */
  font-size: 16px !important;
  width: 100%;
  height:100%;  
  margin: 0;
  letter-spacing: -.05em;
  word-spacing: .1em;
  scroll-behavior: smooth;
}
  .hide { display: none !important;}
  .btn {
  	font-size : 1rem;
  	font-weight: inherit;
    text-align: center;
  }
  .btn.logout {
    border-radius: 34px;
    font-size: .8rem;
    padding: 12px 8px;
  }
  .btn.logout:hover {
    background-color: rgba(140, 184, 232, .2);
  }
  .btn.logout > .bi:before {
    transform: rotate(90deg);
  }
  .col-form-label {
  	display: flex;
  	align-items : center;
  	justify-content : center;
  	font-size :initial;
  }
  .card-toolbar > button {
  	margin : 0 0.1rem;
  }
  
  /* tabulator
------------------------------------------------------------------------------------------------------- */
.header-group ~ .tabulator,
.h3 ~ .tabulator,
.h4 ~ .tabulator{
  margin-top: 0.6em;
}
.tabulator {  
  font-size: .8rem;
}
.tabulator.grid-list {
  border-color: transparent;
  border-image: linear-gradient(0deg, transparent 49px, #DADADA 49px, #DADADA) 1;
}
.tabulator.grid-table {
  border-color: #DADADA;  
}
.tabulator .tabulator-header .tabulator-col,
.tabulator-row .tabulator-cell {
  border-color: #DADADA;
}
.tabulator .tabulator-header {  
  border-bottom: none;
  color: #0E0E0E;
}
.tabulator .tabulator-header,
.tabulator .tabulator-header .tabulator-col {
  background-color: #F5F5F5;
}
.tabulator-row.tabulator-selectable:hover,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: #E8F1FA;
}
.tabulator-row.tabulator-selected {
  background-color: rgba(140, 185, 232, .2);
  box-shadow: inset 0px -1px 0px 2px #02ADF2, inset 0px 2px 0px 0px #02ADF2;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content,
.tabulator-row .tabulator-cell {  
  align-items: center;
  display: inline-flex;
  min-height: 45px;
  padding: .9em 1em;
  width: 100%;
}
.tabulator .tabulator-tableHolder .tabulator-table {
  color: #1B1B1B;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  border-radius: 3px;
  top: calc(50% - 3px);
  right: 14px;  
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-arrow {  
  border-bottom-color: #444;
}
.grid-list .tabulator-row.tabulator-row-even {
  background-color: #F5F5F5;
}
.grid-table .tabulator-row:last-child .tabulator-cell {
  border-bottom-color: transparent;
}
.grid-table .tabulator-row.tabulator-row-even,
.grid-table .tabulator-row.tabulator-selectable:hover,
.grid-table.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: transparent;
}
.grid-table.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  display: none;
}
.tabulator.grid-list .tabulator-footer {
  background-color: transparent;
  border-top: 1px solid #DADADA;
  display: flex;
  align-items: center;
  height: 49px;
  padding: 0;
}
.total-counter {
  color: #1B1B1B;
  font-size: .7rem;
  font-weight: normal;  
}
.tabulator .tabulator-footer .tabulator-paginator {
  order: 2;
}
.tabulator .tabulator-footer .tabulator-paginator,
.tabulator .tabulator-footer .tabulator-pages,
.tabulator .tabulator-footer .tabulator-page {
  display: flex;
  margin: auto;
}
.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 0.4rem;
}
.tabulator .tabulator-footer .tabulator-page {
  align-items: center;
  border-color: transparent;
  border-radius: 4px;;
  color: #8F8F8F;  
  font-size: .7rem;
  margin: 0;
  padding: 0.3rem 0.4rem;
  height: 1.2rem;
  justify-content: center;
}
.tabulator .tabulator-footer .tabulator-page:hover {
  background-color: transparent;
  color: #06283D;
}
.tabulator .tabulator-footer .tabulator-page.active {
  background-color: #06283D;
  border-radius: 50%;
  color: #FFFFFF;
}

.tabulator-page .ic::before {
  display: inline-block;
  font-family: bootstrap-icons;
  font-size: .8rem;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ic.first_page::before {
  content: "\f27f";
}
.ic.prev::before {
  content: "\f284";
}
.ic.next::before {
  content: "\f285";
}
.ic.last_page::before {
  content: "\f280";
} 
.grid-pagesize {
	margin-top: 10px; 
	height: 2.25rem;
	padding: 0.45rem 1rem;
	font-size: 1rem;
	font-weight: 500;
	border: 0 !important;
	color: #7E8299;
	background-color: #ecf1f6 !important;
	border-radius: 0.42rem;
}
/* Alert 
------------------------------------------------------------------------------------------------------- */
  .alert-wrap {    
    background: rgba(0, 0, 0, 0.4);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index : 9999;
  }
  .alert-wrap.show {
    display: block;
  }
  .alert-wrap .alert {
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14), 
                0px 6px 30px rgba(0, 0, 0, 0.12), 
                0px 8px 10px rgba(0, 0, 0, 0.2);
    padding: 24px;

    position: absolute;
    left: 50%; top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 286px;
  }
  .alert .alert-tit {
    font-size: 16px;
    margin: 0;
  }
  .alert .alert-msg {
    color: #444;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .alert .btn-area {
    display: flex;
    display: -ms-flexbox;
    font-size: .8em;
    justify-content: flex-end;
  }
  .alert:not(.alert.alert-form) .btn-area .btn {    
    padding: 0;
  }
  .alert .btn[data-btn="close"] {
    color: #DB0000;
  }
  .alert.alert-form {
    width: 506px;
  }
  .alert.alert-form .btn-area {    
    margin-top: 1.2em;
  }
  .srchPop {
   z-index: 1051;
  }

  .modal-dialog-scrollable .section-area {
  	max-height:600px;
  }
  .notice {
  	font-size:20px;
  }