

/* 기본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;
}
.f9{font-size: 9px;}
.f10{font-size: 10px;}
.f11{font-size: 11px;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f15{font-size: 15px;}
.f16{font-size: 16px;}
.f17{font-size: 17px;}
.f18{font-size: 18px;}
.f19{font-size: 19px;}
.f20{font-size: 20px;}
.f21{font-size: 21px;}
.f22{font-size: 22px;}
.f23{font-size: 23px;}
.f24{font-size: 24px;}
.f25{font-size: 25px;}
.f26{font-size: 26px;}

.bold{
	font-weight: bold;
}

.py10{
	padding: 10px 0 10px 0;
}

.pa10{
	padding: 10px;
}

.pl3{
	padding-left: 3px;
}
.pr10{
	padding-right: 10px;
}

.ar {
  text-align:right!important;
}

.al {
  text-align:left!important;
}

.ac {
  text-align:center!important;
}

.vac {
  vertical-align:inherit!important;
}
.vat {
  vertical-align:top!important;
}
.vab {
  vertical-align:bottom!important;
}

.color-active{
	color: #2ab57d!important;
}

.color-inactive{
	color: #fd625e!important;
}

.color-gray{
	color: gray;
}

.color-G{
	color: #767676;
}

.color-red{
	color: red;
}

.color-blue{
	color: blue;
}

.bg-W{
	color: red;
	background-color: yellow;
}

.bg-G{
	color: #000;
	background-color: #dff8d8;
}

.bg-B{
	color: #000;
	background-color: #d8e0f8;
}

.bg-R{
	color: #000;
	background-color: #f8d8d8;
}

.bg-Y{
	color: #000;
	background-color: #f8f3d8;
}

.bg-P{
	color: #000;
	background-color: #E4DFEE;
}

.bb-1-g{
	border-bottom: 1px solid gray;
}

.irq::before {
    content: "\f069";
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    font-weight: 600;
    margin-right:5px;
    color:#f76c76;
}

.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;}

.w5p {width:5%;}
.w10p {width:10%;}
.w15p {width:15%;}
.w20p {width:20%;}
.w25p {width:25%;}
.w30p {width:30%;}
.w33p {width:33.3%;}
.w35p {width:35%;}
.w40p {width:40%;}
.w50p {width:50%;}
.w60p {width:60%;}
.w70p {width:70%;}
.w80p {width:80%;}
.w85p {width:85%;}
.w90p {width:90%;}
.w100p {width:100%;}
.mw600 {max-width: 600px;}

.red_row {
    background:#e89da3!important;
}
body[data-layout-mode=dark] .red_row {
    background:#400000!important;
}

.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;
}

body[data-layout-mode=dark] .warningEndRowTd {
	background: linear-gradient(to top, #353c5a, #3d4565);
    color:#fff;
}

.warningEndRowTd {
	background: linear-gradient(to top, #659571, #80bd90);
    color:#fff;
}

body[data-layout-mode=dark] .tableRowTdBlue {
	background: linear-gradient(to top, #353c5a, #3d4565);
    color:#fff;
}

.tableRowTdBlue {
	background: linear-gradient(to top, #b9b8fc, #9897de);
    color:#000;
}

body[data-layout-mode=dark] .tableRowTdRed {
	background: linear-gradient(to top, #753b3e, #5c3537);
    color:#fff;
}

.tableRowTdRed {
	background: linear-gradient(to top, #f7a6a6, #f08181);
    color:#000;
}

body[data-layout-mode=dark] .tableRowTdYellow {
	background: linear-gradient(to top, #6f753b, #585c32);
    color:#fff;
}

.tableRowTdYellow {
	background: linear-gradient(to top, #eef5b3, #d4de76);
    color:#000;
}


.row_bg_red {
	background-color:#feafad!important;
	color:#222;
}

.row {
	margin-top:20px;
}

.card-body{
	border: solid 1px #5d5d5d;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-around{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.flex-col{
	flex-flow: column;
}

input.no-arrows::-webkit-inner-spin-button,
input.no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.tr_group_sum{
	background-color: #fff7f7 !important;
}

body[data-layout-mode=dark] .tr_group_sum {
	background-color: #353131 !important;
}

.row-bg-point{
	background-color: #ffbabb !important;
}

body[data-layout-mode=dark] .row-bg-point {
	background-color: #520102 !important;
}

.base-bg-color{
	background-color: #f5f5f5 !important;
}

body[data-layout-mode=dark] .base-bg-color {
	background-color: #303030 !important;
	color: #dbdddf;
}

.requestFormCont {
	max-width:1000px;
	margin:0 auto;
}

.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}

.pl10{
	padding-left: 10px;	
}

.device_input_success {
	font-size:1rem;
	width:480px;
	margin-top:15px;
	color:aqua;
}

.device_input_fail {
	font-size:1rem;
	width:480px;
	margin-top:15px;
	color:coral;
}

.device_input_dupl {
	font-size:1rem;
	width:480px;
	margin-top:15px;
	color:fuchsia;
}




.comment_wrap {
  height: 140px;
  margin: 0 auto;
  overflow-y: scroll;
  scrollbar-color: #ffffff #5a5c5b;
}

.comment_wrap table {
  border-collapse: separate;
  border-spacing: 0;
}

.comment_wrap table th {
  /*테이블 헤더 sticky 적용*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.comment_wrap table th:last-child {
  border-right: 0;
}

/*테이블 헤더 1행 1열 sticky 적용*/
.comment_wrap table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1; /*가장 맨 위로 올라오도록 z-index 적용함*/
}

/*td 1열 sticky 적용*/
.comment_wrap table td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.comment_wrap table td:last-child {
  border-right: 0;
}

.modal-xl-custom {
    max-width: 1800px;
}

.cursor {
	cursor:pointer;
}

.requestTop{
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    color: #302e31;
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px #d9d9d9;
    background-color: #3f3fca !important;
    color:#fff;
}

.requestTop p {
    font-size: 2rem;
    font-weight: 400;
}

.requestTop i.left{
  position: absolute;
  left: 10px;
  font-size: 2rem;
  color:#fff;
}

.text-area{
	margin: 10px;
	background-color: #fff !important;
	border-radius: 10px;
	width: 90%;
	padding: 10px;
	max-width: 600px;
}
