@charset "utf-8";

/**
html {
	scroll-behavior: smooth;
}
*/

/**** Dirty Start ****/
.is-dirty {
    border-top: 1px solid red !important;
    border-left: 1px solid red !important;
    border-right: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

input[type="checkbox"].is-dirty {
    outline: 1px solid red;
}

input[type="radio"].is-dirty {
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 1px red;
}
/**** Dirty End ****/

/**** 데이터테이블 Start ****/

.dataTables_wrapper .col-xs-1, .dataTables_wrapper .col-sm-1, .dataTables_wrapper .col-md-1, .dataTables_wrapper .col-lg-1, .dataTables_wrapper .col-xs-2, .dataTables_wrapper .col-sm-2, .dataTables_wrapper .col-md-2, .dataTables_wrapper .col-lg-2, .dataTables_wrapper .col-xs-3, .dataTables_wrapper .col-sm-3, .dataTables_wrapper .col-md-3, .dataTables_wrapper .col-lg-3, .dataTables_wrapper .col-xs-4, .dataTables_wrapper .col-sm-4, .dataTables_wrapper .col-md-4, .dataTables_wrapper .col-lg-4, .dataTables_wrapper .col-xs-5, .dataTables_wrapper .col-sm-5, .dataTables_wrapper .col-md-5, .dataTables_wrapper .col-lg-5, .dataTables_wrapper .col-xs-6, .dataTables_wrapper .col-sm-6, .dataTables_wrapper .col-md-6, .dataTables_wrapper .col-lg-6, .dataTables_wrapper .col-xs-7, .dataTables_wrapper .col-sm-7, .dataTables_wrapper .col-md-7, .dataTables_wrapper .col-lg-7, .dataTables_wrapper .col-xs-8, .dataTables_wrapper .col-sm-8, .dataTables_wrapper .col-md-8, .dataTables_wrapper .col-lg-8, .dataTables_wrapper .col-xs-9, .dataTables_wrapper .col-sm-9, .dataTables_wrapper .col-md-9, .dataTables_wrapper .col-lg-9, .dataTables_wrapper .col-xs-10, .dataTables_wrapper .col-sm-10, .dataTables_wrapper .col-md-10, .dataTables_wrapper .col-lg-10, .dataTables_wrapper .col-xs-11, .dataTables_wrapper .col-sm-11, .dataTables_wrapper .col-md-11, .dataTables_wrapper .col-lg-11, .dataTables_wrapper .col-xs-12, .dataTables_wrapper .col-sm-12, .dataTables_wrapper .col-md-12, .dataTables_wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
}
.dataTables_wrapper .col-xs-1, .dataTables_wrapper .col-xs-2, .dataTables_wrapper .col-xs-3, .dataTables_wrapper .col-xs-4, .dataTables_wrapper .col-xs-5, .dataTables_wrapper .col-xs-6, .dataTables_wrapper .col-xs-7, .dataTables_wrapper .col-xs-8, .dataTables_wrapper .col-xs-9, .dataTables_wrapper .col-xs-10, .dataTables_wrapper .col-xs-11, .dataTables_wrapper .col-xs-12 {
  float: left;
}
.dataTables_wrapper .col-xs-12 {
  width: 100%;
}
.dataTables_wrapper .col-xs-11 {
  width: 91.66666667%;
}
.dataTables_wrapper .col-xs-10 {
  width: 83.33333333%;
}
.dataTables_wrapper .col-xs-9 {
  width: 75%;
}
.dataTables_wrapper .col-xs-8 {
  width: 66.66666667%;
}
.dataTables_wrapper .col-xs-7 {
  width: 58.33333333%;
}
.dataTables_wrapper .col-xs-6 {
  width: 50%;
}
.dataTables_wrapper .col-xs-5 {
  width: 41.66666667%;
}
.dataTables_wrapper .col-xs-4 {
  width: 33.33333333%;
}
.dataTables_wrapper .col-xs-3 {
  width: 25%;
}
.dataTables_wrapper .col-xs-2 {
  width: 16.66666667%;
}
.dataTables_wrapper .col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .dataTables_wrapper .col-sm-1, .dataTables_wrapper .col-sm-2, .dataTables_wrapper .col-sm-3, .dataTables_wrapper .col-sm-4, .dataTables_wrapper .col-sm-5, .dataTables_wrapper .col-sm-6, .dataTables_wrapper .col-sm-7, .dataTables_wrapper .col-sm-8, .dataTables_wrapper .col-sm-9, .dataTables_wrapper .col-sm-10, .dataTables_wrapper .col-sm-11, .dataTables_wrapper .col-sm-12 {
    float: left;
  }
  .dataTables_wrapper .col-sm-12 {
    width: 100%;
  }
  .dataTables_wrapper .col-sm-11 {
    width: 91.66666667%;
  }
  .dataTables_wrapper .col-sm-10 {
    width: 83.33333333%;
  }
  .dataTables_wrapper .col-sm-9 {
    width: 75%;
  }
  .dataTables_wrapper .col-sm-8 {
    width: 66.66666667%;
  }
  .dataTables_wrapper .col-sm-7 {
    width: 58.33333333%;
  }
  .dataTables_wrapper .col-sm-6 {
    width: 50%;
  }
  .dataTables_wrapper .col-sm-5 {
    width: 41.66666667%;
  }
  .dataTables_wrapper .col-sm-4 {
    width: 33.33333333%;
  }
  .dataTables_wrapper .col-sm-3 {
    width: 25%;
  }
  .dataTables_wrapper .col-sm-2 {
    width: 16.66666667%;
  }
  .dataTables_wrapper .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .dataTables_wrapper .hidden-xs {
    display: none !important;
  }
}

