/*!
 *   License: Open source - MIT
 */

/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */

@font-face { font-family: 'NanumGothic';
  src: url('/static/fonts/NanumGothic.eot');
  src: url('/static/fonts/NanumGothic.eot') format('embedded-opentype'),
  url('/static/fonts/NanumGothic.woff') format('woff');
}

/* font Add: Publishing (Pretendard) */
@font-face {
	font-family:'Pretendard';
	font-weight:900;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-Black'),
	url('/static/fonts/Pretendard/Pretendard-Black.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-Black.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-Black.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-Black.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:800;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-ExtraBold'),
	url('/static/fonts/Pretendard/Pretendard-ExtraBold.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-ExtraBold.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-ExtraBold.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-ExtraBold.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:700;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-Bold'),
	url('/static/fonts/Pretendard/Pretendard-Bold.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-Bold.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-Bold.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-Bold.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:600;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-SemiBold'),
	url('/static/fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-SemiBold.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-SemiBold.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-SemiBold.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:500;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-Medium'),
	url('/static/fonts/Pretendard/Pretendard-Medium.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-Medium.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-Medium.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-Medium.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:400;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-Regular'),
	url('/static/fonts/Pretendard/Pretendard-Regular.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-Regular.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-Regular.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-Regular.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:300;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-Light'),
	url('/static/fonts/Pretendard/Pretendard-Light.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-Light.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-Light.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-Light.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:200;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-ExtraLight'),
	url('/static/fonts/Pretendard/Pretendard-ExtraLight.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-ExtraLight.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-ExtraLight.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-ExtraLight.ttf') format("truetype");
}
@font-face {
	font-family:'Pretendard';
	font-weight:100;
	font-style:normal;
	font-display:swap;
	src:local('Pretendard-Thin'),
	url('/static/fonts/Pretendard/Pretendard-Thin.woff2') format('woff2'), 
	url('/static/fonts/Pretendard/Pretendard-Thin.woff') format('woff'),
	url('/static/fonts/Pretendard/Pretendard-Thin.otf') format('opentype'),
	url('/static/fonts/Pretendard/Pretendard-Thin.ttf') format("truetype");
}




/* Login */
body.login {
	padding:0;
	margin:0;
	text-align:center;
	background:url('/static/images/ico/bg-login.jpg') no-repeat center top #fff;
}
.container-login {
	position:relative;
	display:block;
	width:1000px;
	margin:0 auto;
}
.container-login .logo {
	position:absolute;
	left:50%;
	top:55px;
	width:175px;
	height:21px;
	margin-left:-660px;
	font-size:0;
	background:url('/static/images/ico/main-logo.png') no-repeat left top;
	transition:all 0.2s ease-in-out;
}
@media (max-width:1280px) {
	.container-login .logo {
		left:60px;
		margin-left:0;
	}
}
.container-login .login-form {
	padding-top:490px;
}
.form-signin,
.form-signin fieldset {
	width:500px;
	max-width:500px;
	padding:0;
}
.form-signin-box {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.form-signin-box .form-group {
	display:flex;
	flex-basis:240px;
}
.form-signin-box .form-group > label {
	font-size:0;
}
.form-signin-box .form-group input {
	width:100%;
	height:50px;
	border:1px solid #d2d2d2;
	border-radius:10px;
	padding:0 16px;
	font-size:16px;
	color:#767676;
	background:#fff;
}
.form-signin-box .form-group input:-internal-autofill-selected {
	background:red !important;
}
.form-signin-box .form-errorMsg {
	width:100%;
}
.form-signin-box .form-errorMsg .showError {
	padding:10px 16px;
	border:1px solid #ec99a2;
	border-radius:10px;
	background:#faf0f1;
	font-family: '맑은고딕', 'Malgun Gothic' !important;  /*, 'Pretendard', 'Noto Sans KR' , Arial, sans-serif*/
	font-size:15px;
	color:#db2c40;
	font-weight:500;
	margin:0 0 20px 0;
}



.form-signin .form-btnArea {
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	margin-top:2px;
}
.form-signin .form-btnArea .chk-idSave input[type="checkbox"] {
	width:16px;
	height:16px;
	border:1px solid #d2d2d2;
	margin:0 0 0 2px;
	vertical-align:text-top;
	cursor:pointer;
}
.form-signin .form-btnArea .chk-idSave label {
	margin:0 0 0 8px;
	font-size:14px;
	color:#555;
	cursor:pointer;
}
.form-signin .form-btnArea .btn-sch-idpw {
	display:flex;
	margin-right:5px;
}
.form-signin .form-btnArea .btn-sch-idpw a {
	display:inline-block;
	color:#333;
	letter-spacing:-0.5px;
}
.form-signin .form-btnArea .btn-sch-idpw a:hover {
	color:#111;
	font-weight:600;
}
.form-signin .form-btnArea .btn-sch-idpw a + a {
	position:relative;
	margin-left:16px;
}
.form-signin .form-btnArea .btn-sch-idpw a + a:before {
	position:absolute;
	display:block;
	content:'/';
	left:-11px;
	top:50%;
	transform:translate(0, -50%);
	font-size:13px;
	color:#999;
}
.form-signin-box .form-btn-login {
	margin-top:16px;
	width:100%;
}
.form-signin-box .form-btn-login input.btn.btn-lg.btn-primary.btn-block {
	width:100%;
	height:auto;
	padding:20px 0;
	border:0 !important;
	border-radius:10px;
	font-size:20px;
	font-weight:500;
	color:#fff;
	line-height:20px;
	text-align:center;
	background:linear-gradient(to right, #3f17b0, #3c5ed8);
}
.form-signin-box .form-btn-login input.btn.btn-lg.btn-primary.btn-block:hover {
	box-shadow:0 8px 20px rgba(63,26,177,0.3);
}



html,
body {
  height: 100% !important;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
	font-family: 'Pretendard', 'Noto Sans KR', '맑은고딕', 'Malgun Gothic', Arial, sans-serif !important;
	overflow: auto;
}
/* Layout */
.wrapper.main {
	background:#f4f4f7 !important;
}
.wrapper {
  /*height: 100%;*/
  min-width: 1280px; /*추가*/
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  background:#fff !important;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.layout-boxed {
  background-color: #f9fafc;
}
/*
 * Content Wrapper - contains the main content
 */
.content-wrapper,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 300px;   /* 324px pino*/
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
  margin-left: 0;
}

@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }

}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  .sectionposition {position: relative !important;}
}
.content-wrapper {
	position:relative;   /*relative*/
	background-color: #f4f4f7;
	z-index: 800;
}
.sidebar-collapse .content-wrapper {
	margin-left: 0;
}
.main-footer {
  background: #fff;
  padding: 14px;
  color: #8d8d8d;
  font-weight: 600;
  border-top: 1px solid #d2d6de;
  font-family: 'Pretendard', 'Noto Sans KR',sans-serif !important;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
.fixed .wrapper {
  overflow: hidden;
}
.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* Main Cotainer */
.container-main {
	margin-left:300px;   /* 324px pino*/
	width:calc(100% - 324px);
	padding:20px 30px 20px 40px;    /*40px 40px 50px 40px*/
	transition:transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.sidebar-collapse .container-main {
	margin-left: 0;
	width:100%;
}
.mtop-ban ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0;
	padding:0;
}
.mtop-ban ul li {
	position:relative;
	flex-basis:12.5%;
	height:90px;
	padding:20px 24px 0 24px;
	border-radius:8px;
	background:#fff;
	box-shadow:0 8px 15px rgba(0,0,0,0.03);	
}
.mtop-ban ul li + li {
	margin-left:1.32%;
}
.mtop-ban ul li p {
	margin:0;
	font-size:14px;
	font-weight:500;
	color:#555;
	letter-spacing:-0.5px;
}
.mtop-ban ul li p > i {
	font-style:normal;
}
.mtop-ban ul li span {
	display:block;
	margin-top:3px;
	font-size:24px;
	font-weight:800;
	color:#111;
}
.mtop-ban ul li.ico-mb-sms {
	padding:0;
	background:#ff6e40;
	box-shadow:0 8px 15px rgba(255,110,64,0.35);
}
.mtop-ban ul li.ico-mb-sms button {
	width:100%;
	height:100%;
	padding:36px 0 0 0;
	border:0;
	font-size:16px;
	color:#fff;
	font-weight:600;
	text-align:center;
	background:transparent;
}
.mtop-ban ul li:after {
	position:absolute;
	display:block;
	content:'';
	top:16px;
	right:24px;
	width:32px;
	height:32px;
	border-radius:8px;
}
.mtop-ban ul li.ico-mb-01:after {
	background:url('/static/images/ico/ico-mb01.png') no-repeat center #e9ecf8;
}
.mtop-ban ul li.ico-mb-02:after {
	background:url('/static/images/ico/ico-mb02.png') no-repeat center #f3e8f9;
}
.mtop-ban ul li.ico-mb-03:after {
	background:url('/static/images/ico/ico-mb03.png') no-repeat center #fce7ee;
}
.mtop-ban ul li.ico-mb-04:after {
	background:url('/static/images/ico/ico-mb04.png') no-repeat center #f2ece8;
}
.mtop-ban ul li.ico-mb-05:after {
	background:url('/static/images/ico/ico-mb05.png') no-repeat center #feeee2;
}
.mtop-ban ul li.ico-mb-06:after {
	background:url('/static/images/ico/ico-mb06.png') no-repeat center #fef5e0;
}
.mtop-ban ul li.ico-mb-07:after {
	background:url('/static/images/ico/ico-mb07.png') no-repeat center #e8f6ed;
}

.mtop-ban ul li.ico-mb-sms {
	background:url('/static/images/ico/ico-mbsms.png') no-repeat center top 18px #ff6e40;
}
.mtop-ban ul li.ico-mb-sms:after {
	display:none;
}
.container-main > section {
	display:flex;
}
.container-main > section > div {
	height:342px;
}
.container-main > section > div + div {
	margin-left:1.32%;
}
.container-main > section .mbox {
	display:flex;
	justify-content:space-between;
	padding:20px;
	height:calc(100% - 40px);
	border-radius:8px;
	background:#fff;
	box-shadow:0 8px 15px rgba(0,0,0,0.03);
}
.container-main > section .mcont-Chart .mbox {
	padding:14px 20px 24px;
	display:block;
}
.container-main > section .mcont-donutChart .mbox {
	padding:0;
}
.container-main > section .mcont-donutChart .mbox div {
	position:relative;
	padding:20px 20px 24px;
	width:50%;
	display:block;
}
.container-main > section .mcont-donutChart .mbox div p {
	margin:0 0 24px 0;
	padding-left:4px;
	font-size:16px;
	font-weight:600;
	color:#333;
	line-height:24px;
}
.container-main > section .mcont-donutChart .mbox div canvas {
	margin:0 auto;
	max-width:100%;
}
.container-main > section .mcont-donutChart .mbox div.right-box {
	border-left:1px solid #ececf3;
}
.container-main > section > div > p {
	padding-left:4px;
	height:36px;
	font-size:17px;
	font-weight:600;
	color:#333;
	letter-spacing:-0.5px;
	line-height:36px;
}
.container-main > section > div > .btn-mb-more {
	position:absolute;
	top:10px;
	right:10px;
	padding:0;
	font-size:13px;
	font-weight:600;
	color:#888;
	border:0;
	background:transparent;
}
.container-main > section > div > .btn-mb-more:hover {
	color:#111;
}
.container-main > section > div > .btn-mb-more:hover:after {
	position:absolute;
	display:block;
	content:'';
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#666;
}
.container-main > section > div {
	position:relative;
}
.mcont-lineChart,
.mcont-calendar,
.mcont-board {
	width:36.675%;
}
.mcont-mottoBan {
	width:24.010%;
}
.mcont-donutChart {
	width:62.005%;
}


.container-main > section .mcont-calendar .mbox {
	padding:0;
}




.mcont-calendar .calendar-area {
	/*width:288px;*/
	width:50%;
	min-width:210px;
}

.mcont-calendar .calendar-area .fc .fc-daygrid-body,
.mcont-calendar .calendar-area .fc-col-header  {
	margin:0 auto;
}

.mcont-calendar #calendar .fc-toolbar-title {
	font-size:16px;
	color:#333;
	font-weight:600;
	line-height:20px;
}
.mcont-calendar #calendar.fc .fc-toolbar {
	justify-content:center;
}

.mcont-calendar #calendar.fc .fc-toolbar.fc-header-toolbar {
	margin:24px 0 10px;
}
.mcont-calendar #calendar.fc .fc-button-primary {
	border:0;
	background:transparent;
}
.mcont-calendar #calendar .fc-icon-chevron-right::before,
.mcont-calendar #calendar .fc-icon-chevron-left::before {
	color:#969ba4;
	font-size:18px;
}
.mcont-calendar #calendar.fc .fc-button {
	padding:0;
	height:20px;
}
.mcont-calendar #calendar.fc .fc-toolbar {
	padding:0;
}
.mcont-calendar #calendar .fc-icon {
	width:20px;
	height:20px;
	font-size:18px;
	line-height:16px;
	vertical-align:baseline;
}
.mcont-calendar #calendar.fc .fc-toolbar-chunk {
	padding:0 5px;
	height:20px;
}
.mcont-calendar #calendar.fc .fc-button-primary:focus {
	box-shadow:none;
	color:#404a5d;
}
.mcont-calendar #calendar.fc .fc-view-harness {
	margin:10px 20px 0;
}
.mcont-calendar #calendar.fc-theme-standard .fc-scrollgrid,
.mcont-calendar #calendar.fc-theme-standard td, 
.mcont-calendar #calendar.fc-theme-standard th {
	border:0;
}
.mcont-calendar #calendar.fc-theme-standard th .fc-col-header-cell-cushion {
	color:#333;
	cursor:default;
}
.mcont-calendar #calendar.fc .fc-daygrid-day-frame {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	width:32px;
	height:32px;
}
.mcont-calendar #calendar.fc tbody td:nth-child(2) .fc-daygrid-day-number,
.mcont-calendar #calendar.fc tbody td:nth-child(3) .fc-daygrid-day-number,
.mcont-calendar #calendar.fc tbody td:nth-child(4) .fc-daygrid-day-number,
.mcont-calendar #calendar.fc tbody td:nth-child(5) .fc-daygrid-day-number,
.mcont-calendar #calendar.fc tbody td:nth-child(6) .fc-daygrid-day-number {
	display:flex;
	align-items:center;
	justify-content:center;	
	padding:0;
	width:30px;
	height:30px;
	border-radius:10px;
	font-size:13px;
	font-weight:500;
	color:#333;
	cursor:pointer;
}
.mcont-calendar #calendar.fc tbody tr td:nth-child(1) a {
	color:#4b66c8;
}
.mcont-calendar #calendar.fc tbody tr td:nth-child(7) a {
	color:#e93872;
}
.mcont-calendar #calendar.fc .fc-daygrid-day-events {
	display:none;
}
.mcont-calendar #calendar.fc .fc-daygrid-day.fc-day-today {
	background:none;
}
.mcont-calendar #calendar.fc .fc-daygrid-day-bg {
	position:absolute;
	left:1px;
	top:1px;
	width:30px;
	height:30px;
	border-radius:10px;
}
.mcont-calendar #calendar.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
	border:1px solid #d3d3e1;
	box-shadow:0 3px 8px rgba(0,0,0,0.01);
}
.mcont-calendar #calendar.fc .fc-highlight {
	margin:0;
	width:30px;
	height:30px;
	border-radius:10px;
	background:#dee3f3;
}
.mcont-calendar #calendar.fc .fc-day-other .fc-daygrid-day-top,
.mcont-calendar #calendar.fc .fc-day-other .fc-highlight {
	background:none !important;
}

