

/* 기본CSS */

/*
 * Nanum Barun Gothic (Korean) http://hangeul.naver.com
 */
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NanumBarunGothicUltraLight.eot);
  src: local('Nanum Barun Gothic UltraLight'),
       local('NanumBarunGothicUltraLight'),
       url(../fonts/NanumBarunGothicUltraLight.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicUltraLight.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicUltraLight.woff) format('woff'),
       url(../fonts/NanumBarunGothicUltraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NanumBarunGothicLight.eot);
  src: local('Nanum Barun Gothic Light'),
       local('NanumBarunGothicLight'),
       url(../fonts/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicLight.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicLight.woff) format('woff'),
       url(../fonts/NanumBarunGothicLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
       local('NanumBarunGothic'),
       url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothic.woff2) format('woff2'),
       url(../fonts/NanumBarunGothic.woff) format('woff'),
       url(../fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumBarunGothicBold.eot);
  src: local('Nanum Barun Gothic Bold'),
       local('NanumBarunGothicBold'),
       url(../fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/NanumBarunGothicBold.woff2) format('woff2'),
       url(../fonts/NanumBarunGothicBold.woff) format('woff'),
       url(../fonts/NanumBarunGothicBold.ttf) format('truetype');
}

html {
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size : 0.9rem;
    font-weight: 400;
}

.card-body  {
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size : 0.9rem;
    font-weight: 400;
}


html {
    font-family: Nanum Barun Gothic;
    font-size : 0.9rem;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: Nanum Barun Gothic;
    font-size : 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #f5f9fc
}


.sub-menu {
    background:rgb(237, 244, 255);
    font-size : 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

.sub-menu dark {
    background:rgb(24, 24, 24);
    font-size : 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

tbody, td, tfoot, th, thead, tr {
    text-align: center;
}

.hide {
	display:none;
}

.show {
	display:block;
}

.font_rem0-8 {
  font-size: 0.8rem;
}
.font_rem1 {
  font-size: 0.9rem;
}
.font_rem1-5 {
  font-size: 1.5rem;
}
.font_rem2 {
  font-size: 2rem;
}

.ar {
  text-align:right!important;
}

.al {
  text-align:left!important;
}

.ac {
  text-align:center!important;
}

.color-active{
	color: #2ab57d!important;
}

.color-inactive{
	color: #fd625e!important;
}

.irq::before {
    content: "\f069";
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 600;
    color:#f76c76;
    margin-right:5px;
}

.bold {
	font-weight: 600;
}

.w20 {width:20px;}
.w50 {width:50px;}
.w80 {width:80px;}
.w100 {width:100px;}
.w120 {width:120px;}
.w150 {width:150px;}
.w180 {width:180px;}
.w200 {width:200px;}
.w220 {width:220px;}
.w250 {width:250px;}
.w280 {width:280px;}
.w300 {width:300px;}
.w500 {width:500px;}
.w800 {width:800px;}
.w1000 {width:1000px;}

.red_row {
    background:#e89da3;
}

.dataTables_filter {
	text-align:left!important;
}

body[data-layout-mode=dark] .table > thead{
   background-color:#505465;
   color:#e0e0e0;
}

body[data-layout-mode=dark] a {
   color: #b3e83e;
   text-decoration: none;
}

body[data-layout-mode=dark] .dropdown-item {
    color: #dbdbdb;
}

body[data-layout-mode=dark] .table {
    border-color: #5c605e;
    color: #cfcfcf;
}

body[data-layout-mode=dark] .form-control {
    color: #0f0f0f;
    background-color: #e6e6e6;
    border: 1px solid #3b403d;
}

body[data-layout-mode=dark] .input_readonly {
	background-color: #495057!important;
    color: #adb5bd!important;
    opacity: 1;
}



body[data-layout-mode=dark] .dt-button-collection {
	background-color:#515464;
}


body[data-layout-mode=dark] table.dataTable > tbody > tr.selected > *, table.dataTable.table-striped > tbody > tr.odd.selected > * {
    box-shadow: inset 0 0 0 9999px #c3c9de;
    color: rgb(255, 255, 255);
}


body[data-layout-mode=dark] .dropdown-divider {
    border-top-color: #727c76;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px #ccc;
    color: rgb(255, 255, 255);
}


div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
    min-width: fit-content;
}

div.dt-button-collection div.dropdown-menu {
    min-width: fit-content;
}

.btn_sel {
	width:120px;
}
.btn_sel:after {
	padding-left: 10px;
	content: "▼";
}

.table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
}