/* toolbar, footer */
.dt-toolbar-footer * {
	box-sizing: border-box;
}
.dt-toolbar-footer {
	box-sizing: border-box;
}
.dt-toolbar-footer {
	background: #fff;
	font-size: 11px;
	overflow: hidden;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px #fff;
	-moz-box-shadow: inset 0 1px #fff;
	-ms-box-shadow: inset 0 1px #fff;
	box-shadow: inset 0 1px #fff;
}
.dt-toolbar-footer > :first-child {
	padding-left: 0px !important;
}
.dt-toolbar-footer > :last-child {
	padding-right: 0px !important;
}

/* length info */
.dt-toolbar-footer .dataTables_info {
	padding-top: 9px;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    color: #969696;
}



/* paginate */
/* 페이징 */
.dataTables_paginate .pagination {display:flex;align-items:center;justify-content:center;position:relative;top:30px;left:0;margin:0 auto;}
.dataTables_paginate .pagination .paginate_button {display:flex;align-items:center;padding:5px 10px;text-align:center;font-size:15px;font-weight:500;width: auto;box-sizing:border-box;;}
.dataTables_paginate .pagination .paginate_button:hover {border:1px solid transparent;background:#fff !important;color:#737373 !important;}
.dataTables_paginate .pagination .paginate_button a{margin:0 auto;padding:0;}
.dataTables_paginate .pagination .paginate_button.active {background:transparent;color:#0373e4 !important;text-decoration:underline !important;}
.dataTables_paginate .pagination .btn-paging {position:relative;top:0;left:0;width:30px;height:30px;border-radius:5px;border:1px solid #e0e0e0;box-sizing:border-box;}
.dataTables_paginate .pagination .btn-paging:hover {border:1px solid #555555;}
.dataTables_paginate .pagination .btn-paging.go-first, .paging .prev {margin-right:8px;}
.dataTables_paginate .pagination .btn-paging.go-last, .paging .next {margin-left:8px;}
.dataTables_paginate .pagination .btn-paging.go-first:before {content:'';position:absolute;top:7px;left:6px;width:14px;height:13px;background:url(../images/common/icon_table_first_page.png) no-repeat center center;background-size:14px 13px;}
.dataTables_paginate .pagination .btn-paging.go-last:before {content:'';position:absolute;top:7px;left:7px;width:14px;height:13px;background:url(../images/common/icon_table_last_page.png) no-repeat center center;background-size:14px 13px;}
.dataTables_paginate .pagination .btn-paging.prev:before {content:'';position:absolute;top:7px;left:9px;width:8px;height:13px;background:url(../images/common/icon_table_prev.png) no-repeat center center;background-size:8px 13px;}
.dataTables_paginate .pagination .btn-paging.next:before {content:'';position:absolute;top:8px;left:10px;width:8px;height:13px;background:url(../images/common/icon_table_next.png) no-repeat center center;background-size:8px 13px;}

.dataTables_paginate .pagination .paginate_button.previous {width:30px;margin-right:10px;}
.dataTables_paginate .pagination .paginate_button.next {width:30px;margin-left:10px;}

.dataTables_wrapper .dataTables_paginate .paginate_button {padding:0;margin:0 5px;}
table.dataTable thead th, table.dataTable tfoot th {font-weight:400;}
table.dataTable thead th, table.dataTable thead td {padding:0 15px 0 5px;}

.dataTables_wrapper .hf-table {margin-left:-13px !important;margin-right:-13px !important;} 
.dataTables_wrapper .row:last-child .col-sm-5 {width:1px;}
.dataTables_wrapper .row:last-child .col-sm-7 {width:calc(100% - 1px);}
.dataTables_wrapper .row:last-child .col-sm-7 .dataTables_paginate.paging_full_numbers{float:none;}
.dataTables_wrapper .col-sm-12 {float:initial !important;clear:both;padding:0 !important;}

.dataTables_length {position:relative;top:0;left:0;}
.dataTables_length select {position:relative;top:0;left:0;padding:5px 15px 5px 5px;width:50px;margin-right:5px;}
.dataTables_length:after {content:'';position:absolute;top:18px;left:36px;border:solid #555555;border-width:0 2px 2px 0;width:5px;height:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.dataTables_length label {display:flex; margin:10px 0;}




/* paginate */
.dt-toolbar-footer div.dataTables_paginate {
	float: right;
    margin: 0;
}
.dt-toolbar-footer div.dataTables_paginate .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 2px;

    margin: 2px 0;
    white-space: nowrap;
}
.dt-toolbar-footer>:last-child .pagination {
    float:right;
}

/* paginate li */
.dt-toolbar-footer div.dataTables_paginate .pagination .disabled {
	color: #fff;
}

.dt-toolbar-footer div.dataTables_paginate .pagination > li {
  display: inline;
  font-size:16px;
}
.dt-toolbar-footer div.dataTables_paginate .pagination > li.previous,
.dt-toolbar-footer div.dataTables_paginate .pagination > li.next {font-size:0;}
.dt-toolbar-footer div.dataTables_paginate .pagination > li.previous a {margin-top:4px; display:inline-block; width:28px; height:28px; background:url('/resources/images/util/btn_page_prev.png') no-repeat 0 0;}
.dt-toolbar-footer div.dataTables_paginate .pagination > li.next a {margin-top:4px; display:inline-block; width:28px; height:28px; background:url('/resources/images/util/btn_page_next.png') no-repeat 0 0;}

/* paginate li a */
.dt-toolbar-footer div.dataTables_paginate .pagination > li > a:focus {
    outline: 0!important;
	outline-offset: -2px;
}
.dt-toolbar-footer div.dataTables_paginate .pagination > li > a,
.dt-toolbar-footer div.dataTables_paginate .pagination > li > span {
	position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #999;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    margin-left: -1px;
    /*
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05); */
}

.dt-toolbar-footer div.dataTables_paginate .pagination > li:first-child > a,
.dt-toolbar-footer div.dataTables_paginate .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.dt-toolbar-footer div.dataTables_paginate .pagination > li > a:hover {
    z-index: 2;
    color: #214e75;
    /* background-color: #eee;
    border-color: #ddd; */
}

.dt-toolbar-footer div.dataTables_paginate .pagination > .disabled > a,
.dt-toolbar-footer div.dataTables_paginate .pagination > .disabled > a:focus,
.dt-toolbar-footer div.dataTables_paginate .pagination > .disabled > a:hover,
.dt-toolbar-footer div.dataTables_paginate .pagination > .disabled > span,
.dt-toolbar-footer div.dataTables_paginate .pagination > .disabled > span:focus,
.dt-toolbar-footer div.dataTables_paginate .pagination > .disabled > span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.dt-toolbar-footer div.dataTables_paginate .pagination > .active > a,
.dt-toolbar-footer div.dataTables_paginate .pagination > .active > a:focus,
.dt-toolbar-footer div.dataTables_paginate .pagination > .active > a:hover,
.dt-toolbar-footer div.dataTables_paginate .pagination > .active > span,
.dt-toolbar-footer div.dataTables_paginate .pagination > .active > span:focus,
.dt-toolbar-footer div.dataTables_paginate .pagination > .active > span:hover {
    z-index: 3;
    color: #1c69d4;
    /* background-color: #3b9ff3;
    border-color: #3276b1; */
    cursor: default;
}

/* x-editable */
/*! X-editable - v1.5.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
table.dataTable {table-layout: auto;}
table.dataTable .editableform {
	margin-bottom: 0;
	/* overwrites bootstrap margin */
}
table.dataTable .editableform .control-group {
	margin-bottom: 0;
	/* overwrites bootstrap margin */
	white-space: nowrap;
	/* prevent wrapping buttons on new line */
}
table.dataTable .editable-buttons {
	display: inline-block;
	/* should be inline to take effect of parent's white-space: nowrap */
	vertical-align: top;
	margin-left: 7px;
	/* inline-block emulation for IE7*/
	zoom: 1;
	*display: inline;
}
table.dataTable .editable-buttons button{
	height: 32px;
}
table.dataTable .editable-buttons.editable-buttons-bottom {
	display: block;
	margin-top: 7px;
	margin-left: 0;
}
table.dataTable .editable-input {
	vertical-align: top;
	display: inline-block;
	/* should be inline to take effect of parent's white-space: nowrap */
	width: auto;
	/* bootstrap-responsive has width: 100% that breakes layout */
	white-space: normal;
	/* reset white-space decalred in parent*/
	/* display-inline emulation for IE7*/
	zoom: 1;
	*display: inline;
}
table.dataTable .editable-buttons .editable-cancel {
	margin-left: 7px;
}
/*for jquery-ui buttons need set height to look more pretty*/
table.dataTable .editable-buttons button.ui-button-icon-only {
	height: 24px;
	width: 30px;
}
table.dataTable .editableform-loading {
	background: url('../../../../../system/control/datatable/images/loading.gif') center center no-repeat;
	height: 25px;
	width: auto;
	min-width: 25px;
}
table.dataTable .editable-inline .editableform-loading {
	background-position: left 5px;
}
table.dataTable .editable-error-block {
	max-width: 300px;
	margin: 5px 0 0 0;
	width: auto;
	white-space: normal;
}
/*add padding for jquery ui*/
table.dataTable .editable-error-block.ui-state-error {
	padding: 3px;
}
table.dataTable .editable-error {
	color: red;
}
/* ---- For specific types ---- */
table.dataTable .editableform .editable-date {
	padding: 0;
	margin: 0;
	float: left;
}
/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
table.dataTable .editable-inline .add-on .icon-th {
	margin-top: 3px;
	margin-left: 1px;
}
/* checklist vertical alignment */
table.dataTable .editable-checklist label input[type="checkbox"],
table.dataTable .editable-checklist label span {
	vertical-align: middle;
	margin: 0;
}
table.dataTable .editable-checklist label {
	white-space: nowrap;
}
/* set exact width of textarea to fit buttons toolbar */
table.dataTable .editable-wysihtml5 {
	width: 566px;
	height: 250px;
}
/* clear button shown as link in date inputs */
table.dataTable .editable-clear {
	clear: both;
	font-size: 0.9em;
	text-decoration: none;
	text-align: right;
}
/* IOS-style clear button for text inputs */
table.dataTable .editable-clear-x {
	background: url('../../../../../system/control/datatable/images/clear.png') center center no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	opacity: 0.6;
	z-index: 100;
	top: 50%;
	right: 6px;
	margin-top: -6px;
}
table.dataTable .editable-clear-x:hover {
	opacity: 1;
}
table.dataTable .editable-pre-wrapped {
	white-space: pre-wrap;
}
table.dataTable .editable-container.editable-popup {
	max-width: none !important;
	/* without this rule poshytip/tooltip does not stretch */
}
table.dataTable .editable-container.popover {
	width: auto;
	/* without this rule popover does not stretch */
}
table.dataTable .editable-container.editable-inline {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	/* inline-block emulation for IE7*/
	zoom: 1;
	*display: inline;
}
table.dataTable .editable-container.ui-widget {
	font-size: inherit;
	/* jqueryui widget font 1.1em too big, overwrite it */
	z-index: 9990;
	/* should be less than select2 dropdown z-index to close dropdown first when click */
}
table.dataTable .editable-click,
table.dataTable a.editable-click,
table.dataTable a.editable-click:hover {
	text-decoration: none;
	border-bottom: dashed 1px #0088cc;
}
table.dataTable .editable-click.editable-disabled,
table.dataTable a.editable-click.editable-disabled,
table.dataTable a.editable-click.editable-disabled:hover {
	color: #585858;
	cursor: default;
	border-bottom: none;
}
table.dataTable .editable-empty,
table.dataTable .editable-empty:hover,
table.dataTable .editable-empty:focus {
	font-style: italic;
	color: #DD1144;
	/* border-bottom: none; */
	text-decoration: none;
}
table.dataTable .editable-unsaved {
	font-weight: bold;
}
table.dataTable .editable-bg-transition {
	-webkit-transition: background-color 1400ms ease-out;
	-moz-transition: background-color 1400ms ease-out;
	-o-transition: background-color 1400ms ease-out;
	-ms-transition: background-color 1400ms ease-out;
	transition: background-color 1400ms ease-out;
}
/*see https://github.com/vitalets/x-editable/issues/139 */
table.dataTable .form-horizontal .editable {
	padding-top: 5px;
	display: inline-block;
}
/*
 * x-editable CSS
 */
table.dataTable .editable-address {
	display: block;
	margin-bottom: 5px;
}
table.dataTable .editable-address span {
	width: 70px;
	display: inline-block;
}
table.dataTable .editable-container.editable-inline {
    width: 100%;
}
table.dataTable .form-group {
    margin-bottom: 15px;
}
table.dataTable .editable-container.editable-inline .form-inline .form-group {
    width: 100%;
}
table.dataTable .editable-input {
    width: calc(100% - 38px);
}
table.dataTable .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;

    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}
table.dataTable .form-control:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
table.dataTable .editable-container.editable-inline .form-inline .form-control {
    width: 100%;
}

table.dataTable .editable-buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
    zoom: 1;
}
table.dataTable .editable-buttons {
    margin-left: 3px;
}

table.dataTable .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.dataTable .btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #2c699d;
}