.mcont-calendar .schedule {
	/*width:calc(100% - 288px);*/
	width:50%;
	max-width:calc(100% - 210px);
	padding:24px 20px 20px;
	border-left:1px solid #ececf3;
}
.mcont-calendar .schedule p {
	height:20px;
	font-size:14px;
	color:#333;
	font-weight:500;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mcont-calendar .schedule ul {
	margin:15px 0 0 0;  /*22px 0 0 0;*/
	padding:0;
	width:100%;
}
.mcont-calendar .schedule ul li {
	position:relative;
	width:100%;
}
.mcont-calendar .schedule ul li a {
	display:block;
	margin-left:10px;
	padding:8px 0;
	font-size:14px;
	color:#666;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mcont-calendar .schedule ul li a:after {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:50%;
	width:5px;
	height:5px;
	border-radius:50%;
	background:transparent;
	transform:translate(0, -50%);
}
.mcont-calendar .schedule ul li:nth-child(1) a:after {
	background:#4b66c8;
}
.mcont-calendar .schedule ul li:nth-child(2) a:after {
	background:#ab60d6;
}
.mcont-calendar .schedule ul li:nth-child(3) a:after {
	background:#e93872;
}
.mcont-calendar .schedule ul li:nth-child(4) a:after {
	background:#976642;
}
.mcont-calendar .schedule ul li:nth-child(5) a:after {
	background:#f5700e;
}
.mcont-calendar .schedule ul li:nth-child(6) a:after {
	background:#3fb16d;
}


.container-main .mottoBan-box {
	margin:0;
	padding:16px 5px 16px 5px;    /*padding:16px; */
	height:calc(100% - 40px);
	border-radius:8px;
	background:url('/static/images/ico/bg-mban-motto.png') no-repeat right top #5274ec;
	box-shadow:0 8px 15px rgba(82,116,236,0.2);	
}
.container-main .mottoBan-box > p {
	padding:0;
}
.container-main .mottoBan-box > p > img {
	max-width:100%;
}

.container-main .mbox .board-list {
	margin:0;
	padding:0;
	width:100%;
}
.container-main .mbox .board-list li {
	position:relative;
	margin:16px 0;
	padding:0 12px;
	width:100%;
}
.container-main .mbox .board-list li a {
	display:block;
	width:100%;
	font-size:16px;
	color:#333;
	font-weight:500;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;	
}
.container-main .mbox .board-list li a:hover,
.container-main .mbox .board-list li.alarm a:hover {
	color:#254acc;
	text-decoration:underline;
}
.container-main .mbox .board-list li.alarm:after {
	position:absolute;
	display:block;
	content:'공지';
	left:12px;
	top:50%;
	width:36px;
	height:22px;
	border-radius:6px;
	text-align:center;
	line-height:22px;
	color:#fff;
	font-size:13px;
	font-weight:600;
	letter-spacing:-0.5px;;
	background:#f9913e;
	transform:translate(0, -50%);
}
.container-main .mbox .board-list li.alarm a {
	margin-left:42px;
	width:calc(100% - 42px);
	color:#111;
	font-weight:600;
}
textarea {
	width:100%;
	border:1px solid #d4d4e0;
	border-radius:4px;	
	padding:8px;
	font-size:15px;
	line-height:18px;
	color:#333;
}



/* Main Responsive */
@media (max-width:1680px) {
	/* left hide */
	.sidebar-collapse .mtop-ban ul li {
		padding:20px 24px 0 24px;
	}
	.sidebar-collapse .mtop-ban ul li:after {
		right:24px;
	}
	
	/* left open */
	.mtop-ban ul li {
		padding:20px 15px 0 15px;
	}
	.mtop-ban ul li:after {
		right:15px;
	}
}

@media (max-width:1440px) {
	.mtop-ban ul li {
		padding:20px 10px 0 10px;
	}	
	.mtop-ban ul li:after {
		right:10px;
	}
	.mtop-ban ul li p > i {
		display:none;
	}
	
	.mcont-calendar #calendar.fc .fc-view-harness {
		margin:10px 10px 0 10px;	
	}
	.container-main .mottoBan-box {
		padding:20px;
	}
	.container-main .mottoBan-box p {
		font-size:20px;
		line-height:26px;
	}
	.container-main .mottoBan-box div {
		font-size:13px;
		line-height:20px;
	}
	.container-main .mottoBan-box div em {
		padding:0 4px;
		line-height:17px;
	}
	.container-main .mottoBan-box {
		background-position-x:center;
	}
	
}


/* Content */
.content {
  clear:both;	  /* pino*/
  min-height: 550px;   /* 250px pino*/
  padding:6px 20px 15px 30px;   /* 20px 40px 50px pino*/
  margin-right: auto;
  margin-left: auto;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Pretendard', '맑은 고딕', 'Malgun Gothic', 'NanumGothic', 'Noto Sans KR',sans-serif !important;  /*'Pretendard',  */
}


.sidebar a {
  font-family:'Pretendard' !important;     /*'Pretendard',  'Noto Sans KR', sans-serif  */
  font-weight: 400;
}

/* General Links */
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  height: 65px;   /*76px pino*/
  background:#1b2536;
  z-index: 1030;
}
.main-header .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }

  .sectionposition {position: relative !important; width: auto !important;}
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  position:absolute;
  left:40px;
  top:22px;   /*27px pino*/
  width:175px;
  height:21px;
  background:url('/static/images/ico/main-logo.png') no-repeat left top;
}
.main-header .logo:hover {
	background-color:transparent !important;
}
.main-header .logo > a {
	display:block;
	width:100%;
	height:100%;
	font-size:0;
	margin:0;
	padding:0;
}
.main-header .btn-aside-toggle {
	position:absolute;
	top:67px;   /* pino*/
	left:280px;   /*304px pino*/
	width:35px;   /*40px pino*/
	height:35px;   /*40px pino*/
	font-size:0;
	border-radius:10px;
	background:#fff;
	box-shadow:0 3px 8px rgba(0,0,0,0.06);
	transition:transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.sidebar-collapse .main-header .btn-aside-toggle {
	transform: translate(-290px, 0);    /*-314px, 0 pino*/
}
.main-header .btn-aside-toggle:hover {
	box-shadow:0 3px 8px rgba(90,114,203,0.3);
}
.main-header .btn-aside-toggle .sidebar-toggle {
	position:relative;
	display:block;
	padding:0;
	width:100%;
	height:100%;
}
.main-header .btn-aside-toggle .sidebar-toggle:before {
	position:absolute;
	display:block;
	content:'';
	top:50%;
	left:13px;
	width:15px;  /*18px pino*/
	height:3px;
	border-radius:0 1.5px 1.5px 0;
	background:#777d8a;
	transform:translate(0, -50%);
}
.sidebar-collapse .main-header .btn-aside-toggle .sidebar-toggle:before {
	left:9px;
	border-radius:1.5px 0 0 1.5px;
}
.main-header .btn-aside-toggle .sidebar-toggle:hover:before,
.main-header .btn-aside-toggle .sidebar-toggle:hover i:before,
.main-header .btn-aside-toggle .sidebar-toggle:hover i:after,
.sidebar-collapse .main-header .btn-aside-toggle .sidebar-toggle:hover:before,
.sidebar-collapse .main-header .btn-aside-toggle .sidebar-toggle:hover i:before,
.sidebar-collapse .main-header .btn-aside-toggle .sidebar-toggle:hover i:after {
	background:#5a72cb;
}
.main-header .btn-aside-toggle .sidebar-toggle i:before {
	position:absolute;
	display:block;
	content:'';
	top:13px;    /* 15px  pino */
	left:8px;   /* 10px  pino */
	width:11px;
	height:4px;
	border-radius:0 1.5px 1.5px 0;
	background:#777d8a;
	transform:rotate(-45deg);
}
.main-header .btn-aside-toggle .sidebar-toggle i:after {
	position:absolute;
	display:block;
	content:'';
	top:19px;   /* 21px  pino */
	left:8px;  /* 10px  pino */
	width:11px;
	height:4px;
	border-radius:0 1.5px 1.5px 0;
	background:#777d8a;
	transform:rotate(45deg);
}
.sidebar-collapse .main-header .btn-aside-toggle .sidebar-toggle i:before {
	position:absolute;
	display:block;
	content:'';
	top:19px;   /* 21px  pino */
	left:auto;
	right:10px;
	width:11px;
	height:4px;
	border-radius:1.5px 0 0 1.5px;
	background:#777d8a;
	transform:rotate(-45deg);
}
.sidebar-collapse .main-header .btn-aside-toggle .sidebar-toggle i:after {
	position:absolute;
	display:block;
	content:'';
	top:13px;
	left:auto;
	right:10px;  
	width:11px;
	height:4px;
	border-radius:1.5px 0 0 1.5px;
	background:#777d8a;
	transform:rotate(45deg);
}

.main-header nav {
	position:absolute;
	top:45%;    /* 50%  pino*/
	left:355px;  /*50%*/
	width:max-content;
	transform:translate(-10%, -50%);  /*-50%, -50%*/
}
.main-header nav ul {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:0;
}
.main-header nav ul li a {
	position:relative;
	display:block;
	padding:9px 20px;
	font-size:17px;
	font-weight:400;
	line-height:26px;
	color:#dfdfe1;	
}
.main-header nav ul li.active a {
	color:#fff;
	font-weight:600;
}
.main-header nav ul li a:hover {
	color:#fff;
}
.main-header nav ul li a:hover:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	bottom:0;
	width:32px;
	height:4px;
	border-radius:2px;
	background:#4567e0;
	transform:translate(-50%, 0);
	opacity:0.7;
}
.main-header nav ul li.active a:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	bottom:0;
	width:32px;
	height:4px;
	border-radius:2px;
	background:#4567e0;
	box-shadow:0 3px 8px rgba(88, 123, 255, 0.5);
	transform:translate(-50%, 0);
}
.main-header .util {
	position:absolute;
	display:flex;
	justify-content:space-between;
	align-items:center;
	top:8px;      /*15px pino*/
	right:40px;
	width:155px;  
}
.main-header .util .btn-sms {
	position:relative;
	margin:5px;
	width:36px;
	height:36px;
	font-size:0;
	background:url('/static/images/ico/ico-sms.png') no-repeat right 2px;
	cursor:pointer;
}

.main-header .util .btn-bookmark {
	position:relative;
	margin:5px;
	width:36px;
	height:36px;
	font-size:0;
	background:url('/static/images/ico/ico-bookmark.png') no-repeat center;
	cursor:pointer;
}
.main-header .util .bookmark-list {
	display:none;
	position: absolute;
    top:46px;
    right:0;
    padding:0;
    border-radius:8px;
    background:#fff;
    box-shadow:0 2px 8px rgba(0, 0, 0, 0.05);
    z-index:1031;
    width:254px;
}
.main-header .util .bookmark-list > p {
	padding:12px 16px 10px;
	margin:0;
	font-size:15px;
	font-weight:600;
	color:#111;
	line-height:20px;
	border-bottom:1px solid #d3d6df;
	border-radius:8px 8px 0 0;
	background:#f4f4f7;
}
.main-header .util .bookmark-list ul {
	padding:6px 16px;
	margin:0;
	max-height:360px;
	overflow-y:auto;
}
.main-header .util .bookmark-list ul li {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	padding:8px 0;
}
.main-header .util .bookmark-list ul li a {
	position:relative;
	display:block;
	width:calc(100% - 40px);
	padding-left:8px;
	font-size:14px;
	color:#333;
	font-weight:500;
}
.main-header .util .bookmark-list ul li a:after {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:8px;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#888;
}
.main-header .util .bookmark-list ul li a:hover {
	color:#5274ec;
	text-decoration:underline;
}
.main-header .util .bookmark-list ul li .btn-bookmark-del {
	position:relative;
	margin-top:1px;
	width:20px;
	height:20px;
	font-size:0;
	border:0;
	border-radius:50%;
	background:#e9e9f1;
}
.main-header .util .bookmark-list ul li .btn-bookmark-del:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:2px;
	height:10px;
	background:#9d9da8;
	transform:translate(-50%, -50%) rotate(45deg);
}
.main-header .util .bookmark-list ul li .btn-bookmark-del:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:2px;
	height:10px;
	background:#9d9da8;
	transform:translate(-50%, -50%) rotate(-45deg);
}
.main-header .util .bookmark-list .btn-bmk-close {
	display:block;
	margin:0 16px 16px;
	padding:8px 0;
	width:calc(100% - 32px);
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-align:center;
	border-radius:8px;
	background:#5274ec;
	cursor:pointer;
}
.main-header .util .bookmark-list .btn-bmk-close:hover {
	box-shadow:0 3px 7px rgba(69,103,224,0.3);
}







