/* Ribbon */
.hr_ribbon{height:10px;background-color:#D13636;background-color:rgba(221, 60, 77, .95);background-image:-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #E75239), color-stop(12.5%, #E75239), color-stop(12.5%, #FF961C), color-stop(25%, #FF961C), color-stop(25%, #FFCC27), color-stop(37.5%, #FFCC27), color-stop(37.5%, #FCE62F), color-stop(50%, #FCE62F), color-stop(50%, #CDE35B), color-stop(62.5%, #CDE35B), color-stop(62.5%, #82CC33), color-stop(75%, #82CC33), color-stop(75%, #41BECE), color-stop(87.5%, #41BECE), color-stop(87.5%, #049CDB), color-stop(100%, #049CDB));background-image:-webkit-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);background-image:-moz-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);background-image:-o-linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);background-image:linear-gradient(left, #E75239 0%, #E75239 12.5%, #FF961C 12.5%, #FF961C 25%, #FFCC27 25%, #FFCC27 37.5%, #FCE62F 37.5%, #FCE62F 50%, #CDE35B 50%, #CDE35B 62.5%, #82CC33 62.5%, #82CC33 75%, #41BECE 75%, #41BECE 87.5%, #049CDB 87.5%, #049CDB 100%);background-position:50% 0;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.0625) inset;-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.0625) inset;box-shadow:0 1px 2px rgba(0, 0, 0, 0.0625) inset}

/* remove outline on Chrome */
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus { outline: none; box-shadow:none; }

/* 사용자 정의 CSS */
.pull-right{float:right}
.pull-left{float:left}

/* moden */
.moden-body {
	background: #0e0e0e;
	border-top:5px solid #86e100;
	position: relative;
}

.no-bg:before, .no-bg:after {
    content: '';
    width: 0%!important;
    height: 0%!important;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index:1;
}

.moden-body:before, .moden-body:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index:1;
}

.moden-body:before {
    background-image: url(../images/background/mdl-bg.png);
    background-position: top -30px left -100px;
    background-size: 1500px;
}
.moden-body:after {
     background-image: url(../images/background/mdl-bg2.png);
    background-position: bottom right;
    background-size: 1500px;
}

.close-moden {
	background: transparent;
	border: none;
	position: absolute;
	right: 15px;
	top: 15px;
}

.close-moden img {
	width: 20px;
}

.modenForm {
	padding-bottom: 20px;
	margin-top: 80px!important;
}

.modenForm label {
	color: #f1f1f1;
	z-index: 10;
	position: relative;
}

.modenForm input {
	width: 100%;
	background: #131313;
	border:none;
	border: none;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 10px;
	z-index: 10;
	position: relative;
}

.modenForm .grp-icon-parent {
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
}


.modenForm .input-holder {
	position: relative;
	margin-bottom: 20px;

}
.input-holder .grp-icon {
	width: 42px;
	position: absolute;
	left: 0;
	height: 100%;
	background : #131313;
	z-index: 11;
}

.modenForm button {
	background: transparent;
	border: 2px solid #86e100;
	border-radius: 5px;
	padding: 5px 0px; /*5px 20px;*/
	margin-top: 5px;
	color: #fff;
	z-index: 10;
	position: relative;
	width: 150px;
}

/*
.modenForm button:last-child {
	background: #86e100;
	color: #333;
}
*/
.login-moden-logo  {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	background: #151515;
	z-index: 10;
}

.login-moden-logo h2 {
	color: #fff;
	margin: 0;
}

.btn-float-grp {
	position: absolute!important;
	right: 2px;
	width: 75px!important;
	padding: 5px!important;
	top: -4px!important;
	background-color: #cccccc!important;
	color: #333!important;
	border:2px solid #cccccc!important;
}

.input-holder select {
	width: 100%;
	background: #131313;
	border:none;
	border: none;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	padding: 10px;
	z-index: 10;
	position: relative;
}

.modenTABLE {
	margin-top: 50px;
	z-index: 20;
	position: relative;
	width: 100%;
	
}

.modenTABLE thead td {
	color: #fff;
	padding: 10px;
	font-weight: 400;
	white-space: nowrap;
}

.modenTABLE tbody tr {
	cursor: pointer;
}

.modenTABLE tbody tr:hover td {
	background: #34382f;
}

.hover-none.modenTABLE tbody tr:hover td {
	background: transparent!important;
}

.modenTABLE tbody td {
	color: #fff;
	padding: 15px 5px;
	font-weight: 300;
	font-size: 12px;
	border-bottom: 1px solid #4c6922;
}

.modenTABLE tbody td label {
	margin: 0;
}

.ellipses {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	cursor: pointer;
}

.moden_pagination ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding: 0;
}

.moden_pagination ul  li {
	padding: 5px;
	color: #fff;
	background: #5e9e00;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
