.icheckbox_label label {
	padding-right: 10px;
}

.icheckbox_label {
	display: contents;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 100px;
    padding: 10px;
    text-align: center;
}

.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
    background: rgba(0, 0, 0, 0.1);
}
.skin-blue-light .sidebar-menu > li > .treeview-menu {
    background: rgba(0, 0, 0, 0.05);
}
.login-page, .register-page {
	background: url('/images/common/background2.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

.skin-blue-light {
	background: url('/images/common/bg_menu1.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.login-page .wrapper, .register-page .wrapper {
    position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
    background-color: rgba(256, 256, 256, 0.3);
}
.skin-blue-light .wrapper, .skin-blue-light .main-sidebar {
	background-color: transparent;
}

.skin-blue-light .content-wrapper {
	background-color: rgba(240, 240, 240, 0.8);
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index:1032;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 24px;
    color: #CC3300;
}

.error-page>.error-content {
	padding-top: 15px;
}

.content-area {
	padding: 0 0 3px 28px;
	margin: 0;
	line-height: 15px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}

.table-contents {
	word-break: break-all;
	word-wrap: break-word;
}

.table-nowrap {
	table-layout: auto;
}

.table-nowrap>tbody>tr>td {
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	word-wrap: break-word;
}

/* .table th {
	text-align: center;
}
 */
.table-hover>tbody>tr {
	cursor: pointer;
}

/* .table>thead {
	background-color: #525d67;
	color: #fff;
} */

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

@media screen and (max-width: 767px) {
	div.dataTables_paginate {
		text-align: center;
	}
}

.form-group .form-control-static {
	/* border: dotted  1px #DCDCDC; */
	border: 1px solid #d2d6de;
    padding-left: 12px;
    border-radius: 0;
    box-shadow: none;
}

.checkbox-label {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.checkbox-label label {
	padding-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    min-width: 100px;
}

.file-block {
    margin-bottom: 15px;
}
.file-block:before,
.file-block:after {
  content: " ";
  display: table;
}
.file-block:after {
  clear: both;
}
.file-block .file-info,
.file-block .description,
.file-block .comment {
  display: block;
  margin-left: 5px;
}
.file-block .description {
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.file-block .file-info {
	color: #999;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.file-block.file-block-sm .file-info,
.file-block.file-block-sm .description,
.file-block.file-block-sm .comment {
  margin-left: 4px;
}
.file-block.file-block-sm .file-info {
  font-size: 14px;
}

.thumbnail  {
	float: left;
	width: 100%;
}
.thumbnail-area {
    float: left;
    width: 100%;
    height: 200px;
    padding: 10px;
}

.thumbnail-area > a {
    float: left;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.thumbnail-area > a > img {
    height: 100%;
    width: 100%;
    transition: .3s ease-out;
    -webkit-transition: 0.3s ease-out;
    object-fit: cover;
}

.thumbnail-area > a:hover > img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.skin-blue-light .treeview-menu > li > a {
	color: #333;
}

.box-body > .table {
	margin-bottom: 25px;
}

.content-title {
	padding: 15px 0px;
	font-size: 16px;
	font-weight: bold;
}

.table-list > tr > th,
.table-list > thead > tr > th,
.table-list > tbody > tr > th,
.table-list > tfoot > tr > th,
.table-view > tr > th,
.table-view > thead > tr > th,
.table-view > tbody> tr > th,
.table-view > tfoot> tr > th {
	vertical-align: middle;
    text-align: center;
}

.table-list > tbody > tr > td[rowspan], .table-view > tbody > tr > td[rowspan] {
    vertical-align: middle;
}

.table-border-top {
	border-top: 2px solid #A9A9A9;
}

.table-list > thead > tr > th,
.table-view > thead > tr > th {
	background-color: #A9A9A9;
	color: #fff;
}

.table-view > tbody > tr > th,
.table-view > tfoot > tr > th {
	background-color: #eee;
}

.message-alert {
	position: fixed;
	top: 52px;
	right: 30%;
}

.file-list {
	padding: 5px;
}

.datepicker {
	color: #000;
	padding: 10px;
	border-radius: 0px;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    white-space: normal;
}

.elsm-field span:not(:first-child)::before {
	content: '/';
	padding-left: 5px;
	padding-right: 5px;
}

.icheckbox_flat-blue {
	margin-right: 2px;
}

.icheckbox_label {
	margin-right: 10px;
}

.text-state-no {
    color: #dc3545!important;
}

.text-state-yes {
    color: #007bff!important;
}

.text-guide {
	color: #dd4b39;
	font-size: 13px;
	font-weight: normal;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.notice {
    background-color: lightblue;
    border-radius: 10px;
    padding: 2px 8px;
    display: inline-block;
    font-weight: bold; /* °­Á¶ È¿°ú */
    margin-right: 5px; /* ÅØ½ºÆ®¿Í Á¦¸ñ »çÀÌÀÇ °£°Ý */
    color: white; /* ±ÛÀÚ»ö Èò»öÀ¸·Î ¼³Á¤ */
}

.register-box {
	width: 690px;
	margin: 7% auto;
}
@media (max-width: 768px) {
	.register-box {
	    width: 90%;
	    margin-top: 20px;
	}
}