table.dataTable .btn-group-sm>.btn,
table.dataTable .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

table.dataTable .btn-sm {
    padding: 6px 10px 5px;
}
table.dataTable .btn, a:link,
table.dataTable button {
    -webkit-tap-highlight-color: rgba(169,3,41,.5);
}
table.dataTable .btn {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
table.dataTable .btn.focus,
table.dataTable .btn:focus,
table.dataTable .btn:hover {
    color: #333;
    text-decoration: none;
}
table.dataTable .btn.active,
table.dataTable .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
table.dataTable .btn-primary.focus,
table.dataTable .btn-primary:focus {
    color: #fff;
    background-color: #275b89;
    border-color: #10263a;
}
table.dataTable .btn-primary.active,
table.dataTable .btn-primary:active,
table.dataTable .btn-primary:hover,
table.dataTable .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #275b89;
    border-color: #1f496d;
}
table.dataTable .btn-primary.active,
table.dataTable .btn-primary:active,
table.dataTable .open>.dropdown-toggle.btn-primary {
    background-image: none;
}
table.dataTable .btn:active {
    position: relative;
    top: 1px;
    left: 1px;
}
table.dataTable .btn-primary,
table.dataTable .button {
    background-color: #3b9ff3;
    border-color: #3292E2;
}
table.dataTable .btn.active.focus,
table.dataTable .btn.active:focus,
table.dataTable .btn.focus,
table.dataTable .btn:active.focus,
table.dataTable .btn:active:focus,
table.dataTable .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
table.dataTable .btn-primary.active.focus,
table.dataTable .btn-primary.active:focus,
table.dataTable .btn-primary.active:hover,
table.dataTable .btn-primary:active.focus,
table.dataTable .btn-primary:active:focus,
table.dataTable .btn-primary:active:hover,
table.dataTable .open>.dropdown-toggle.btn-primary.focus,
table.dataTable .open>.dropdown-toggle.btn-primary:focus,
table.dataTable .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1f496d;
    border-color: #10263a;
}