.main-header .util .btn-userInfo {
	margin:5px 0 5px 5px;
	width:56px;
	height:36px;
}
.main-header .util .user-pop:after {
	position:absolute;
	display:block;
	content:'';
	right:6px;
	top:calc(50% - 2px);
	width:0px;
    height:0px;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    border-top:4px solid #b2b6be;
}
.main-header .util .user-pop.show:after {
	transform:rotate(180deg);
}
.main-header .util .btn-userInfo button.user-pop {
	position:relative;
	width:100%;
	height:36px;
	font-size:0;
	border:0;
	background:url('/static/images/ico/ico-user.png') no-repeat left center;
}
.userInfo-area {
	position:absolute;
	display:none;
	top:46px;
	right:0;
	padding:12px 0 0;
	border-radius:4px;
	background:#fff;
	box-shadow:0 2px 8px rgba(0,0,0,0.05);
	z-index:1031;
	width: 160px;
}
.userInfo-area p {
	margin:0 0 0 24px;
	font-size:16px;
	font-weight:700;
	line-height:24px;
}
.userInfo-area span {
	display:block;
	margin-left:24px;
	font-size:13px;
	font-weight:300;
	line-height:18px;
	color:#666;
}
.userInfo-area .btn-area {
	display:flex;
	margin-top:12px;
	border-top:1px solid #e0e0eb;
	border-radius:0 0 4px 4px;
	background:#e7e8ee;
}
.userInfo-area .btn-area a {
	padding:6px 12px;
	width:50%;
	border:0;
	font-size:13px;
	line-height:18px;
	background:transparent;
	text-align:center;
}
.userInfo-area .btn-area a:hover {
	text-decoration:underline;
}
.userInfo-area .btn-area a {
	display:block;
	color:#767676;
}
.userInfo-area .btn-area a:last-child {
	position:relative;
	color:#111;
	font-weight:600;
}
.userInfo-area .btn-area a:last-child:before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:50%;
	width:1px;
	height:14px;
	background:#d0d0db;
	transform:translate(0, -50%);
}


.smsDirect-area {
	position: absolute;
	display: none;
    top: 102px;
    left: 228px;
    padding: 12px 12px 12px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d4d4e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    z-index: 1031;
    width: 180px;
}
.smsDirect-area input[type="text"] {
    margin-left: 4px;
    width: 100%;
    padding: 9px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    border: 1px solid #d4d4e0;
    border-radius: 4px;
}

.smsDirect-area .btn-area {
	display:flex;
	margin-top:12px;
	border-top:1px solid #e0e0eb;
	border-radius:0 0 4px 4px;
	background:#e7e8ee;
}
.smsDirect-area .btn-area button {
	padding:6px 12px;
	width:50%;
	border:0;
	font-size:13px;
	line-height:18px;
	background:transparent;
	text-align:center;
}
.smsDirect-area .btn-area button:hover {
	text-decoration:underline;
}
.smsDirect-area .btn-area button {
	display:block;
	color:#767676;
}
.smsDirect-area .btn-area button:last-child {
	position:relative;
	color:#111;
	font-weight:600;
}
.smsDirect-area .btn-area button:last-child:before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:50%;
	width:1px;
	height:14px;
	background:#d0d0db;
	transform:translate(0, -50%);
}

.main-header .navbar-brand {
  color: #fff;
}
.content-header {
  position: relative;
  padding:0;
  background:#e7e8ee !important;
  height:40px;   /* pino*/
}
.content-header > .breadcrumb {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:0;
	/*padding-left:42px;*/ /* pino*/
	/*width:60%;*/ /* pino*/
	height:40px; /* 56px pino*/
	/*background:#e7e8ee;*/  /* pino*/
	float:right; /* pino*/
}
/*
.sidebar-collapse .content-header > .breadcrumb {
	padding-left:72px;
}
*/
.content-header > .breadcrumb > li {
	font-family:'Pretendard', 'Noto Sans KR', '맑은고딕', 'Malgun Gothic', Arial, sans-serif;
	font-size:13px;   /* 14px pino*/
	font-weight:500;
	color:#434343;
}
.content-header > .breadcrumb > li > a {
	color:#111;
}
.content-header > .breadcrumb > li > a:hover {
	color:#5a72cb;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li {
	position:relative;
	padding-left:24px;
	
}
.content-header > .breadcrumb > li + li:after {
	position:absolute;
	display:block;
	content:'';
	left:8px;
	top:11px;
	width:7px;
	height:2px;
	background:#b2b3ba;
	transform:rotate(-45deg);
}
.content-header > .breadcrumb > li + li:before {
	position:absolute;
	display:block;
	content:'';
	padding:0;
	left:8px;
	bottom:11px;
	width:7px;
	height:2px;
	background:#b2b3ba;
	transform:rotate(45deg);
}
.content-header > h1 {
	display:flex;
	align-items:center;
	margin:0;
	padding:5px 10px 10px 25px;   /* 20px 40px 0 pino*/
	/*width:40%;*/ /* pino*/
	font-size:18px;   /* 20px pino*/
	color:#1b2536;
	font-weight:600;
	line-height:30px;
	text-indent:4px;
	float:left;
}
.content-header > h1 > button.bookmark {
	margin-left:4px;
	width:24px;
	height:24px;
	font-size:0;
	border:0;
	background:url('/static/images/ico/ico-bmkChk.png') no-repeat center;
	filter: grayscale(100%);
}
.content-header > h1 > button.bookmark:hover,
.content-header > h1 > button.bookmark.active {
	filter: grayscale(0);
}

/*
 * Component: Sidebar
 * ------------------
 */
 
 div.aside-wrapper {
	position: absolute;
	top: 66px;  /* 76px pino*/
	left: 0;
	bottom:0;
	height:calc(100% - 66px);   /* calc(100% - 76px)*/
	overflow-y:auto;
	background:#fff;
	box-shadow:0 10px 40px rgba(0,0,0,0.05);
 }
.main-sidebar {
  width: 300px;  /* 324px pino */
  background:#fff !important;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}
.sidebar-collapse .main-sidebar {
	transform: translate(-324px, 0);
}

.sidebar {
  padding:30px 30px 40px 30px;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  height: auto;
}
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.sidebar-menu > li {
  position: relative;
  margin: 20px 0;
  padding: 0;
}
.sidebar-menu > li.active {
  position: relative;
  margin: 20px 0;
  padding: 0;
}
.sidebar-menu > li > a {
  display: block;
  font-size:18px;
  font-weight:500;
  line-height:30px;
  color:#666 !important;
  border:0 !important;
  background:#fff !important;
}
.sidebar-menu > li.active > a {
	position:relative;
	color:#111 !important;
	font-weight:600;
}
.sidebar-menu > li > a:hover {
	color:#111 !important;
}
.sidebar-menu > li.active > a > span {
	position:relative;
	padding-left:10px;
}
.sidebar-menu > li.active > a > span:before  {
	position:absolute;
	display:block;
	content:'';
	top:3px;
	left:0;
	width:4px;
	height:15px;
	border-radius:2px;
	background:#f9a58a;
}
.sidebar-menu li a i {
	position:absolute;
	top:50%;
	right:0;
	width:24px;
	height:24px;
	font-size:0;
	border-radius:50%;
	background:#e0e0eb;
	transform:translate(0, -50%);
}
.sidebar-menu li a i:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}
.sidebar-menu li a i:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:2px;
	height:10px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}
.sidebar-menu li.menu-open a i:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}
.sidebar-menu li .treeview-menu {
	position:relative;
	margin:10px 0 !important;
	padding:0 !important;
	background:#fff !important;
}
.sidebar-menu li .treeview-menu:before,
.sidebar-menu li .treeview-menu.dep3:before,
.sidebar-menu li .treeview-menu.dep4:before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	width:1px;
	height:100%;
	background:#e0e0eb;
}
.sidebar-menu li .treeview-menu li {
	position:relative;
}
.sidebar-menu li .treeview-menu li:before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:18px;
	width:15px;
	height:1px;
	background:#e0e0eb;
}
.sidebar-menu li .treeview-menu li a {
	display:inline-block;   /*block pino*/
	padding:0 0 0 20px !important;
	font-size:16px;
	font-weight:500;
	line-height:36px;
	color:#434343 !important;
}
.sidebar-menu li .treeview-menu li a:hover {
	color:#254acc !important;
}
.sidebar-menu li .treeview-menu li.active a:before {
	position:absolute;
	display:block;
	content:'';
	left:19px;
	top:15px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#4567e0;
}
.sidebar-menu li .treeview-menu > li.active > a > span {
	position:relative;
	padding-left:8px;
	color:#254acc !important;
	font-weight:600;
}


/*2depth*/
.sidebar-menu li .treeview-menu li.treeview a i {
	position:absolute;
	top:50%;
	right:0;
	width:24px;
	height:24px;
	font-size:0;
	border-radius:50%;
	background:#e0e0eb;
	transform:translate(0, -50%);
}
.sidebar-menu li .treeview-menu li.treeview a i:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}
.sidebar-menu li .treeview-menu li.treeview a i:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:2px;
	height:10px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}

.sidebar-menu li .treeview-menu li.treeview.menu-open a i:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}
.sidebar-menu li .treeview-menu li.treeview.menu-open a i:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}

/*3depth*/

.sidebar-menu li .treeview-menu li .treeview-menu li.treeview a i {
	position:absolute;
	top:50%;
	right:0;
	width:24px;
	height:24px;
	font-size:0;
	border-radius:50%;
	background:#e0e0eb;
	transform:translate(0, -50%);
}
.sidebar-menu li .treeview-menu li .treeview-menu li.treeview a i:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}
.sidebar-menu li .treeview-menu li .treeview-menu li.treeview a i:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:2px;
	height:10px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}

.sidebar-menu li .treeview-menu li .treeview-menu li.treeview.menu-open a i:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}
.sidebar-menu li .treeview-menu li .treeview-menu li.treeview.menu-open a i:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:2px;
	border-radius:1px;
	background:#252f43;
	transform:translate(-50%, -50%);
}


/*3depth end*/

.sidebar-menu > li > .treeview-menu .treeview-menu {
	position:relative;
	margin:3px 0 3px 23px !important;   /* 10px 0 10px 26px pino*/
	padding:0 !important;
	background:#fff !important;
}
.sidebar-menu > li > .treeview-menu .treeview-menu:before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	width:1px;
	height:100%;
	background:#e0e0eb;
}
.sidebar-menu > li > .treeview-menu .treeview-menu > li {
	position:relative;
}
.sidebar-menu li .treeview-menu li  {
	color:#666;
}
.sidebar-menu > li > .treeview-menu .treeview-menu > li > a:before {
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:18px;
	width:20px;
	height:1px;
	background:#e0e0eb;
}
.sidebar-menu > li > .treeview-menu .treeview-menu > li > a {
	padding:0 0 0 20px !important;
	font-size:15px;  /* 16px pino*/
	font-weight:500;
	line-height:30px;   /* 36px pino*/
	color:#767676 !important;
}
.sidebar-menu > li > .treeview-menu .treeview-menu > li > a:hover {
	color:#111 !important;
}
.sidebar-menu > li > .treeview-menu .treeview-menu > li.active > a:before {
	position:absolute;
	display:block;
	content:'';
	left:19px;
	top:12px;   /* 15px pino*/
	width:5px;
	height:5px;
	border-radius:50%;
	background:#4567e0;
}


/*  중복
.sidebar-menu > li > .treeview-menu .treeview-menu > li.active > a > span {
	position:relative;
	padding-left:8px;
	color:#254acc !important;
	font-weight:600;
}

.sidebar-menu > li > .treeview-menu .treeview-menu > li.active li.active > a > span {
	position:relative;
	padding-left:8px;
	color:#254acc !important;
	font-weight:600;
}
.sidebar-menu > li > .treeview-menu .treeview-menu > li.active li > a > span {
	color:#666 Important;
}
*/


.sidebar-menu li .treeview-menu li.active .dep3 li.active > a > span {
	padding-left:8px;
	color:#254acc !important;
}
.sidebar-menu li .treeview-menu li.active .dep3 li > a > span {
	padding-left:0;
	color:#666 !important;
} 


.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-right: 5px;
}
.sidebar-menu > li .badge {
  margin-top: 3px;
}
.sidebar-menu li.header {
  padding:0;
}
.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.sidebar-menu li > a > .fa-angle-left {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu .active > .treeview-menu {
  display: block;
}


.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
  margin-left: 50px;
}
.sidebar-expanded-on-hover .main-sidebar {
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}
.skin-blue .sidebar-menu > li.header {
	margin:0;
	font-size:13px;
	line-height:16px;
	color:#777 !important;
	background:transparent !important;
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;  /* -7*/
}


/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
  box-shadow: none;
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: 0;
/*   box-shadow: none; */
  border-color: #d2d6de;
/*   height: 28px; */
  font-size: 12px;
}


.form-control:focus {
  border-color: #3c8dbc;
  box-shadow: none;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
  border-color: #00a65a;
  box-shadow: none;
}
.form-group.has-success .help-block {
  color: #00a65a;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
  border-color: #f39c12;
  box-shadow: none;
}
.form-group.has-warning .help-block {
  color: #f39c12;
}
.form-group.has-error label {
  color: #dd4b39;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  border-color: #dd4b39;
  box-shadow: none;
}
.form-group.has-error .help-block {
  color: #dd4b39;
}
/* Input group */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
  line-height: 34px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}




/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 4px !important;
}
/* size variation */
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 1px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 4px;  /*1px*/
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 1px;
}


/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  /*border-top: 3px solid #d2d6de;*/
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}




/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  /*padding: 3px !important;*/
}




.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #367fa9;
}
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #008d4c;
}
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #00acd6;
}
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #d73925;
}
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #e08e0b;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

/*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}


/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}


/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #d2d6de;
  color: #444;
}


.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);
  border: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow:0 5px 15px rgba(0, 0, 0, 0.1);
  }
}
.modal-header {
	padding:15px 20px;
	border-bottom-color: #cecedb;
}
.modal-footer {
  border-top-color: #f4f4f4;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #307095;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c87f0a;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #0097bc;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #00733e;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #c23321;
}

.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.treeview-menu .treeview-menu {
  padding-left: 20px;
}
.treeview-menu > li {
  margin: 0;
}
.treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  /*font-size: 14px; */
}
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
  width: 20px;
}
.treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.treeview-menu > li > a > .pull-right-container > .fa-angle-down,
.treeview-menu > li > a > .fa-angle-left,
.treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}



/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 10px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
  margin-left:4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
  width:100% !important;
  margin-top:0 !important;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #3c8dbc !important;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de !important;
  border-radius: 0;
  font-size:0;
  min-height:30px !important;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  font-size:14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline > table,
.box .datepicker-inline .datepicker-days > table {
  width: 100%;
}
.box .datepicker-inline td:hover,
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline > table td:hover,
.box .datepicker-inline .datepicker-days > table td:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.box .datepicker-inline td.day.old,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline > table td.day.old,
.box .datepicker-inline .datepicker-days > table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline > table td.day.new,
.box .datepicker-inline .datepicker-days > table td.day.new {
  color: #777;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}

.bg-green-default {
  background-color: #3ac47d !important;
  color:#ffffff !important;
}

.border-green-default {
  border: 1px solid #3ac47d;
}

[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static !important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #d2d6de;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100% !important;
}
/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}


/*
 * 공통
 * -----------
 */