table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
    bottom: 42%;
    font-size:0.9rem;
    content: "↑";
    color:#fff;
}


table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    top: 42%;
    font-size:0.9rem;
    content: "↓";
    color:#fff;
}

.table.dataTable>thead .sorting::after, .table.dataTable>thead .sorting_asc::after, .table.dataTable>thead .sorting_asc_disabled::after, .table.dataTable>thead .sorting_desc::after, .table.dataTable>thead .sorting_desc_disabled::after, table.dataTable>thead .sorting::after, table.dataTable>thead .sorting_asc::after, table.dataTable>thead .sorting_asc_disabled::after, table.dataTable>thead .sorting_desc::after, table.dataTable>thead .sorting_desc_disabled::after {
    right: 1em;
    left: auto;
}

.table.dataTable>thead .sorting::after, .table.dataTable>thead .sorting_asc::after, .table.dataTable>thead .sorting_asc_disabled::after, .table.dataTable>thead .sorting_desc::after, .table.dataTable>thead .sorting_desc_disabled::after, table.dataTable>thead .sorting::after, table.dataTable>thead .sorting_asc::after, table.dataTable>thead .sorting_asc_disabled::after, table.dataTable>thead .sorting_desc::after, table.dataTable>thead .sorting_desc_disabled::after {
    right: 0.5em;
    left: auto;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 32px;
}

.form-select {
    font-size:0.9rem;
}

body[data-layout-mode=dark] .form-select {
    color: #131313;
    background-color: #e6e6e6;
    border: 1px solid #3b403d;
}


::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #2f3542;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background-color: grey;
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}

@media (max-width: 576px){
	.mh-sm-50 {
		max-height: 50%;
	}
}



body[data-layout-mode=dark] .highcharts-background {
    fill: #313533!important;
}
body[data-layout-mode=dark] .highcharts-container text {
    fill: #dbdddf!important;
}
body[data-layout-mode=dark] .highcharts-subtitle,
body[data-layout-mode=dark] .highcharts-credits,
body[data-layout-mode=dark] .highcharts-axis-title {
    fill-opacity: 0.7!important;
}
body[data-layout-mode=dark] .highcharts-grid-line, body[data-layout-mode=dark] .highcharts-title {
    stroke: #dbdddf!important;
    stroke-opacity: 0.2!important;
    color: #dbdddf!important;
}
body[data-layout-mode=dark] .highcharts-tooltip-box {
    fill: #313533!important;
}
body[data-layout-mode=dark] .highcharts-column-series rect.highcharts-point {
    stroke: #313533!important;
}

body[data-layout-mode=dark] .blue_bgcolor {
    background-color:#c6d6ec;
    color:#4e597c;
}

body[data-layout-mode=dark] .holi_bgcolor {
    background-color:#feafad;
    color:#4e597c;
    padding:0px;
}

body[data-layout-mode=dark] .week_title {
    background-color:#d1ecb7;
    color:#4e597c;
    padding:0px;
    width:0px;
}


body[data-layout-mode=dark] .min {
	background-color:#5c5c5c;
    color:#eee;
    width:30px;
    text-align:center;
    font-size:0.9rem;
    border:0px;
    padding:4px;
}

body[data-layout-mode=dark] .sec {
	background-color:#5c5c5c;
    color:#eee;
    width:30px;
    text-align:center;
    font-size:0.9rem;
    border:0px;
    padding:4px;
}


.row_bg_red {
	background-color:#feafad!important;
	color:#222;
}

.ml-10 {
	margin-left:10px;
}

.ml-5 {
	margin-left:5px;
}


.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}


.mr-10 {
	margin-right:10px;
}

.d-chart-title {
	padding:10px;
	font-size:20px;
	font-weight:600;
	color:#d3ed00!important;
}

.d-chart-groupName {
	padding:10px;
	font-weight:400;
	color:#d5a9d3!important;
	font-size:16px;
}

.d-chart-count {
	color:#ffffff!important;
	font-size:16px;
	text-align:center;
}