table.dataTable .btn-primary.active,
table.dataTable .btn-primary:active,
table.dataTable .btn-primary:focus,
table.dataTable .btn-primary:hover,
table.dataTable .open .dropdown-toggle.btn-primary {
    background-color: #3E90D4;
    border-color: #2F7DBE;
}

table.dataTable .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(../../../../../system/control/datatable/images/x-edit-ok.png) no-repeat;
    width: 13px;
    height: 14px;
}

table.dataTable .editable-buttons .editable-cancel {
    margin-left: 3px;
    display: none;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.dataTables_scrollHead,
.dataTables_scrollBody {
	/*	border-right: 1px solid #ddd !important; */
}

/* 줄바꿈 방지 */
table.dataTable > thead > tr > .ws-nowrap,
table.dataTable > tbody > tr > td.ws-nowrap {
	white-space: nowrap;
}
table.dataTable.ws-nowrap > thead > tr > th,
table.dataTable.ws-nowrap > thead > tr > td,
table.dataTable.ws-nowrap > tbody > tr > td {
	white-space: nowrap;
}

/* file export 버튼 스타일 */
.dt-toolbar .dt-buttons {
	text-align: right;
}
.dt-toolbar .dt-buttons .dt-button {
    background-color: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    height: 30px;
    color: #666;
}
.dt-toolbar .dt-buttons .dt-button:hover {
    background-color: #eee;
}

table.dataTable .smart-form {
	margin: 0;
    outline: 0;
    color: #666;
    position: relative;
}

table.dataTable .smart-form > label.select {
    position: relative;
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

table.dataTable .smart-form > label.select > select {
	border-color: #BDBDBD;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    padding: 5px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 13px/16px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0;
    text-transform: none;
    cursor: pointer;
}

table.dataTable .smart-form > label.select > select:focus {
	border-color: #3276B1;
}


table.dataTable .smart-form > label.select > select > option {
	box-sizing: content-box;
}

table.dataTable .smart-form > label.select > i {
    position: absolute;
    top: 10px;
    right: 11px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 9px #fff;
}

table.dataTable .smart-form > label.select > i:before {
	top: 0;
    border-bottom: 4px solid #404040;
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

table.dataTable .smart-form > label.select > i:after {
	bottom: 0;
    border-top: 4px solid #404040;
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
table.dataTable > tbody > tr.selected > td {
	background-color: #eef2f7;
}
/****** 2020 custom.css 수정 ******/
/* 로그인 인증 */
.loginCertify {text-align: center;}
.loginCertify h2.tit {margin-bottom:30px;font-size:24px;line-height: 1;color:#000;}
.loginCertify .descTxt {font-size:15px;color:#444;margin-bottom:35px;}
.loginCertify .inputWrap {display:inline-block; position:relative; padding-right:50px; width:300px;margin: auto; border:1px solid #ddd;}
.loginCertify .inputWrap .inpText {border:0;}
.loginCertify .inputWrap .time {position:absolute; top:10px; right:5px; color:#1c69d5; font-size:16px;}
/* 비밀번호 찾기 */
.pw-find-cnt {text-align: center;}
.pw-find-cnt .tit {margin-bottom:30px;font-size:24px;line-height: 1;color:#000;}
.pw-find-cnt .tit .email {font-size:14px;}
.pw-find-cnt .descTxt {font-size:15px;color:#444;margin-bottom:35px; line-height:1.4;}
.pw-find-cnt .inpText {vertical-align: middle;}
.infoBox01{padding:30px ;background:#f5f5f5;text-align:left;}
.tbl_sub_txt {margin-top:15px; text-align:left; font-size:15px;}
/* 컬럼 정렬 */
table.dataTable tbody td.dt-body-left {
	text-align: left;
}
table.dataTable tbody td.dt-body-center {
	text-align: center;
}
table.dataTable tbody td.dt-body-right {
    text-align: right !important;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap;
}
/**** 데이터테이블 End ****/

.popup_wrap .pop_wrap > div > div {
	vertical-align: unset;
	padding: 0;
}
.jconfirm {
	padding: 60px;
}
.popup_wrap .pop_wrap .grid_item {
	margin: -10px -40px;
}
.js-popup {
	min-width: 0;
}
.js-popup #wrap{
	padding: 0;
}
.js-popup .pop_wrap {
	position: relative;
}

/* accordion_list */
table.dataTable.accordion_list {
	border-bottom: 0px;
	background-color: #fff;
}

table.dataTable.accordion_list thead {
	display: none;
}

table.dataTable.accordion_list td {
    padding: 0 20px 0 30px;
    height: 56px;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    position: relative;
}

table.dataTable.accordion_list > tbody > tr.row-child > td {
    padding: 0;
    border-top: 0px;
}

table.dataTable.accordion_list td .txt {
	position: relative;
    padding-right: 95px;
    display: inline-block;
    max-width: calc(100% - 135px);
    font-size: 20px;
    line-height: 24px;
}

table.dataTable.accordion_list td .date {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 16px;
    font-weight: 350;
    color: #666;
    line-height: 20px;
    margin-top: -10px;
    padding-left: 10px;
}

table.dataTable.accordion_list td .date:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 10px;
    margin-top: -5px;
    background: #ddd;
}

table.dataTable.accordion_list td .responsiveExpander2 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
	z-index: 1;
	height: 56px;
}

table.dataTable.accordion_list td .responsiveExpander2 > i {
	position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 22px;
    height: 11px;
    background: url(/resources/images/util/notice_list_arrow.png) left top no-repeat;
    margin-top: -6px;
}

table.dataTable.accordion_list table.detail_table_view {
	background-color: #f7f7f7;
}

table.dataTable.accordion_list table.detail_table_view > tbody > tr > td {
	background: none;
}
/* 데이터테이블 스크롤 기능을 위한 처리 */
.dataTables_scroll table.list {
  table-layout: auto;
  border-top: 0px;
}
.dataTables_wrapper,
.dataTables_wrapper * {
	box-sizing: border-box;
}

.dataTables_scroll {
	border-top: 2px solid #000;
}

.dataTables_scroll .dataTables_scrollHead {
	background-color: #f8f8f8;
}

.dataTables_scroll table.dataTable thead th,
.dataTables_scroll table.dataTable tbody td {
	box-sizing: content-box;
}
/* textarea 줄바꿈 유지 */
textarea {
	white-space: pre;
}
button[disabled] {
    background-color: #f1f1f1 !important;
    border-color: #e9e9e9 !important;
}
button.type_02{
	background-color: #ccc !important;
    border-color: #ccc !important;
}
button.type_02:hover{
	background-color: #ccc !important;
    border-color: #ccc!important;
}
.jconfirm .jconfirm-box.small {
	max-width:600px;
}
.jconfirm .jconfirm-box.middle {
	max-width:860px;
}
.inner-col {position:relative; display:table; width:100%;}
.inner-col .cell {padding-left:5px; display:table-cell; vertical-align:middle;}
.inner-col .cell:first-child {padding-left:0;}

.tit_btn_wrap {position:relative;}
.tit_btn_wrap .btns_page_top {top:-10px; right:0;}
.no_btn {pointer-events:none;}
.desc01 {margin-bottom:15px;}
.grid_item li .row_single_check {margin-top:10px;}

.txt-box {border:1px solid #ddd; padding:30px;}
.txt-box .txt-box-tit {margin-bottom:5px;}
.txt-box .txt-box-tit strong {display:inline-block; vertical-align: middle;}
.txt-box .tag {margin-right:5px; display:inline-block; padding:5px 10px; font-weight:normal; vertical-align:middle; border-radius:15px; color: #1c69d4; border:1px solid #1c69d4;}

table.view .sub-txt {margin-top:5px; font-size:15px;}

table.list > thead > tr > th.partition,
table.list > tbody > tr > td.partition {border-left: 2px solid #c3c3c3;}
table.list > tbody > tr > td.bg01 {background-color:#f8f8f8;}

/* select2 높이 조정 */
.select2-container {
	vertical-align: top !important;
}
.select2-container .select2-selection--single {
	height: 40px !important;
}
.select2-container--default .select2-selection--single {
	border-radius: 0px !important;
}
.detail_search_wrap .three button {width:70px;height:40px;padding:0;text-align:center;line-height:38px;min-width:0;}
/* 월달력 */
.mtz-monthpicker .ui-state-active {
	background-color: #1c69d4 !important;
	color: #fff !important;
}
.mtz-monthpicker .mtz-monthpicker-year {
    width: 40%;
    height: 30px;
    font-size: 14px;
    padding: 5px 20px 5px 10px;
    margin: 0 3px;
    background-position: right -5px top -5px;
}
.mtz-monthpicker td {
	cursor: pointer !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 10px 0 0 10px !important;
    line-height: 1 !important;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #bebebe transparent transparent transparent !important;
	border-width: 7px 7px 0 7px !important;
	margin-left: -9px !important;
}
table.dataTable td label {
	cursor:default;
}
/* 검색영역 테스트 */
.tbl_sch {width:100%;}
.tbl_sch td {box-sizing: border-box; padding:10px 0 10px 90px;}
.tbl_sch td.first {padding-left:0;}
.tbl_sch td strong {font-weight:normal;}
.tbl_sch td .tit {margin-bottom:5px; display:block; font-size:15px; font-weight:400;}

.btns > button {margin-left:10px}
.btns > button:first-child {margin-left:0}

.btns_page_top > button {margin-left:10px}
.btns_page_top > button:first-child {margin-left:0}

.btn_page button{margin:0 5px}
.btn_page button:last-child{margin-right:0}
.btn_page button:first-child{margin-left:0}

.btn_pop_page > button{margin:0 5px}
.btn_pop_page > button:last-child{margin-right:0}
.btn_pop_page > button:first-child{margin-left:0}

._desc {text-align: right; color: red; padding-right: 20px;}
._desc_popup {text-align: right; color: white; background-color: cornflowerblue; padding-right: 20px;}
._desc #__testTime {color:black; padding-left: 10px;}
._desc_popup #__testTime {color:black; padding-left: 10px;}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f7f7f7 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #999 !important;
}

.input_data.input_search > input {
	width: calc( 100% - 66px );
}

/* float chart */
.chart {
	overflow: hidden;
    height: 220px;
    margin: 20px 5px 10px 10px;
}

.chart * {
	box-sizing: border-box;
}

.has-legend .legend {
	display: none;
}

.legend {
	width: 100px;
}

.legend > div {
	background-color: transparent !important;
}

.legend > table {
	background-color: transparent;
	width: 100px;
}

.legend .legendColorBox {
	vertical-align: middle;
	padding-right: 3px;
}

.legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
}


/* 테이블 공통 */
.dataTables_wrapper{font-family:'NotoSansKR';font-weight:400;}
table.dataTable.no-footer{border-bottom:0;}
table.dataTable.hf-table {font-size:16px;font-weight:400;border-top:1px solid #333333;}
table.dataTable.hf-table > thead > tr > th span{font-family:'NotoSansKR';font-weight:500;line-height:100%}
table.dataTable.hf-table > thead > tr > td span{font-family:'NotoSansKR';font-weight:400;line-height:100%}
table.dataTable.hf-table > thead > tr > th {text-align:center;font-size:16px;height:50px;color:#333333;border-bottom:1px solid #000;border-right:1px solid #e0e0e0;font-weight:500;padding:0}
table.dataTable.hf-table > tbody > tr > td {padding:10px 20px;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;box-sizing:border-box;font-size:16px}
table.dataTable.hf-table > thead > tr > th:last-child, table.dataTable.hf-table > thead tr > td:last-child, table.dataTable.hf-table >  tbody > tr > th:last-child, table.dataTable.hf-table tbody > tr > td:last-child {border-right:0 none;}
table.dataTable.hf-table > tbody > tr > th {text-align:left;background-color:#f7f7f7;color:#333333;}
table.dataTable.hf-table > tbody > tr > td {color:#555555;height:50px;vertical-align:middle;}
table.dataTable.hf-table.border-top {border-top:1px solid #000 !important;}
table.dataTable.hf-table.th-white > tbody > tr >th {background-color:#fff;}
table.dataTable.hf-table.th-center > tbody > tr >th {text-align:center;}
table.dataTable.hf-table.th-left > tbody > tr > th {text-align:left;}
table.dataTable.hf-table.th-right > tbody tr > th {text-align:right;}
table.dataTable.hf-table.td-center > tbody > tr >td {text-align:center;}
table.dataTable.hf-table.td-right > tbody > td {text-align:right;}
.hf-table + p small{display:block;margin-top:10px}

table.dataTable > tbody > tr.highlight > td {
	background-color: #f5f6fa;
}

.footerdesc {position:fixed;bottom:0;width:100%;height:15px;background:grey;text-align:left;color:white;padding-left:5px;font-size:10px;z-index:1005;}