p {margin: 0 0 5px;}
ul {list-style: none;}
.clear-both {clear: both;}
.sectionposition {
  position: absolute;
  height: calc(100% - 150px);
  width: calc(100% - 230px);
}
.switch-field {
  float: left;
  margin: 2px 10px 0px 10px;
}
hr { margin-top: 10px; margin-bottom: 10px; }
.dotted {clear:both; border: 1px dashed #ddd;  }

/* 그래프 높이*/
.box-resource .progress.progress-xs {
  height: 7px !important;
}
.pagination {margin-top: 1.5rem; margin: 0 0;}



/*  table  bootstrap 설정제거*/
.table td, .table th {border-bottom: none;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: none;
	background:#fff;
}

/*그리드-테이블 설정*/
.table th.left {text-align: left !important; }
.table td img {vertical-align: middle !important;}
.table td.middle {vertical-align: middle !important;}
.table td.left {text-align: left !important;}
.table td.right {text-align: right !important;}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
  padding-right: 15px;
}

/*그라데이션*/
.brGrad01 { background: linear-gradient( to bottom, #518af3, #ed89cc );}
.brGrad02 { background: linear-gradient( to top, #518af3, #ed89cc );}
.brGrad03 { background: linear-gradient( to right, #518af3, #ed89cc );}
.brGrad04 { background: linear-gradient( to left, #518af3, #ed89cc );}
.brGrad05 { background: linear-gradient( 45deg, #518af3, #ed89cc );}

/*메뉴 오버시 이미지 처리*/
.sidebar-menu > li > a img.rollover { display:none;}
.sidebar-menu > li:hover > a img,
.sidebar-menu > li.active > a img,
.sidebar-menu > li.menu-open > a img {
 display:none;
}
.sidebar-menu > li:hover > a img.rollover,
.sidebar-menu > li.active > a img.rollover,
.sidebar-menu > li.menu-open > a img.rollover {
  display:inline;
}

/* Ocean Dashboard  */
.ocenDashboard .col-lg-3 { padding-right: 5px; padding-left: 5px;}
.ocenDashboard .box { border-radius: 13px;}
.ocenDashboard .healScore, .ocenDashboard .faultCntAci {padding: 0 5px 0 5px;}
.ocenDashboard .progress:last-child {margin-bottom: 0.3rem;}  /*Host Server 그래프 간격*/
.ocenDashboard .pagination { margin-top: 1.5rem; margin: 0 0;}

.ocenDashboard #host_panel .col-md-2 {padding-right: 0px;}
.ocenDashboard #host_panel .col-md-9 {padding-left: 0px;}

/*.box { border-radius: 13px;}  모든박스 둥글게*/
.ochacfg .box { border-radius: 5px !important; }  /*Config는 약간만 둥글게*/

/*bullet chart 설정*/
.bullet { font: 11px sans-serif;  fill:#999; }
.bullet .marker { stroke: #fff; stroke-width: 2px; }
.bullet .axis line, .bullet .axis path { stroke: #dd4b39; stroke-width: .8px; fill: none; }
.bullet .range.s0 { fill: #ea7409; }
.bullet .range.s1 { fill: #f0a701; }
.bullet .range.s2 { fill: #c4d7a3; }
.bullet .measure.s0 { fill: #5774aa; }
.bullet .measure.s1 { fill: steelblue; }
.bullet .title { font-size: 14px; font-weight: bold;  fill:#e30001; }
.bullet .subtitle { fill: #999; }
.c3-legend-item { fill: #999; }
.c3-legend-item-hidden { opacity: .55; }

/*panel 설정*/
.panel-heading { font-size: 15px; }

/*och 관리자 */
@media (max-width: 1650px) {
  .ocha .col-xs-3 {width: 35%; }
  .ocha .col-xs-9 {width: 65%; }
}

@media (max-width: 1330px) {
  .ocha .col-xs-3 {width: 45%;}
  .ocha .col-xs-9 {width: 55%;}
}

@media (max-width: 1000px) {
  .ocha .col-xs-3 {width: 100%;}
  .ocha .col-xs-6 {width: 100%;}
  .ocha .col-xs-9 {width: 100%;}

  .ocha .col-xs-5 {width: 100%;}
  .ocha .col-xs-7 {width: 100%;}

  .cmmntab .col-xs-5 {width: 100%;}
  .cmmntab .col-xs-7 {width: 100%;}

  #chart {text-align: center}
}

.ocha .form-control {
  display: inline;
  width: 100px;
  height: 25px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.02857143;
}


h1, h2, h3, h4, h5, h6 {color: #444;}
/*modal창 재정의 */


.fade { opacity: 0; transition: opacity 0.15s linear;}
.fade.show { opacity: 1;}
.modal-open {
	overflow-x:auto;
	overflow-y:hidden;
}

.modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
	min-width:1280px;
	overflow-x:auto;
	overflow-y:hidden;
}

.modal-dialog.modal-sm {
	width:330px;
}
.modal-dialog.modal-lg {
	width:600px;
}
.modal-dialog.modal-xl {
	width:1000px;
}

.modal.fade .modal-dialog {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	z-index:1500;
	min-height:calc(100% - (1.75rem * 2));
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	transform:none;
}

.modal.show .modal-dialog {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	z-index:1500;
	min-height:calc(100% - (1.75rem * 2));
	transform:none;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: inherit;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  outline: 0;
}
.modal-content .btn {
	padding:4px 16px;
	border:1px solid #d4d4e0 !important;
	border-radius:8px;
	font-size:15px;
	line-height:normal !important;
	background:#fff !important;
}
.modal-content .btn.btn-primary {
	background:#5a72cb !important;
	border:0 none !important;
}
.modal-content .btn.btn-primary:hover {
	background:#4d65be !important;
	box-shadow:0 3px 7px rgba(90,114,203,0.35);
}
.modal-content .btn.btn-default:hover {
	border-color:#bbbbcb !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {opacity: 0;}
.modal-backdrop.show {opacity: 0.5;}

.modal-header .close {  padding: 1rem;  margin: -1rem -1rem -1rem auto;}
.modal-title { margin-bottom: 0; line-height: 1.5;}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
  max-height:75vh;
  overflow-y:auto;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  background:#e7e8ee;
  border-radius:0 0 16px 16px;
}

.modal-footer > :not(:first-child) {margin-left: .25rem;}
.modal-footer > :not(:last-child) { margin-right: .25rem;}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}




/* popup-form */
.pop-form {
	padding:0;
}
.pop-form.line-one,
.pop-form.line-two,
.pop-form.line-three,
.pop-form.line-four,
.pop-form.line-six {
	display:flex;
    flex-wrap:wrap;
    align-items:stretch;
	padding:0;
	margin:0;
	width:100%;
	border-top:1px solid #e7e8ee;
}
.pop-form li {
	display:flex;
	align-items:stretch;	
}
.pop-form.line-one li {
    width:100%;
}
.pop-form.line-two li {
    width:50%;
}
.pop-form.line-three li {
    width:33.33333%;
}
.pop-form.line-four li {
    width:25%;
}
.pop-form.line-six li {
    width:16.66666%;
}
.pop-form.line-two li.line-two {
	width:50%;
}
.pop-form.line-three li.line-two {
	width:66.66666%;
}
.pop-form.line-three li.line-three {
	width:75%;
}
.pop-form li.line-full {
	width:100%;
}
.pop-form li > label {
	flex-basis:120px;
	justify-content:flex-start;
    padding:5px 10px;
    margin:0;
    font-size:15px;
    color:#1b2536;
    font-weight:500;
    line-height:16px;
	letter-spacing:-1px;
	background:#f4f4f7;
	border-bottom:1px solid #e7e8ee;
}
.pop-form.sm li > label {
	flex-basis:80px;
}
.pop-form li.item > label {
	position:relative;
}
.pop-form li.item > label:after {
	position:absolute;
	display:block;
	content:'＊';
	left:3px;
	top:2px;
	font-size:13px;
	font-weight:600;
	color:#e93872;
}
.pop-form.sm li > div {
	flex-basis:calc(100% - 80px);	
}
.pop-form li > div {
	display: flex;
    align-items:center;
    flex-basis:calc(100% - 120px);
	padding:5px 8px;
	border-bottom:1px solid #e7e8ee;
}
.pop-form li > div input,
.pop-form li > div select{
	width:100%;
	margin-left:0;
	padding:6px;      /* 34px pino*/
	font-size:14px;
	color:#333;
	line-height:16px;
	border:1px solid #d4d4e0;
	border-radius:4px;
}
.pop-form li > div.merge input {
	width:auto;
	min-width:auto;
	margin-top:0;
	margin-right:4px;
}
.pop-form li > div.merge label {
	margin:0;
	font-weight:500;
	cursor:pointer;
}
.pop-form li > div input[type="number"] {
	width:60px;
}
.pop-form li > div > span {
	min-width:8px;
	font-size:13px;
	color:#666;
	text-align:center;
}
.pop-form li > div > * {
	min-width:40px;
}
.pop-form li > div.chk-list > * {
	width:auto;
	min-width:auto;
}
.pop-form li > div.chk-list {
	justify-content:flex-start;
}
.pop-form li > div.chk-list > label {
	margin-right:10px;
}
.pop-form li > div.chk-list > input[type="checkbox"] {
	margin:0 3px 0 0;
}
.pop-form li > div > * + * {
	margin-left:4px !important;
}
.pop-form .btn-tbl-sch,
.pop-form .btn-tbl-del,
.pop-form .btn-tbl-refresh {
	position:relative;
	margin-left:4px;
	width:30px;   /* 34px pino*/
	min-width:30px;  /* 34px pino*/
	height:30px;   /* 34px pino*/
	font-size:0;
	border:1px solid transparent;
	border-radius:4px;
	background:#98a1b3;
}
.pop-form .btn-tbl-sch:hover,
.pop-form .btn-tbl-del:hover,
.pop-form .btn-tbl-refresh:hover {
	background:#8f98aa;
	box-shadow:0 3px 8px rgba(108,115,128,0.3);
}
.pop-form .btn-tbl-sch:before {
	position:absolute;
	display:block;
	content:'';
	left:6px;
	top:6px;    /* 9px pino*/
	width:14px;
	height:14px;
	border:2px solid #fff;
	border-radius:50%;
}
.pop-form .btn-tbl-sch:after {
	position:absolute;
	display:block;
	content:'';
	left:17px;  /* 18px pino*/
	top:18px;   /* 21px pino*/
	width:7px;
	height:3px;
	border-radius:1.5px;
	background:#fff;
	transform:rotate(42deg);
}
.pop-form .btn-tbl-del:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:40%;
	height:3px;
	border-radius:2px;
	background:#fff;
	transform:translate(-50%, -50%);
}
.pop-form .btn-tbl-refresh:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:18px;
	height:18px;
	border-radius:2px;
	background:url('/static/images/ico/ico-refresh.svg') no-repeat center #98a1b3;
	transform:translate(-50%, -50%);
}
.pop-form .select2-container {
	width:100% !important;
}

.layout-2div {
	display:flex;
	justify-content:space-between;
}
.layout-2div .left-box + .right-box {
	margin-left:20px;
}


@media (min-width:200px) {
	.form-inline label {
		display:flex;
		align-items:center;
	}
}

.ocha .title {
  font-size: 18px;
  font-weight: bold;
  /* color: #e30001; */
}


.sm-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

 .title-box {
  padding: 3px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.bg-bronze {background-color: #906b59 !important; color:#fff;}
.bg-silver {background-color: #a7a7a7 !important; color:#fff;}
.bg-gold {background-color: #d3bb0c !important; color:#fff;}

/* nav-tabs */
.nav-tabs-custom>.nav-tabs>li:first-of-type {
  margin-left: 0;
}
.ocha .nav-tabs-custom > .nav-tabs > li a.active {
  border-top:  3px solid  #3c8dbc;
  border-right: 1px solid #ddd;
}

.ocha .nav-tabs-custom>.nav-tabs>li a {
  border-top: 3px solid transparent;
  margin-bottom: 0px;
  margin-right: 0px;

}
.nav-tabs-custom {
  /*margin-bottom: 20px;
  background: #fff; */
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);  
  border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
  background-color: #fff;
  color: #444;
}

.skin-white  .ocha .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fff !important;
  color: #444 !important;
}

.ocha .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #FFF;
  border-radius: 0;
}
.ocha .nav.nav-tabs .nav-item .nav-link {
  border-radius: 0;
}

.ocha .nav-tabs {
  border-bottom: 1px solid #ddd;
}


/* Common tab*/
.cmmntab .nav-tabs-custom > .nav-tabs > li a.active {
  border-top:  3px solid  #3c8dbc;
  border-right: 1px solid #ddd;
}
.cmmntab .nav-tabs-custom>.nav-tabs>li a {
  border-top: 3px solid transparent;
  margin-bottom: 0px;
  margin-right: 0px;
}
.cmmntab .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #FFF;
  border-radius: 0;
}
.cmmntab .nav.nav-tabs .nav-item .nav-link {
  border-radius: 0;
}
.cmmntab .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.skin-white  .cmmntab .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #fff !important;
  color: #444 !important;
}

.nav-tabs-custom>.tab-content {
  background: #fff;
  padding: 20px 20px 20px 20px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.modal-title {font-weight: bold;}

.formCustom .form-control { display: inline;  width: auto; }

/*ACI Dashboard*/
.progress-mini {background-color: #ccc;}
.progress-mini, .progress-mini .progress-bar { height: 5px; margin-bottom: 5px;  width: 100%; }
.progress, .progress-bar {box-shadow: none;border-radius: 0px; }
.progress {overflow: hidden;}

@media (max-width: 1500px) {
  .aci .col-xs-8 {width: 100%;}
  .aci .col-xs-4 {width: 100%;}
}

@media (max-width: 768px) {
  .aci .col-sm-4 {float: left;}
  .aci .col-sm-8 {float: left;}
}

.aci .nav-tabs-custom {
  box-shadow: 0 0px 0px rgba(0,0,0,0.1);
}

/*
.c3 line, .c3 path { fill: none; stroke: #ccc !important; }
.c3 text { fill: #333 !important; }
*/

.score-major {color: #ff7300; }
.score-minor {color: #ffcc00;}
.score-warning {color: #14a792;}

.input-sm { width: 200px; display: inline-block; }
.btn.btn-xs {
  padding: 4px 8px;
  font-size: 11px;
  /*background-color: transparent;*/
  border: 1px solid #ccc;
}

.capability-box {
  background-color: #eaeff2;
  height: 50px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
}


/*Endpoint  Box*/
.endBox1 {
  background-color: #23b7e5;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.endBox2 {
  background-color: #337ab7;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.endBox3 {
  background-color: #26A69A;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


.endBox4 {
  background-color: #26A69A;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


.endBox5 {
  background-color: #4CAF50;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.endBox6 {
   background-color: #3c763d;
   cursor: pointer;
   height: 100%;
   margin-top: 0px;
   margin-bottom: 15px;
   width: 100%;
   border-radius: 13px;
   padding: 10px;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 }



/*Contract  Box*/
.contractBox1 {
  background-color: #FF7043;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.contractBox2 {
  background-color: #56afd7;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.contractBox3 {
  background-color: #26A69A;
  cursor: pointer;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}



.widget {
  border-radius: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.widget-chart .widget-title {
  border-bottom: 1px solid #ccc;
  border-image: none;
  background-color: #F0F0F0;
  color: inherit;
  margin-bottom: 0;
  padding: 10px;
}

.widget-chart .widget-content {
  color: inherit;
  /* padding: 15px 20px 20px 20px; */
  padding: 10px;
  position: relative;
  font-weight: normal;
}

.text-danger { color: #F44336; }
.text-heading { color: #0088CC !important;}
.text-info { color: #56afd7;}
.alert-warning {
  color: #FF7043;
  background-color: transparent;
  border-color: #FF7043;
}
.td-green {background-color: #95b647;}
.td-yellow {background-color: #ffcb4f;}
.td-amber {background-color: #ff8947;}
.td-red { background-color: #f14950;}

.collector .widget {
  border-radius: 0px;
  padding: 15px 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.bg-warning {  background-color: #FF7043 !important; border-color: #FF7043 !important; color: #fff; }


/* 프리로더 */
#preloader {z-index: 16000;}
.preloader-mask {position: fixed; top: 0; left: 0; right: 0;width: 100%; height: 100%; display: block; background: #000; opacity: 0.7; z-index: 16001;}
.preload-box {position: absolute; top: 50%; left: 53%; width: 0px; height: 0px; margin: -165px 0 0 -140px; background: #053433; box-sizing: border-box; -moz-box-sizing: border-box; z-index: 16002;text-align: center;}
.preload-logo {height: 42px; padding-top: 50px; text-align: center;}
.preload-txt {margin: 12px auto 20px auto; width: 154px; height: 20px; text-align: center; color: #88d7c1; font-size: 0.875em; background: #0c2e2d; border-radius: 10px;}




/*DateRangePicker*/
/* 
.daterangepicker {
 width: 550px !important;
}
*/
.daterangepicker.show-ranges .drp-calendar.left {
    border-left: none;
}
.ranges {
  width: 0px !important;
  padding-top:290px !important;
  height: 35px;
  display: inline;
  flex-direction: row;
  padding: 0px;
  margin: 4px;
  border-bottom: none;
}
.ranges ul {
  margin: 0px;
  padding-left: 30px !important;
  display: -webkit-box;
  font-weight: bold;
  margin: 10px auto !important;
}
.ranges li {
  padding: 3px 16px !important;
  width: 110px;
  font-size: 12px;
  background-color: #ffffff;
  color: rgba(13, 37, 50, 0.6);
  border-radius: 0;
  border: none;
  margin-left: 10px;
}
.ranges li.active {
  background-color: #ffffff;
/*   border-bottom: 2px solid #9fd44e; */
/*   color: #9fd44e; */
  border-top: none;
  border-right: none;
  border-left: none;
}
.ranges li:hover {
  background-color: #ffffff;
/*   border-bottom: 2px solid #9fd44e; */
/*   color: #9fd44e; */
  border-top: none;
  border-right: none;
  border-left: none;
}
.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 50px 8px 8px 8px !important;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.daterangepicker .applyBtn {
width: 100px;
}



.content .panel-heading {
    padding: 1px 5px;
}


/*jconfirm css 수정*/
.jconfirm-title-c {
font-size: 18px !important;
/* margin-top: -10px !important; */
font-weight: bold;
border-bottom: 1px solid #d2d6de;
}
.jconfirm-buttons {
    text-align: center;
    float: none !important;
}

.jconfirm-buttons .btn{
    width: 100px;
}

/*main-header css 수정*/
.main-header select {
    border: none;
    outline: none;
    scroll-behavior: smooth;
    background-color: #374850; 
    color:#d7d7d5;
}
.main-header .form-control {color:#c8c8c4 !important; }
.sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850 !important;
    border: 1px solid transparent;
    height: 30px;
    color:#d7d7d5 !important;
}
.sidebar-form input[type="text"]::placeholder {color: #acaca8; font-style: italic;}


/* dataTable CSS 수정*/
table.dataTable tbody th, table.dataTable tbody td {
	/*padding: 8px !important;*/    /* 8px !important pino*/
    font-size: 13px;   /*14px pino*/
}
table.dataTable thead th, table.dataTable thead td {
     /*padding: 10px 20px 10px 5px !important;*/ 
     font-size: 14px;
	 background:#fff;
}

/* dataTable 스크롤 CSS 수정*/
.dataTables_scrollBody table.dataTable thead th, .dataTables_scrollBody table.dataTable thead td {
    border-bottom: none !important;
}
.dataTables_scrollBody table.dataTable {border-top: none !important;}
/* dataTable 스크롤 CSS 수정*/

table.dataTable {
 	border-top: 1px solid #333333 !important; 
}
.dataTables_wrapper {padding-top:10px;}

.btn-green {
    background-color: #3ac47d !important;
    border: 1px solid #30a065 !important;
    color:#ffffff;
}

.btn-green:hover,
.btn-green:active,
.btn-green.hover {
  background-color: #30a065 !important;
  color:#ffffff;
}

/*dataTables search css*/
.dataTables_filter input[type="search"] { 
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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,-webkit-box-shadow ease-in-out .15s;
}


/* 기본 테이블 영역*/
.tableContent {width:100%; border-top:1px solid #b0b8c0;}
.tableContent th {padding:5px 5px 3px; border-bottom:1px solid #b0b8c0; border-left:1px solid #b0b8c0; font-size:12px; font-weight:bold;  text-align:center;}
.tableContent th.tleft {text-align:left;}
.tableContent th:last-child {border-right:1px solid #b0b8c0;}
.tableContent td {padding:4px; border-bottom:1px solid #b0b8c0; border-left:1px solid #b0b8c0; text-align:center; line-height:18px; font-size:11px;}
.tableContent td:last-child {border-right:1px solid #cecece;}
.tableContent td img {vertical-align:middle;}
.tableContent td.tleft {text-align:left;}
.tableContent td.tright {text-align:right;}

.tableContent-bg {width:100%; border-top:1px solid #b0b8c0;}
.tableContent-bg th {padding:5px 5px 3px;  background:#dbeef4; border-bottom:1px solid #b0b8c0; border-left:1px solid #b0b8c0; font-size:12px; font-weight:bold;  text-align:center;}
.tableContent-bg th.tleft {text-align:left;}
.tableContent-bg th:last-child {border-right:1px solid #b0b8c0;}
.tableContent-bg td {padding:4px; border-bottom:1px solid #b0b8c0; border-left:1px solid #b0b8c0; text-align:center; line-height:18px; font-size:11px;}
.tableContent-bg td:last-child {border-right:1px solid #cecece;}
.tableContent-bg td img {vertical-align:middle;}
.tableContent-bg td.ttleft {text-align:left;}
.tableContent-bg td.tright {text-align:right;}


.dataTables_scrollHead {width:100% !important;}
.dataTables_scrollHeadInner {width:100% !important;}
.dataTables_scrollHeadInner .dataTable {width:100% !important;}

/* .dataTables_scrollBody table.dataTable thead th {display:none;} */
.dataTables_scrollBody table.dataTable {margin-top:-18px;}
.dataTables_scrollBody table.dataTable thred tr:nth-child(2)  {display:none;}
.dataTables_scrollBody table.dataTable thead tr:nth-child(2) th  {display:none;}


.modal-md10 {max-width: 1000px;}
.modal-md9 {max-width: 900px;}
.modal-md8 {max-width: 800px;}
.modal-md7 {max-width: 700px;}
.modal-md6 {max-width: 600px;}
.modal-md5 {max-width: 500px;}


.tableForm {width:100%; border-top:none;}
.tableForm th {padding:5px 5px 3px; border-bottom:none; border-left:none; font-size:12px; font-weight:bold;}
.tableForm th.tleft {text-align:left;}
.tableForm th:last-child {border-right:none;}
.tableForm td {padding:3px; border-bottom:none; border-left:none;  line-height:11px; font-size:11px;}
/* .tableForm td:last-child {border-right:1px solid #cecece;} */
.tableForm td img {vertical-align:middle;}
.tableForm td.tleft {text-align:left;}
.tableForm td.tright {text-align:right;}

.input-group-addon-sm {
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    display: table-cell;
}

/*jconfirm*/
.jconfirm .jconfirm-box div.jconfirm-title-c {
    /* font-size: 22px; */
    line-height: 10px !important;
    padding-bottom: 10px !important;
}
/*내용*/
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    padding-top: 10px !important;
}
/*버튼색상*/
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
    background-color: #dae6ec;
}

table.dataTable tr td, table.dataTable tr th{ border-right:1px solid #ddd;}
table.dataTable tr td:nth-child(1), table.dataTable tr th:nth-child(1){ border-left:1px solid #ddd;}
table.dataTable > tbody > tr:hover{background:#C8EBFA !important;}


/* Content - top Search */
.top-btn-area {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:10px;
}
.row .top-btn-area {
	margin-bottom:0;
}
.top-btn-area > button {
	padding:3px 7px; /* 4px 10px pino*/
	font-size:14px;   /* 15px pino*/
	color:#252f43;
	font-weight:500;
	line-height:20px;
	border:1px solid #c7c9cd;
	border-radius:4px;
	background:#fff;
	opacity:1;
}
.top-btn-area > button + button {
	margin-left:4px;
}
.top-btn-area > button.btn-blue {
	color:#fff;
	border:1px solid transparent;
	background:#5a72cb;
}
.top-btn-area > button:hover {
	opacity:0.7;
}


.top-btn-area > button.btn-red {
    background-color: #e74c3c;
    color: #FFF;
    border:1px solid transparent;
}

.top-btn-area > button.btn-red:hover {
   opacity:0.7;
}

.top-btn-area.tabs button.active {
	background:#4567e0;
	color:#fff;
	border-color:transparent;
}
.top-btn-area.tabs button.active:hover {
	box-shadow:0 3px 7px rgba(69,103,224,0.3);
	color:#fff;
	opacity:1;
}
.top-btn-area.tabs button:hover {
	color:#4567e0;
	opacity:1;
}


h5.stit-h5 {
	position:relative;
	margin:15px 0 7px;   /* 30px 0 10px pino */
	padding-left:16px;
	font-size:16px;
	font-weight:600;
	color:#333;
}
h5.stit-h5:before {
	position:absolute;
	display:block;
	content:'';
	left:4px;
	top:50%;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#4567e0;
	transform:translate(0, -50%);
}

.detail-box {
	display:flex;
	align-items:flex-start;
	margin:10px 0 10px;  /*10px 0 20px; pino*/
	padding:3px 20px 3px 0;   /*6px 20px 6px 0 pino*/
	border:1px solid #c7c9cd;
	border-radius:8px;
	background:#f9f9f9;
	box-shadow:0 3px 7px rgba(0,0,0,0.04);
}
.detail-box ul {
	display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
	margin:0;
	padding:0;
}
.detail-box.last-btn ul {
	display:flex;
    flex-wrap:wrap;
    align-items:center;
	width:calc(100% - 140px);
	padding:0;
	margin:0;
}
.detail-box ul li {
	display:flex;
    align-items:flex-start;
    padding:4px 0;
    width:33.33333%;
}
.detail-box ul li label {
	display:flex;
    align-items:flex-start;
    justify-content:start;
    flex-basis:140px;
    padding:4px 0 0 40px; /* 8px 0 0 40px pino*/
    margin:0;
    font-size:14px;    /* 15px pino*/
    color:#1b2536;
    font-weight:500;
    line-height:16px;
}
.detail-box ul li .form-box label {
	flex-basis:auto;
	padding:6px 12px 6px 6px;
	font-size:14px;
	color:#555;
}
.detail-box ul li .form-box {
	display:flex;
    align-items:center;
    flex-basis:calc(100% - 140px);
}
.detail-box ul li .form-box input[type="text"],
.detail-box ul li .form-box select {
    margin-left:4px;
    width:100%;
    padding:3px 4px 3px 4px;    /* 5px 6px 7px 6px; pino*/
    font-size:14px;
    line-height:16px;
    color:#333;
    border:1px solid #d4d4e0;
    border-radius:4px;
}
.detail-box ul li .form-box select {
	height:30px;
}
.detail-box ul li .form-box input[type="checkbox"], 
.detail-box ul li .form-box input[type="radio"] {
	margin:0 0 0 4px;
	width:16px;
	height:16px;
}
.detail-box.last-btn button.btn-regist {
	margin:5px 0 5px 40px;
	width:100px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:20px;
	padding:5px 0;
	border:0;
	border-radius:4px;
	background:#98a1b3;
}

.detail-box.last-btn button.btn-regist-sm,
.detail-box.last-btn button.btn-cancel-sm {
	margin:5px 0 5px 40px;
	width:48px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:20px;
	padding:5px 0;
	border:0;
	border-radius:4px;
	background:#98a1b3;
}
.detail-box.last-btn button.btn-cancel-sm {
	margin:5px 0 5px 4px;
}
.detail-box .btn-sm-del {
	position:relative;
	margin-left:4px;
	padding:0;
	width:34px;
	height:30px;
	font-size:0;
	border:0;
	border-radius:4px;
	border:1px solid transparent;
	background:#e1e3e9;
}
.detail-box .btn-sm-del:hover {
	border:1px solid #c2cbdd;
	background:#e6ebf5;
}
.detail-box .btn-sm-del:after {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:12px;
	height:3px;
	border-radius:2px;
	background:#6a7177;
	transform:translate(-50%, -50%);
}
.detail-box .btn-sm-del:hover:after {
	background:#4567e0;
}

.top-search-box {
	position:relative;
	display:block;
	margin-bottom:20px;    /*30px pino*/ 
	padding:8px 30px 15px 0;   /*15px 30px 15px 0 pino*/ 
	width:calc(100% - 86px);
	min-height:55px;  /*76px pino*/ 
	border-radius:8px;
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.03);
}
.top-search-box:not(:has(.btn-sch-area)) { /* 우측 검색버튼이 없을떄 */
	width:100%;
}
.top-search-box.no-sch {
	width:100%;
}
.top-search-box.hide {
	position:relative;
	display:block !important;
	margin-bottom:30px;
	padding:10px;
	width:100%;
	min-height:36px;
	border-radius:8px;
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.03);
}
.top-search-box .btn-topSch.open {
	width:100%;
	height:100%;
	border:0;
	font-size:16px;
	font-weight:500;
	text-align:center;
	line-height:20px;
	color:#252f43;
	background:transparent;
}
.top-search-box .btn-topSch.close {
	position:absolute;
	left:50%;
	bottom:-15px;  /* -18px pino*/
	width:110px;
	height:28px;   /* 32px pino*/
	font-size:14px;
	font-weight:500;
	text-align:center;
	color:#252f43;
	line-height:20px;
	border:0;
	border-radius:4px;
	background:#fff;
	transform:translate(-50%, 0);
	text-shadow:none;
	box-shadow:0 0px 8px rgba(0,0,0,0.08);
	opacity:1;
}
.top-search-box .btn-topSch.open:hover,
.top-search-box .btn-topSch.close:hover {
	color:#254acc;
}
.top-search-box .btn-sch-area {
	position:absolute;
	right:-86px;
	top:0;
	bottom:0;	
}
.top-search-box .btn-sch-area > button {
	width:76px;
	height:100%;
	font-size:0;
	border:0;
	border-radius:8px;
	background:#ff6e40;
	box-shadow:0 5px 10px rgba(255,110,64,0.3);
	opacity:1;
}
.top-search-box.no-sch .btn-sch-area > button {
	display:none;
}
.top-search-box .btn-sch-area > button:hover {
	opacity:0.8;
}
.top-search-box .btn-sch-area > button:before {
	position:absolute;
	display:block;
	content:'';
	left:calc(50% - 13px);
	top:calc(50% - 12px);
	width:25px;
	height:25px;
	border:3px solid #fff;
	border-radius:50%;
	background:transparent;
}
.top-search-box .btn-sch-area > button:after {
	position:absolute;
	display:block;
	content:'';
	left:calc(50% + 5px);
	top:calc(50% + 10px);
	width:10px;
	height:3px;
	border-radius:1.5px;
	background:#fff;
	transform:rotate(42deg);
}
.top-search-box .search-items ul {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:0;
	padding:0;
}
.top-search-box .search-items ul.line-three li {
	width:33.33333%;
}
.sidebar-collapse .top-search-box .search-items ul li {
	width:25%;
}
.top-search-box .search-items ul li {
	display:flex;
	align-items:center;
	padding:2px 0;      /*5px 0 pino*/
	width:25%;    /*33.33333% pino*/
}


@media (min-width:1601px) {
	.sidebar-collapse .top-search-box .search-items ul li {
		width:20%;
	}
	.top-search-box .search-items ul li {
		width:25%;
	}
	.sidebar-collapse .top-search-box .search-items ul li.line-two {
		width:40%;
	}
	.top-search-box .search-items ul li.line-two {
		width:50%;
	}
	
	.sidebar-collapse .detail-box ul li {
		width:20%;
	}
	.detail-box ul li {
		width:25%;
	}
	.sidebar-collapse .detail-box ul li.line-two {
		width:40%;
	}
	.detail-box ul li.line-two {
		width:50%;
	}
}


@media (max-width:1600px) {   /* 1920px pino*/
	.sidebar-collapse .top-search-box .search-items ul li {
		width:25%;
	}
	.top-search-box .search-items ul li {
		width:33.33333%;
	}
	.sidebar-collapse .top-search-box .search-items ul li.line-two {
		width:50%;
	}
	.top-search-box .search-items ul li.line-two {
		width:66.66666%;
	}
	
	.sidebar-collapse .detail-box ul li {
		width:25%;
	}
	.detail-box ul li {
		width:33.33333%;
	}
	.sidebar-collapse .detail-box ul li.line-two {
		width:50%;
	}
	.detail-box ul li.line-two {
		width:66.66666%;
	}
}
@media (max-width:1100px) {    /* 1440px pino*/
	.sidebar-collapse .top-search-box .search-items ul li {
		width:33.33333%;
	}
	.top-search-box .search-items ul li {
		width:50%;
	}
	.sidebar-collapse .top-search-box .search-items ul li.line-two {
		width:66.66666%;
	}
	.top-search-box .search-items ul li.line-two {
		width:100%;
	}
	
	.sidebar-collapse .detail-box ul li {
		width:33.33333%;
	}
	.detail-box ul li {
		width:50%;
	}
	.sidebar-collapse .detail-box ul li.line-two {
		width:66.66666%;
	}
	.detail-box ul li.line-two {
		width:100%;
	}
}
.top-search-box .search-items ul li label {
	display:flex;
	align-items:center;
	justify-content:start;
	flex-basis:120px;  /*  140px pino*/
	padding:7px 0 7px 20px;    /* 10px 0 10px 30px pino*/
	margin:0;
	font-size:14px;   /*  15px pino*/
	color:#1b2536;
	font-weight:500;
	line-height:16px;
}
.top-search-box .search-items ul li.only-label label {
	flex-basis:100%;
}
.top-search-box .search-items.smLabel ul li label {
	flex-basis:100px;
}
.top-search-box .search-items ul li .form-box {
	display:flex;
	align-items:center;
	flex-basis:calc(100% - 100px);   /* 100% - 140px */
}
.top-search-box .search-items.smLabel ul li .form-box {
	flex-basis:calc(100% - 100px);
}
.top-search-box .search-items ul li.full {
	width:100%;
}
.top-search-box .search-items ul li.full .merge {
	display:flex;
	align-items:center;
	flex-basis:calc(100% - 120px);   /* 100% - 140px pino*/
	margin-left:4px;
}
.top-search-box .search-items ul li.full .merge label {
	flex-basis:auto;
	margin-right:30px;
	padding:10px 0;
	cursor:pointer;
}
.top-search-box .search-items ul li .form-box.merge label {
	flex-basis:auto;
	margin-right:15px;
	padding:7px 0;  /*10px 0 pino*/
	cursor:pointer;
}
.top-search-box .search-items ul li .form-box.merge label:last-child {
	margin-right:0;
}
.top-search-box .search-items ul li.full .merge .form-box {
	flex-basis:auto;
}
.top-search-box .search-items ul li.full .merge .form-box input[type="radio"] {
	margin:0 5px 0 0;
}
.top-search-box .search-items ul li .form-box.merge {
	margin-left:4px;
}
.top-search-box .search-items ul li.full .form-box label {
	flex-basis:auto;
	padding:10px 0 10px 10px;
}
.top-search-box .search-items ul li input[type="radio"] {
	margin:0;
}
.top-search-box .search-items ul li input[type="text"] {
	margin-left:4px;
	width:100%;
	padding:6px;   /*9px; pino*/
	font-size:14px;
	line-height:16px;
	color:#333;
	border:1px solid #d4d4e0;
	border-radius:4px;
}
.top-search-box .search-items ul li .select2-container {
	width:100% !important;
}
.top-search-box .search-items ul li select {
	margin-left:4px;
	padding:4px 3px 6px 3px;           /* 8px pino*/
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#333;
	border:1px solid #d4d4e0;
	border-radius:4px;
}
.top-search-box .search-items ul li input[type="checkbox"] {
	margin:0 4px 0 0;
 	width:16px;
	height:16px;
	border:1px solid #d4d4e0;
	cursor:pointer;
}
.top-search-box .search-items ul li span > label {
	display:inline-block;
	margin-left:6px;
	padding: 0;
	font-size:14px;
	color:#555;
	font-weight: normal;
	line-height: 16px;
}
.top-search-box .search-items ul li .calendar-all {
	padding-left:26px !important;
	background:url('/static/images/ico/ico-calendar.png') no-repeat left 5px center;
	cursor:pointer;
}
.top-search-box .search-items .btn-sm-sch,
.top-search-box .search-items .btn-sm-del {
	position:relative;
	margin-left:4px;
	width:100%;
	max-width:30px;    /* 36px pino*/
	height:30px;     /* 36px pino*/
	font-size:0;
	border:1px solid transparent;
	border-radius:4px;
	background:#98a1b3;
}
.top-search-box .search-items .btn-sm-sch:hover,
.top-search-box .search-items .btn-sm-del:hover {
	background:#8f98aa;
	box-shadow:0 3px 8px rgba(108,115,128,0.3);
}
.top-search-box .search-items .btn-sm-sch:before {
	position:absolute;
	display:block;
	content:'';
	left:6px;   /* 9px pino */
	top:6px;    /* 9px pino */
	width:14px;
	height:14px;
	border:2px solid #fff;
	border-radius:50%;
}
.top-search-box .search-items .btn-sm-sch:after {
	position:absolute;
	display:block;
	content:'';
	left:17px;  /* 19px pino */
	top:18px;   /* 21px pino */
	width:7px;
	height:3px;
	border-radius:1.5px;
	background:#fff;
	transform:rotate(42deg);
}
.top-search-box .search-items .btn-sm-del:before {
	position:absolute;
	display:block;
	content:'';
	left:50%;
	top:50%;
	width:40%;
	height:3px;
	border-radius:2px;
	background:#fff;
	transform:translate(-50%, -50%);
}
.top-search-box .search-items button.btn-sm-refresh {
	margin-left:4px;
	width:100%;
	max-width:30px;   /*36px pino*/
	height:30px;      /*36px pino*/
	font-size:0;
	border:1px solid transparent;
	border-radius:4px;
	background:#98a1b3;
	background:url('/static/images/ico/ico-refresh.svg') no-repeat center #98a1b3;
	background-size:18px;
}
.top-search-box .search-items button.btn-sm-refresh:hover {
	background:url('/static/images/ico/ico-refresh.svg') no-repeat center #8f98aa;
	background-size:18px;
	box-shadow:0 3px 8px rgba(108,115,128,0.3);
}
.top-search-box .search-items .rdoBox.option2,
.top-search-box .search-items .rdoBox.option3 {
	display:none;
}
input[readonly], select[readonly], textarea[readonly],
input[disabled], select[disabled], textarea[disabled] {
	border:1px solid #d4d4e0;
	background:#f6f6f6;
	color:#999;
}


.calendar-all[disabled] {
	border:1px solid #d4d4e0 !important;
	background:#f6f6f6 !important;
	color:#999 !important;
}


@media (max-width:1280px) {
	.top-search-box .search-items ul li label {
		padding:10px 0 10px 30px
	}
}


/* Grid- custom */
#tableList_wrapper.dt-container > div.row {
	margin:0 0 8px 0;
	padding:0;
}
.btn-group .btn + .btn,
#tableList_wrapper .btn-group .btn + .btn,
#tableList_wrapper .btn-group .btn + .btn-group,
.btn-group .btn + .btn-group {
	margin-left:4px;
}

#tableList_wrapper .btn-group .btn,
#tableList2_wrapper .btn-group .btn,
#tableList3_wrapper .btn-group .btn,
#tableList4_wrapper .btn-group .btn,
#tableList5_wrapper .btn-group .btn,
.dt-buttons.btn-group.flex-wrap .btn {
	padding:5px 8px;  /* 7px 12px pino*/
	height:auto;
	font-size:13px;  /* 14px pino*/
	color:#fff;
	font-weight:600;
	line-height:16px;
	border-radius:6px !important;
}
#tableList_wrapper .btn-group .dropdown-menu a.dropdown-item {
	padding:2px 40px 2px 10px;
	font-size:13px;
	line-height:20px;
}
.col-sm-12.col-md-6 {
	width:auto !important;
}
.col-sm-12.col-md-6 + .col-sm-12.col-md-6 {
	float:right !important;
}
.col-sm-12.col-md-6,
.col-sm-12  {
	padding:0 !important;
}
.dt-search label {
	font-size:0;
}
div.dt-container div.dt-search {
position:relative;
}
div.dt-container div.dt-search:before {
	position:absolute;
	display:block;
	content:'';
	left:15px;
	top:7px;  /*  9px pino*/
	width:14px;
	height:14px;
	border:1px solid #989da5;
	border-radius:50%;
}
div.dt-container div.dt-search:after {
	position:absolute;
	display:block;
	content:'';
	left:26px;
	top:20px;  /*  22px pino*/
	width:5px;
	height:1px;
	border-radius:1px;
	background:#989da5;
	transform:rotate(42deg);
}
div.dt-container div.dt-search input {
	padding:4px 8px 4px 32px;   /* 5px 8px 5px 32px  pino*/
	width:200px !important;
	height:auto;
	font-size:14px;
	line-height:20px;
	border:0;
	border-radius:6px;
	box-shadow:0 2px 5px rgba(0,0,0,0.05);
}
.newWin-pop #tableList_wrapper.dt-container div.dt-search input {
	width:120px;
	border:1px solid #e0e0eb;
}
#tableList_wrapper table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, 
#tableList_wrapper table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, 
#tableList_wrapper table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, 
#tableList_wrapper table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, 
#tableList_wrapper table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, 
#tableList_wrapper table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, 
#tableList_wrapper table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, 
#tableList_wrapper table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
	right:4px;
}
#tableList_wrapper .div.dt-container div.dt-info {
	font-size:14px;
	line-height:24px;
}

/* datatable padding */
.table-bordered {
    margin-top: 8px;
}
#tableList_wrapper {
	position:relative;
}
.col-sm-12.col-md-7:has(:not(div.dt-paging)) {
	position:absolute;
	display:flex;
	justify-content:center;
	left:50%;
	bottom:0;
	width:max-content;
	transform:translate(-50%, 0);
}
#tableList_wrapper div.dt-paging {
	position:absolute;
	display:flex;
	justify-content:center;
	left:50%;
	bottom:0;
	width:max-content;
	transform:translate(-50%, 0);
}
.tbl-top.mg-t0 + .dt-container > .row {
	display:flex;
	justify-content:flex-end;
} 


/* input box 수정  MJH*/
.input-box div {
    display: flex;
    align-items: center;
    padding: 3px 0;
}	
.input-box input[type="text"],input[type="number"], select {
    margin-left: 4px;
    width: 100%;
    padding: 6px;           /* 9px pino*/
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
}

.input-box div label {
    flex-basis: 140px;
    padding: 10px 0 10px 40px;
    margin: 0;
    font-size: 15px;
    color: #1b2536;
    font-weight: 500;
    line-height: 16px;
}

.tbl-top {
	margin-top:7px;  /*20px pino*/
	display:flex;
	justify-content:space-between;
	width:100%;
}
.tbl-top h5.stit-h5 {
	justify-content:left;
	margin:0;
	line-height:25px;   /* 32px; pino*/
}
.tbl-top:has(h5.stit-h5) {
	justify-content:space-between;
}
.tbl-top:has(h5.stit-h5.left-Imp) {
	position:absolute;
	left:0;	
}
.tbl-top button.btn-white {
	padding: 4px 10px;
    font-size: 15px;    
    color: #252f43;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #c7c9cd;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
}
.tbl-top button.btn-white:hover {
	opacity:0.7;
}
.division-2dan {
	display:flex;
}
.division-2dan .left-box {
	width:380px;
	box-shadow:0 8px 15px rgba(0,0,0,0.02);
}
.division-2dan .left-box .bgwhite {	
	border-radius:8px;
	padding:16px 8px;
}
.division-2dan .right-box {
	width:calc(100% - 420px);
	margin-left:40px;
} 
.division-2dan .right-box .col-lg-9 {
	width:100%;
	margin:0;
}
.division-2dan .right-box h5.stit-h5 {
	margin-bottom:0;
}

.division-2dan .tbl-box {
	position:relative;
	width:calc(50% - 20px);
}
.division-2dan .tbl-box + .tbl-box {
	margin-left:20px;   /*40px pino*/
}
.division-2dan .tbl-box .tbl-top.none {
	margin-top:62px;
}
.division-2dan .tbl-box.w10p {width:calc(10% - 20px);}
.division-2dan .tbl-box.w20p {width:calc(20% - 20px);}
.division-2dan .tbl-box.w30p {width:calc(30%);}  /*calc(30% - 20px) pino*/
.division-2dan .tbl-box.w40p {width:calc(40% - 20px);}
.division-2dan .tbl-box.w50p {width:calc(50% - 20px);}
.division-2dan .tbl-box.w60p {width:calc(60% - 20px);}
.division-2dan .tbl-box.w70p {width:calc(70% - 20px);}
.division-2dan .tbl-box.w80p {width:calc(80% - 20px);}
.division-2dan .tbl-box.w90p {width:calc(90% - 20px);}



.btn-tblsm-area {
	display:flex;
	justify-content:right;
	align-items:center;
}
.btn-tblsm-area button {
	width:28px;   /* 32px pino*/
	height:28px;  /* 32px pino*/
	border:1px solid #c8ccd4;
	border-radius:6px !important;
	font-size:0;
}
.btn-tblsm-area button.sm {
	width:28px;
	height:28px;
}
.btn-tblsm-area button + button {
	margin-left:4px;
}
.btn-tblsm-area button.btn-add {
	background:url('/static/images/ico/ico-plus.svg') no-repeat center #e1e4e9;
	background-size:16px;
}
.btn-tblsm-area button.btn-add:hover {
	background:url('/static/images/ico/ico-plus.svg') no-repeat center #f6f8fc;
	background-size:16px;
}
.btn-tblsm-area button.btn-edit {
	background:url('/static/images/ico/ico-edit.svg') no-repeat center #e1e4e9;
	background-size:16px;
}
.btn-tblsm-area button.btn-edit:hover {
	background:url('/static/images/ico/ico-edit.svg') no-repeat center #f6f8fc;
	background-size:16px;
}
.btn-tblsm-area button.btn-del {
	background:url('/static/images/ico/ico-minus.svg') no-repeat center #e1e4e9;
	background-size:16px;
}
.btn-tblsm-area button.btn-del:hover {
	background:url('/static/images/ico/ico-minus.svg') no-repeat center #f6f8fc;
	background-size:16px;
}
.btn-tblsm-area button.btn-admedit {
	background:url('/static/images/ico/ico-adminEdit.svg') no-repeat center #e1e4e9;
	background-size:18px;
}
.btn-tblsm-area button.btn-admedit:hover {
	background:url('/static/images/ico/ico-adminEdit.svg') no-repeat center #f6f8fc;
	background-size:18px;
}

/* 새창팝업-redesign */
.newWin-pop {
	position:relative;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	background:#fff;
}
.newPop-header {
	position:relative;
	width:100%;
	padding:6px 20px;
	/*background:#5274ec;*/
	background:#8a92b1;
}
.newPop-header > h4 {
	font-size:18px;
	color:#fff;
}
.newPop-header > button {
	position:absolute;
	right:20px;
	top:50%;
	width:40px;
	height:40px;
	font-size:0;
	border:0;
	border-radius:4px;
	background:transparent;
	transform:translate(0, -50%);
}
.newPop-header > button:before {
	position:absolute;
	display:blcok;
	content:'';
	top:50%;
	left:50%;
	width:2px;
	height:16px;
	border-radius:1px;
	background:#fff;
	transform:translate(-50%, -50%) rotate(45deg);
}
.newPop-header > button:after {
	position:absolute;
	display:blcok;
	content:'';
	top:50%;
	left:50%;
	width:2px;
	height:16px;
	border-radius:1px;
	background:#fff;
	transform:translate(-50%, -50%) rotate(-45deg);
}
.newPop-header > button:hover {
	opacity:0.7;
	background:rgba(0,0,0,0.1);
}
.newPop-cont {
	padding:20px;
}
.newPop-cont form {
	margin:0;
}
.newPop-cont form h5.stit-h5,
.newPop-cont form .tbl-top {
	margin-top:0;
	min-height:32px;
}
.pop-tblView {
	display:block;
	width:100%;
	margin-bottom:10px;   /* 30px pino*/
}
.pop-tblView ul {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:2px 20px;  /* 5px 20px pino*/
	margin:0;
	border:1px solid #c7c9cd;
	border-radius:8px;
	background:#f4f4f7;
}
.pop-tblView ul li {
	display:flex;
    align-items:center;
	justify-content: space-between;
    padding:2px 0;   /* 5px pino*/
	width:20%;
}

.pop-tblView ul.line-four li {
	width:25%;
}
.pop-tblView ul.line-four li span {
	width:60px;
}
.pop-tblView ul li.half {
	width:50%;
}
.pop-tblView ul li.full {
	width:100%;
}
.pop-tblView ul li label {
	flex-basis: 100px;
    padding:10px 0;
    margin:0;
    font-size:15px;
    color:#1b2536;
    font-weight:500;
    line-height:16px;
}
.pop-tblView ul li div {
	display:flex;
    align-items:center;
    flex-basis:calc(100% - 100px);
	margin-right:20px;
}
.pop-tblView ul li:last-child div {
	margin-right:0;
}
.pop-tblView ul li div > * {
	width:100%;
}
.pop-tblView ul li div input,
.pop-tblView ul li div select {
	margin-left: 4px;
    width:100%;
    padding:4px 6px 6px 6px;    /* 9px pino*/
    font-size:14px;
    line-height:16px;
    color:#333;
    border:1px solid #d4d4e0;
    border-radius:4px;
}
.pop-schBox {
	border:1px solid #e0e0eb;
}
.pop-contBox {
	display:flex;
	justify-content:center;
	padding:0;
	margin:0;
}
.pop-contBox #tableList_wrapper.dt-container > div.row {
	margin:0;
}
.pop-contBox .col-lg-10, 
.pop-contBox .col-lg-2,
.pop-contBox .col-sm-12 {
	padding:0;
}
.pop-contBox > div + div {
	margin-left:20px;
}
.pop-contBox div.top-noBtn {
	margin-top:26px;
}
.modal-open .newWin-pop  .modal {
    min-width:auto !important;
    overflow:auto;
}
.newWin-pop .panel-default > .panel-heading {
	padding:0 15px;
	border-color:transparent;	
}
.newWin-pop .help-legend {
	display:block;
	margin:0;
	padding:0;
	border-top:1px solid #ddd;
}
.newWin-pop .help-legend li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:5px 0;
	border-bottom:1px solid #ddd;
}
.newWin-pop .help-legend li div {
	flex-basis:80px;
	height:30px;
	font-weight:600;
	line-height:28px;
	text-align:center;
	border:1px solid #acaeb3;
	border-radius:4px;
	background:transparent;
}
.newWin-pop .help-legend li p {
	flex-basis:calc(100% - 90px);
	margin:0 0 0 10px;
	padding: 3px 8px 2px;
	font-size:15px;
	font-weight:500;
	line-height: 25px;
	color:#333;
}
.newWin-pop .help-legend .legend-type01,
.newWin-pop .help-legend .legend-type01 + p {
	color:#800080;
	background:yellow;
}
.newWin-pop .help-legend .legend-type02,
.newWin-pop .help-legend .legend-type02 + p {
	color:#008000;
}
.newWin-pop .help-legend .legend-type03,
.newWin-pop .help-legend .legend-type03 + p {
	color:#808040;
}
.newWin-pop .help-legend .legend-type04,
.newWin-pop .help-legend .legend-type04 + p {
	color:#FF0000;
	background:#80FF00;
}
.newWin-pop .help-legend .legend-type05,
.newWin-pop .help-legend .legend-type05 + p {
	color:#FF0000;
}
.newWin-pop .help-legend .legend-type06,
.newWin-pop .help-legend .legend-type06 + p {
	color:#000;
}
.newWin-pop .help-legend .legend-type07,
.newWin-pop .help-legend .legend-type07 + p {
	color:#800080;
	text-decoration:underline;
	background:yellow;
}
.newWin-pop .help-legend .legend-type08,
.newWin-pop .help-legend .legend-type08 + p {
	color:#000;
}









.newPop-footer {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:100%;
	padding:10px 20px;
	background:#e7e8ee;
}
.newPop-footer button {
	padding:4px 16px;
    border:1px solid #d4d4e0 !important;
    border-radius:8px !important;
    font-size:15px;
	color:#212529;
    line-height:normal !important;
    background:#fff !important;
}
.newPop-footer .btn.btn-primary {
	background:#5a72cb !important;
	border:0 none !important;
}
.newPop-footer .btn.btn btn-secondary {
	background:#fff !important;
}
.newPop-footer .btn:hover {
	border-color:#bbbbcb !important;
	color:#212529 !important;
}
.newPop-footer .btn.btn-primary:hover {
	color:#fff !important;
	background:#4d65be !important;
    box-shadow:0 3px 7px rgba(90, 114, 203, 0.35);
}


/* Table Write */
.tbl-write {
	width:100%;
}
.tbl-write ul {
	padding:0;
	margin:0 0 20px 0;
	border-top:1px solid #c7c9cd;
	border-bottom:1px solid #c7c9cd;
	background:#fff;
}
.tbl-write ul li {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:flex-start;
	width:100%;
	border-bottom:1px solid #e7e8ee;
}
.tbl-write ul li:last-child {
	border-bottom:0;
}
.tbl-write ul li > label {
	display:flex;
	align-items:center;
	margin:0;
	flex-basis:160px;
	padding:8px 16px;
	font-size:15px;
	font-weight:500;
	color:#555;
	line-height:20px;
	letter-spacing:-0.5px;
	background:#f7f7fa;
}
.tbl-write ul li > div {
	display:flex;
	align-items:center;
	padding:8px;
	width:calc(100% - 160px);
}
.tbl-write ul li > div input, 
.tbl-write ul li > div select{
	width:100%;
	margin-left:0;
	padding:8px;
	font-size:14px;
	color:#333;
	line-height:16px;
	border:1px solid #d4d4e0;
	border-radius:4px;
}
.tbl-write ul li > div select {
	padding:8px 16px 8px 8px;
}
.tbl-chkbox:nth-child(1) {
	margin:0;
}
.tbl-chkbox {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-left:30px;
	border:0;
}
.tbl-chkbox input[type="checkbox"] {
	margin:0;
	width:18px;
	height:18px;
	border:1px solid #d4d4e0 !important;
	cursor:pointer;
}
.tbl-chkbox label {
	margin:0;
	padding:0 30px 0 5px;
	font-size:14px;
	color:#555;
	font-weight:500;
	cursor:pointer;
}
.filebox .upload-name {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding:8px;
	font-size:14px;
	color:#333;
	line-height:16px;
	border:1px solid #d4d4e0;
	border-radius:4px;
}
.filebox label {
	margin:0 0 0 4px;
	padding:8px;
	width:80px;
	height:34px;
	border-radius:4px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background:#98a1b3;
	cursor:pointer;
}
.filebox label:hover {
	background:#6c757d;
	box-shadow:0 3px 7px rgba(0,0,0,0.15);
}
.filebox input[type="file"] {
	position:absolute;
	width:0;
	height:0;
	padding:0;
	overflow:hidden;
	border:0;
}
.btn-btmArea {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:20px;
	
}
.btn-btmArea button + button {
	margin-left:8px;
}
.btn-btmArea button {
	font-size:15px;
	font-weight:600;
	padding:8px 16px;
	line-height:normal;
}
.btn-btmArea button.btn-primary {
	background:#5a72cb !important;
	border:0 !important;
}
.btn-btmArea button.btn-primary:hover {
	box-shadow:0 3px 7px rgba(90,114,203,0.3);
}


/* Table View */
.tbl-view {
	width:100%;
}
.tbl-view ul {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	padding:0;
	margin:0 0 20px 0;
	border-top:1px solid #c7c9cd;
	border-bottom:1px solid #c7c9cd;
	background:#fff;
}
.tbl-view ul li {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:flex-start;
	width:25%;
	border-bottom:1px solid #e7e8ee;
}
.tbl-view ul li.line-two {
	width:50%;
}
.tbl-view ul li.line-full {
	width:100%;
}
.tbl-view ul li:last-child {
	border-bottom:0;
}
.tbl-view ul li > p {
	display:flex;
	align-items:center;
	margin:0;
	flex-basis:120px;
	padding:12px 16px;
	font-size:15px;
	font-weight:500;
	color:#555;
	line-height:20px;
	letter-spacing:-0.5px;
	background:#f7f7fa;
}
.tbl-view ul li > span {
	display:flex;
	align-items:center;
	padding:12px 16px;
	width:calc(100% - 120px);
	font-size:15px;
	color:#333;
	font-weight:600;
	letter-spacing:-0.5px;
}
.tbl-view ul li i {
	font-style:normal;
}
.tbl-view ul li i + i {
	margin-left:10px;
}
.tbl-view ul li span a {
	color:#5a72cb;
	font-weight:400;
}
.tbl-view ul li span a:hover {
	text-decoration:underline;
}
.tbl-view ul li .btn-recommend {
	width:24px;
	height:24px;
	margin-left:8px;
	border:0;
	font-size:0;
	background:url('/static/images/ico/ico-recommend.svg') no-repeat center;
	background-size:cover;
	filter: grayscale(100%);
}
.tbl-view ul li .btn-recommend:hover {
	filter: grayscale(0%);
}

/* Reply */
.reply-list {
	margin-top:30px;
}
.reply-list .items {
	padding:0;
}
.reply-list .items li {
	display:flex;
	align-items:center;
	padding:16px;
	border-radius:8px;
	background:#fff;
	box-shadow:0 3px 7px rgba(0,0,0,0.04);
}
.reply-list .items li + li {
	margin-top:10px;
}
.reply-list .items li .writer {
	position:relative;
	flex-basis:160px;
}
.reply-list .items li .writer:after {
	position:absolute;
	display:block;
	content:'';
	right:0;
	top:50%;
	width:1px;
	height:100%;
	background:#e0e0eb;
	transform:translate(0, -50%);
}
.reply-list .items li .writer p {
	margin-bottom:0;
	font-size:15px;
	color:#666;
	line-height:20px;
	font-weight:600;
}
.reply-list .items li .writer span {
	font-size:13px;
	color:#777;
	line-height:16px;
	font-weight:300;
}
.reply-list .items li .comment {
	padding-left:20px;
	width:calc(100% - 240px);
	font-size:16px;
	color:#111;
	line-height:18px;
}
.reply-list .items li .btn-reply-del {
	width:30px;
	height:30px;
	margin-left:auto;
	font-size:0;
	border:0;
	border-radius:8px;
	background:url('/static/images/ico/ico-delete.svg') no-repeat center #e1e3e9;
	background-size:18px;
	opacity:0.7;
}
.reply-list .items li .btn-reply-del:hover {
	opacity:1;
	box-shadow:0 2px 5px rgba(0,0,0,0.02);
}
.reply-box {
	position:relative;
	margin-top:20px;
	width:100%;
	border-radius:8px;
	background:#fff;
	box-shadow:0 3px 7px rgba(0,0,0,0.04);
}
.reply-box .txt-box {
	width:100%;
	height:100px;
}
.reply-box .txt-box .reply-inbox {
	width:100%;
	height:100%;
	border:0;
	border-radius:8px;
	padding:20px 20px 60px 20px;
}
.reply-box .count {
	position:absolute;
	left:20px;
	bottom:12px;
	font-size:13px;
	color:#999;
}
.reply-box .btn-reply-regist {
	position:absolute;
	right:20px;
	bottom:12px;
	padding:4px 12px;
	font-size:14px;
	font-weight:600;
	color:#3d424d;
	border:0;
	border-radius:4px;
	background:#e1e3e9;
}
.reply-box .btn-reply-regist:hover {
	color:#5366a8;
	box-shadow:0 2px 5px rgba(203,206,216,0.3);
}

/* bootstrap reset */
.content-wrapper .col-sm-12 {
	padding:0;
}
.content-wrapper .row {
	padding:0;
	margin:0;
}
.content-wrapper .col-md-6 {
	width:auto;
}
.row .btn-chk {
	height:32px !important;
}
.row .btn-chk > span {
	line-height:18px;
}
.row input[type="radio"], 
.row input[type="checkbox"] {
	margin:0;
}
.dt-info {
	margin-top:20px;
	font-size:14px;
/*	line-height:30px;   pino */
	color:#666;
	font-weight:400;
}
div.dt-container div.dt-paging {
	margin-top:20px !important;
}
.dt-paging ul.pagination {
	align-items:center;
}
.dt-paging ul.pagination li {
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.dt-paging ul.pagination li + li {
	margin-left:4px;
}
.dt-paging ul.pagination > li > a {
	display:block;
	padding:0 12px;
	height:30px;
	border-radius:4px;
	font-weight:500;
	color:#555;
	line-height:30px;
	text-align:center;
	background:#eef1f3;
}
.dt-paging ul.pagination > li > a:hover {
	background:#e3e5e7;
}
.dt-paging ul.pagination > li.active > a {
	background:#5a72cb;
}
.dt-paging ul.pagination > li:nth-child(2) {
	margin-right:16px;
} 
.dt-paging ul.pagination > li:nth-child(10) {
	margin-left:16px;
}
.dt-paging ul.pagination > li:nth-child(1) > a,
.dt-paging ul.pagination > li:nth-child(2) > a,
.dt-paging ul.pagination > li:nth-child(10) > a,
.dt-paging ul.pagination > li:nth-child(11) > a {
	font-size:16px !important;
	font-weight:600;
}
.container-fluid {
	padding:0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding:0 !important;
	position:relative;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height:auto;
}
div.dt-container > div.row {
	margin:0 !important;
}
.col-lg-9 {
	width:calc(75% - 20px);
	margin-right:20px;
}
.col-lg-9:last-child {
	width:calc(75% - 20px);
	margin-right:0;
	margin-left:20px;
}

/*
table.dataTable.table > tbody > tr.selected > * {
	height:36px;  /* 36px pino 
}
*/

table.dataTable.table input[type="text"],
table.dataTable.table select {
	margin-left:4px;
	width:100%;
	padding:6px;
	font-size:14px;
	line-height:16px;
	color:#333;
	border:1px solid #d4d4e0;
	border-radius:4px;
}
table.dataTable.table .btn-secondary {
	padding:0 10px;
	height:22px;  /* 30px pino*/
	border:0;
	color:#fff;
	font-weight:500;
	background:#98a1b3;
}
table.dataTable.table .btn-secondary:hover {
	background:#858fa3;
	box-shadow:0 2px 5px rgba(0,0,0,0.06);
}
table.dataTable.table input[type="text"].baseDateGrd {
	min-width:100px;
}


.select2-container .select2-selection--single {
	padding: 8px;
	height:30px !important;     /*34px; pino*/
    font-size:14px;
    color:#333;
    line-height:16px;
    border:1px solid #d4d4e0 !important;
    border-radius:4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {	
	margin:0 !important;
	padding:0 !important;
	text-align:left;
	line-height:16px !important;
}
.row {
	padding:0 !important;
}
.col-xs-6 {
	width:49%;
}
.col-xs-6 + .col-xs-6 {
	margin-left:2%;
}
.btn-regist {
	font-size:16px;
	font-weight:500;
	color:#fff !important;
	line-height:20px;
	padding:5px 0;
	border:0;
	border-radius:4px;
	background:#98a1b3 !important;
}
table.dataTable.table.table-striped > tbody > tr > .grdMainContents_columnstyle_10_.dt-type-numeric {
	box-shadow: inset 0 0 0 9999px rgba(224, 255, 255, 1);
}
.sub > * {
	box-shadow: inset 0 0 0 9999px rgba(226, 233, 240, 1) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	width:auto !important;
}
.form-box .select2-container {
	margin:0 0 0 4px;
}
.select2-container--open .select2-dropdown {
	left:-4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:has(.select2-search__field) {
	width:100% !important;
	font-size:14px;
}



/* Tab reset */
.panel {
	margin:0;
	width:100%;
	border:0;
	border-radius:8px;
	box-shadow:0 5px 10px rgba(0,0,0,0.03);
}
.panel .panel-heading {
	margin:0;
	padding:20px 20px 0 20px;
	border:0;
	border-radius:8px;
	background:#fff;
}
.panel .nav-tabs-custom {
	width:100%;
	border-bottom:1px solid #e2e2e2;
	box-shadow:none;
}
.panel .nav-tabs-custom .nav.nav-tabs {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:4px;
}
.panel .nav-tabs-custom .nav.nav-tabs > li {
	float:none;
	margin:0;
}
.panel .nav-tabs-custom .nav.nav-tabs > li > a.nav-link.c-w200 {
	position:relative;
	margin:0;
	padding:6px 20px 10px !important;
	width:auto !important;
	border-radius:0;
	font-size:16px;
	color:#555;
	font-weight:500;
	line-height:20px;
	background:#fff;
}
.panel .nav-tabs-custom .nav.nav-tabs > li > a.nav-link.c-w200.active {
	color:#111 !important;
	font-weight:500;
	letter-spacing:-0.5px;
	background:#fff !important;
}
.panel .nav-tabs-custom .nav.nav-tabs > li > a.nav-link.c-w200.active:after {
	position:absolute;
	display:block;
	content:'';
	left:0;
	bottom:-2px;
	width:100%;
	height:3px;
	border-radius:3px;
	background:#7789c9;
}
.panel .panel-body {
	padding:6px 20px 10px;    /*24px 20px 30px pino*/
}
.panel div.dt-container div.dt-search input {
	border:1px solid #d4d4e0;
}

/* error page */
.errorPage {
	display:flex;
	justify-content:center;
	align-items:center;
	background:#f4f4f7;
}
.errorPage .error-box {
	position:relative;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:840px;
}
.errorPage .error-box .inner {
	display:block;
}
.errorPage .error-box .inner p {
	margin-top:80px;
	font-size:26px;
	font-weight:600;
	line-height:32px;
	color:#5466a9;
}
.errorPage .error-box .inner span {
	margin-top:30px;
	display:block;
	font-size:16px;
	font-weight:500;
	line-height:24px;
	color:#666;
}
.errorPage .error-box .inner .btn-area {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin:40px 0 48px;
}
.errorPage .error-box .inner .btn-area a {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-basis:120px;
	height:50px;
	border-radius:4px;
	border:1px solid transparent;
	font-size:16px;
	font-weight:500;
	color:#3e496b;
	background:#e1e3e9;
	transition: 0.2s ease-in-out;
}
.errorPage .error-box .inner .btn-area a + a {
	margin-left:10px;
}
.errorPage .error-box .inner .btn-area a:last-child {
	flex-basis:130px;
}
.errorPage .error-box .inner .btn-area a:hover {
	border:1px solid #bbc0d1;
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.05);
	transition: 0.2s ease-in-out;
}
.errorPage .error-box .inner i.img {
	position:absolute;
	display:block;
	right:0;
	top:0;
	width:360px;
	height:360px;
	border-radius:50%;
	background:url('/static/images/ico/img-empty.png') no-repeat right 35px bottom #e1e3e9;
}

/* select design 변경 */
.form-box .select2-container .select2-selection--single {
	/*margin-left: 4px;*/
    width: 100%;
	height:auto;
    padding: 6px;       /*9px; pino*/
    font-size: 14px;
    line-height: 16px;
    color: #333;
    border: 1px solid #d4d4e0;
    border-radius: 4px;
}
.form-box .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:inherit;
}
.form-box .select2-container .select2-selection--single .select2-selection__rendered {
	margin-top:auto;
}
.form-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:28px;  /*36px; pino*/
}

/* button */
.btn-group .btn.btn-wgray {
	padding:0 10px;
	height:26px;    /* 32px pino*/
	font-size:15px;
	color:#fff;
	font-weight:500;
	background:#8c95a5;
	border-radius:4px 4px 4px 4px !important;
}
.btn-group .btn.btn-wgray:hover {
	background:#778093;
	box-shadow:0 3px 8px rgba(0,0,0,0.1);
}
.btn-tbl-area {
	position:relative;
	width:auto;
	right:0;
}
.btn-tbl-close {
	/* position:absolute;   */
	right:0;
	bottom:12px;
	padding:0 12px;
    height: 28px;
    font-size: 14px;
	color:#fff;
    border: 1px solid transparent;
    border-radius: 0 0 4px 4px;
    background: #98a1b3;
}
.btn-tbl-close:hover {
	background: #778093;
	box-shadow:0 3px 8px rgba(0,0,0,0.1);	
}


/* space */
.mg-t0 {margin-top:0px !important;}
.mg-t8 {margin-top:8px !important;}
.mg-t20 {margin-top:20px !important;}
.mg-t40 {margin-top:40px !important;}

.mg-l20 {margin-left:20px !important;}

.mg-b0 {margin-bottom:0 !important;}
.mg-b10 {margin-bottom:10px !important;}
.mg-b20 {margin-bottom:20px !important;}

.pd-tb5 {padding:10px 8px !important;}


/* size */
.w100 {width:100px !important;}
.w600 {width:600px !important;}

.wp600 {width:calc(100% - 600px) !important;}

.wp50 {width:50% !important;}

.h120 {height:120px !important;}
.h100p {height:100% !important;}


/* Align */
.fl-left {float:left !important;}
.fl-right {float:right !important;}



/* loding bar */
.loader {
	position:fixed;
	left:50%;
	top:50%;
	margin:auto;
	width:60px;
	height:60px;
	border:3px dotted #FFF;
	border-style:solid solid dotted dotted;
	border-radius:50%;
	display:inline-block;
	box-sizing:border-box;
	animation:rotation 1.5s linear infinite;
	transform:translate(-50%, -50%);
	z-index:16002;
}
.loader::after {
	content:'';  
	box-sizing:border-box;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border:3px dotted #ff6240;
	border-style:solid solid dotted;
	width:30px;
	height:30px;
	border-radius:50%;
	animation:rotationBack 1s linear infinite;
	transform-origin:center center;
}
    
@keyframes rotation {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(-360deg);
  }
}


/* 팝업창에서도 사용*/
.newPop-cont .search-items .btn-sm-sch {
    position: relative;
    margin-left: 4px !important;
    width: 100%;
    max-width: 30px;   /* 36px pino*/
    height: 30px;       /*36px  pino*/
    font-size: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #98a1b3;
}	

.newPop-cont .search-items .btn-sm-sch:before {
    position: absolute;
    display: block;
    content: '';
    left: 6px;   /* 9px pino*/
    top: 6px;    /* 9px pino*/
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.newPop-cont .search-items .btn-sm-sch:after {
    position: absolute;
    display: block;
    content: '';
    left: 17px;  /* 19px pino*/
    top: 18px;   /* 21px pino*/
    width: 7px;
    height: 3px;
    border-radius: 1.5px;
    background: #fff;
    transform: rotate(42deg);
}



/* detail-box에서도 사용*/
.detail-box .btn-sm-sch {
    position: relative;
    margin-left: 4px !important;
    width: 100%;
    max-width: 28px;
    height: 28px;
    font-size: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #98a1b3;
}	

.detail-box .btn-sm-sch:before {
    position: absolute;
    display: block;
    content: '';
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.detail-box .btn-sm-sch:after {
    position: absolute;
    display: block;
    content: '';
    left: 15px;
    top: 17px;
    width: 7px;
    height: 3px;
    border-radius: 1.5px;
    background: #fff;
    transform: rotate(42deg);
}


/* default-box에서도 사용*/
.default-box .btn-sm-sch {
    position: relative;
    margin-left: 4px !important;
    width: 100%;
    max-width: 32px;
	min-width: 32px !important;
    height: 32px;
    font-size: 0;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #98a1b3;
}	

.default-box .btn-sm-sch:before {
    position: absolute;
    display: block;
    content: '';
    left: 7px;
    top: 7px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.default-box .btn-sm-sch:after {
    position: absolute;
    display: block;
    content: '';
    left: 16px;
    top: 19px;
    width: 7px;
    height: 3px;
    border-radius: 1.5px;
    background: #fff;
    transform: rotate(42deg);
}

/*select2 overflow */
.select2-selection__rendered {height:50px;overflow: auto !important;}   /* pino*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 2px !important;
    margin-top: 2px !important;
    padding: 0 2px !important;
}

/*datatables 간격조정*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
}

div.dts div.dt-scroll-body table, div.dts div.dataTables_scrollBody table { background-color: unset !important; }


div.dt-container div.dt-scroll-body {
   background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.005), rgba(0, 0, 0, 0.005) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px) !important;
}

/*scroller scroll-body background */
div.dts div.dt-scroll-body, div.dts div.dataTables_scrollBody {
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01) 10px, rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0) 20px) !important;
}

