@charset "utf-8";

/* 웹폰트 로드 */
@font-face {
  font-family:'ng';
  font-style:normal;
  font-weight:400;
  src:url(font/NanumGothic-Regular.eot);
  src:url(font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
      url(font/NanumGothic-Regular.woff2) format('woff2'),
      url(font/NanumGothic-Regular.woff) format('woff'),
      url(font/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
	font-family:'Lato';
	font-style:normal;
	font-weight:400;
	src:local('Lato Regular'),
		local('Lato-Regular'),
		url(font/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

html,body{background:#eee;font-family:'dotum', sans-serif;font-weight:normal;font-size:12px;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:100%;}
input,select{font-family:"dotum", sans-serif;}

a{cursor:pointer;outline:none;}

.today{
	font-size:12px;
	font-weight:normal;
	font-family:"dotum",sans-serif;
}

.nav-side-menu::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.nav-side-menu::-webkit-scrollbar{
	width:6px;
	background-color: #F5F5F5;
}

.nav-side-menu::-webkit-scrollbar-thumb{
	background-color: #000000;
}

h1,h2,h3,h4{font-family:"ng", sans-serif;}

tfoot tr{
	background:#dff0d8;
}

tfoot td{
	padding:15px 0 !important;
}

caption{display:none;}

ul,li{
	list-style:none;
	padding:0;
	margin:0;
}

a, a:hover, a:active{
	color:#333;
	outline:none;
	text-decoration:none;
}

.footable th, 
.footable td{
	font-size:12px;
	font-family:"dotum";
	text-align:center;
	vertical-align:middle !important;
}

.text-left{text-align:left;}
.text-right{text-align:right;}
.no-pd{padding:0 !important;}
.no-mg{margin:0 !important;}

/* 차트 */

.chart-data-title{
	font-size:20px;
	font-weight:bold;
}

.chart-data-conn{
	font-size:12px;
	text-align:left;
}

.chart-data-conn span{
	font-weight:bold;
	color:#fff;
}

.search-wrap{
	margin-bottom:15px;
}

.res-tbl{
	width:100%;
	overflow-y:hidden;
	overflow-x:auto;
	-webkit-overflow:scroll;
}

.scroll-tbl{
    width:100%;
	height:300px;
	overflow-y:scroll;
	overflow-x:auto;
}

.div-tbl{
	display:table;
	table-layout:fixed;
	width:100%;
}

.div-row{
	display:table-row;
}

.div-td{
	display:table-cell;
	width:auto;
}

.sw-table th{
	background-color:#eee;
}

.kbd{
	background:#000;
	color:#fff;
	padding:2px;
}

.adm-left-overlay{
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	background:#000;
	opacity:0.5;
	display:none;
}

.msg_sound_only,
.sound_only{
	display:inline-block !important;
	position:absolute;
	top:0;
	left:0;
	margin:0 !important;
	padding:0 !important;
	font-size:0;
	line-height:0;
	border:0 !important;
	overflow:hidden !important;
	display:none;
}

.btn-box{
	padding-top:15px;
	text-align:center;
}

.footer{
	display:block;
	padding:10px 0;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:12px;
}

.footer a{
	color:#fff;
	font-size:12px;
}

.m40{
	height:40px;
}

.col-lr-0{
	padding-left:0;
	padding-right:0;
}

.col-tb-0{
	padding-top:0;
	padding-bottom:0;
}

.no-data{
	width:100%;
	text-align:center;
	padding:30px 0;
	font-size:12px;
	font-family:"dotum";
}

.more-btn-div{
	width:100%;
	text-align:right;
}

.table-responsive{
	border:0 !important;
}

/* div로 만드는 테이블 */
#list-table a, #list-table a:hover, #list-table a:active{
	color:#333;
}

#list-table .div-head{
	display:table;
    width:100%;
    table-layout:fixed;
    padding:15px 0;
    border-top:3px solid #333;
    border-bottom:1px solid #c3c3c3;
}

#list-table .list-head{
	font-weight:bold;
    padding:0px !important;
    margin:0px !important;
    text-align:center;
    clear:both;
    color:#333;
    height:43px;
    line-height:43px;
}

#list-table .list-head span{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	line-height:1;
	font-size:12px;
}

#list-table .list-body {
    list-style:none;
    padding:0px;
    margin:0px;
}

#list-table .list-body li {
    border-bottom:1px solid #ddd;
    display:table;
    width:100%;
    table-layout:fixed;
	font-size:12px;
}

#list-table .list-body li:nth-child(odd){
	background:#f9f9f9;
}

#list-table .list-body li a{
	color:#333;
}

#list-table .list-body li a:hover{
	color:#777;
}

#list-table .list-body li > div {
    display:table-cell;
    height:34px;
    line-height:22px;
    padding:6px 0px;
    text-align:center;
    color:#666;
    vertical-align:middle;
}

#list-table .pd-tbl li > div{
	padding-left:2px;
	padding-right:2px;
}

#list-table .bl-30{width:30px;}
#list-table .bl-80{width:80px;}
#list-table .bl-auto{width:auto;}
#list-table .bl-100{width:100px;}
#list-table .bl-200{width:200px;}

.els{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left !important;width:100%;}

@media(max-width:1250px){
	#list-table .bl-auto{width:300px;}
}

.bg-black{
	background-color:#373a3c;
	color:#fff;
	padding:10px;
}

.btn-noline-default{
	background:transparent;
	color:#333;
	padding:5px;
}

.adm-top-menu{
	width:100%;
	height:48px;
}

.adm-top-bg{
	position:fixed;
	z-index:991;
	width:100%;
	background:#fff;
	border-bottom:1px solid #ccc;
}

.adm-top{
	width:100%;
	padding:10px 0;
}

.adm-top .adm-toggler{
	display:inline-block;
	width:32px;
	vertical-align:middle;
}

.adm-top .adm-logo{
	display:inline-block;
	text-align:center;
	font-size:20px;
	color:#fff;
	margin:0 auto;
	vertical-align:middle;
}

.adm-top-left{
	display:inline-block;
	width:300px;
}

@media(max-width:768px){
	.adm-top-left{
		width:30px;
	}
}

/* 로고 부분 - 로고의 사이즈에 따라 이 스타일을 수정하세요. */
.adm-top-left .logo{
	height:22px;
	margin:3px 0 0 20px;
}

.adm-top-logo{
	position:absolute;
	text-align:center;
	top:12px;
	left:50%;
	width:auto;
	height:auto;
	z-index:980;
	-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}

.adm-top-logo .logo{
	height:26px;
}

.adm-btn-menu{
	display:inline-block;
	padding-right:10px;
}

.adm-container{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
}

/* 우측 레이어 */
.adm-container .adm-right{
	position:fixed;
	height:100%;
	z-index:999;
	right:-200px;
	width:200px;
	border-left:1px solid #ccc;
	background-color:#fff;
}

.adm-container .adm-right .adm-right-close{
	position:absolute;
	z-index:2;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
	top:40%;
	left:-40px;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transform:translate(0,-40%);
	-ms-transform:translate(0,-40%);
	-o-transform:translate(0,-40%);
	transform:translate(0,-40%);
	display:none;
}

.adm-container .adm-right .adm-right-data{
	width:100%;
	height:100%;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch;
}

.adm-container .adm-content{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}

.adm-container .adm-nav{
	padding:14px 0 13px 15px;
	border-bottom:1px solid #ccc;
	font-size:12px;
	color:#555;
	font-family:"dotum";
	background:#fff;
}

.adm-container .adm-nav .sub-active{
	color:#20a8d8;
}

.adm-container .adm-nav a{
	font-size:12px;
	color:#555;
	font-family:"dotum";
}

.adm-container .adm-nav i{
	padding:0 5px;
}

/* 관리자 사이드 메뉴 */
/* 768 사이즈 이상의 디바이스 일때 - PC용 상단 메뉴 */
.adm-container .adm-topmenu{
	position:fixed;
	z-index:99;
	display:none;
	width:100%;
	height:47px;
	background-color:#29363d;
	border-bottom:1px dotted #777;
}

.adm-container .adm-topmenu .menu-content{
	position:relative;
	list-style:none;
	display:table;
	table-layout:fixed;
/*	max-width:1200px;*/
	max-width:1600px;
	margin:0 auto;
}

.adm-container .adm-topmenu .menu-content > li{
	position:relative;
	display:table-cell;
	width:auto;
	max-width:200px;
	text-align:center;
}

.adm-container .adm-topmenu .super{
	margin:0 auto;
}

.adm-container .adm-topmenu .sub-admin{
	margin-left:100px;
}

.adm-container .adm-topmenu .menu-content > li > a{
	display:block;
	padding:15px 0;
	min-width:125px;
	color:#fff;
}

.adm-container .adm-topmenu .menu-content > li:hover > a,
.adm-container .adm-topmenu .menu-content > li.selected > a{
	background-color:#337ab7;
}

.adm-container .adm-topmenu .sub-menu{
	position:absolute;
	top:47px;
	left:0;
	background-color:#1a222f;
}

.adm-container .adm-topmenu .sub-menu > li,
.adm-container .adm-topmenu .sub-menu > li > a{
	position:relative;
	display:block;
	width:200px;
	text-align:left;
	color:#fff;
}

.adm-container .adm-topmenu .sub-menu > li > a{
	padding:10px;
}

.adm-container .adm-topmenu .sub-menu > li > a i.sleft,
.adm-container .adm-topmenu .sub-menu > li > a i.sright{
	display:none;
}

.adm-container .adm-topmenu .sub-menu > li > a i.stop{
	float:right;
}

.adm-container .adm-topmenu .sub-menu > li:hover,
.adm-container .adm-topmenu .sub-menu > li.sub-selected{
	background-color:#000;
}

.adm-container .adm-topmenu .sub-menu > li:hover > a,
.adm-container .adm-topmenu .sub-menu > li.sub-selected > a{
	color:#4fc1ee;
}

.adm-container .adm-topmenu .sub-menu ul{
	position:absolute;
	width:200px;
	top:0;
	left:200px;
	z-index:2;
	background-color:#000;
	/*
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	*/
	display:none;
}

.adm-container .adm-topmenu .sub-menu ul li a{
	color:#fff;
	padding:10px;
	display:block;
}

.adm-container .adm-topmenu .sub-menu ul li:hover a{
	color:#4fc1ee;
}

.adm-container .adm-topmenu .sub-menu .sub-sub-selected a{
	color:#20a8d8;
}

/* 768 사이즈 이하의 디바이스 일때 - 모바일용 메뉴 */
.adm-container .adm-left{
	position:relative;
	width:0;
	height:100%;
	padding:0;
	margin:0;
	background:#29363d;
	vertical-align:top;
	overflow:hidden;
	display:none;
}
.adm-top-menu .menu-trigger,
.adm-top-menu .menu-trigger span {
	display:inline-block;
	transition:all .4s;
	box-sizing:border-box;
}
.adm-top-menu .menu-trigger{
	position:relative;
	width:20px;
	margin-left:10px;
	height:15px;
	margin-top:7px;
}
.adm-top-menu .menu-trigger span {
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	background-color:#000;
	border-radius:4px;
}

.adm-top-menu .menu-trigger span:nth-of-type(1) {
	top:0;
}

.adm-top-menu .menu-trigger span:nth-of-type(2) {
	top:6px;
}

.adm-top-menu .menu-trigger span:nth-of-type(3) {
	bottom:0;
}

.adm-top-menu .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform:translateY(6px) rotate(-315deg);
	transform:translateY(6px) rotate(-315deg);
}

.adm-top-menu .menu-trigger.active span:nth-of-type(2) {
	opacity:0;
}

.adm-top-menu .menu-trigger.active span:nth-of-type(3) {
	-webkit-transform:translateY(-6px) rotate(315deg);
	transform:translateY(-6px) rotate(315deg);
}

.adm-container .adm-left .nav-side-menu{
	position:fixed;
	z-index:990;
	font-size:12px;
	background-color:#273140;
	width:300px;
	height:100%;
	color:#e1ffff;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	padding-bottom:150px;
	left:-300px;
}

.adm-container .adm-left .nav-side-menu ul,
.adm-container .adm-left .nav-side-menu li {
	list-style:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

.adm-container .adm-left .nav-side-menu .menu-content > li {
	padding-left:0px;
	border-bottom:1px solid #23282e;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	transition:all 0.1s ease;
}

.adm-container .adm-left .nav-side-menu .menu-content > li > a,
.adm-container .adm-left .nav-side-menu .menu-content > li .sub-menu > li > a{
	border-left:3px solid #1a222f;
	padding:5px 0;
	text-decoration:none;
	color:#e1ffff;
	line-height:35px;
	display:block;
	width:auto;
}

.adm-container .adm-left .nav-side-menu li > a > i {
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	width:40px;
}

.adm-container .adm-left .nav-side-menu .sub-menu > li > a > i.sleft{
	text-align:center;
	width:20px;
}

.adm-container .adm-left .nav-side-menu .sub-menu > li > a > i.stop{
	display:none;
}

.adm-container .adm-left .nav-side-menu .sub-menu > li > a > i.sright{
	float:right;
	margin-top:10px;
}

.adm-container .adm-left .nav-side-menu .menu-content > li:hover > a{
	border-left:3px solid #4fc1ee;
}

.adm-container .adm-left .nav-side-menu li:hover > a{
	color:#4fc1ee;
}

.adm-container .adm-left .nav-side-menu .menu-content > li.active > a{
	border-left:3px solid red;
}

.adm-container .adm-left .nav-side-menu .menu-content > li.selected {
	background-color:#337ab7;
}

.adm-container .adm-left .nav-side-menu .menu-content > li.selected > a{
	border-left:3px solid red;
	color:#fff;
}

.adm-container .adm-left .nav-side-menu .menu-content .sub-selected > a{
	color:#4fc1ee !important;
}

.adm-container .adm-left .nav-side-menu ul .sub-menu > li,
.adm-container .adm-left .nav-side-menu li .sub-menu >li {
	background-color:#1a222f;
	border:none;
	padding:0;
	border-bottom:1px dotted #333;
	margin-left:0px;
}

.adm-container .adm-left .nav-side-menu ul .sub-menu > li:hover,
.adm-container .adm-left .nav-side-menu li .sub-menu > li:hover > a{
	color:#20a8d8;
}
/* 모바일 3단 메뉴 */
.adm-container .adm-left .nav-side-menu .sub-menu > li > ul{
	background-color:#000;
	display:none;
}

.adm-container .adm-left .nav-side-menu .sub-menu > li > ul a{
	display:block;
	padding:15px;
	color:#fff;
}

.adm-container .adm-left .nav-side-menu .sub-menu > li > ul a:hover{
	color:#20a8d8;
}

.adm-container .adm-left .nav-side-menu .sub-menu .sub-sub-selected a{
	color:#20a8d8;
}

/* 페이지 내의 하위 메뉴 탭 */
.submenu-wrap{
	padding:15px 15px 0 15px;
}

@media(max-width:768px){
	.submenu-wrap ul{
		border-bottom:0;
		margin-bottom:-2px;
	}

	.submenu-wrap li{
		width:50%;
		text-align:center;
		margin-bottom:2px;
	}

	.submenu-wrap li a{
		border-bottom:1px solid #ccc;
	}
}

/* 대시보드 */
.gc-box-notice{
	padding:20px 10px 0 10px;
}
.gc-box-notice .gc-bg-white{
	background:#fff;
	border:1px solid #ccc;
	color:#000;
	padding:15px;
	min-height:165px;
}

.gc-box-notice .gc-title{
	font-size:20px;
	font-family:'ng', sans-serif;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.gc-box{
	padding:20px 10px 0 10px;
}

.gc-box .gc-item{
	padding:15px;
}

.gc-box .gc-table{
	display:table;
	table-layout:fixed;
	width:100%;
}

.gc-box .gc-icon{
	display:table-cell;
	width:90px;
	font-size:70px;
	opacity:0.5;
	color:#fff;
	vertical-align:middle;
}

.gc-box .gc-data{	
	display:table-cell;
	vertical-align:top;
}

.gc-box .gc-title{
	font-size:16px;
	font-family:'ng', sans-serif;
	border-bottom:1px dotted #fff;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:10px;
}

.gc-box .gc-conn{
	font-size:24px;
	font-family:"Lato";
	color:#fff;
	text-align:right;
}

.gc-box .gc-s{
	font-size:12px;
	font-family:"dotum";
	padding:0 10px;
}

.gc-box .gc-more{
	font-size:16px;
}

.gc-box .gc-more a,
.gc-box .gc-more a:hover,
.gc-box .gc-more a:active{
	color:#fff;
	text-decoration:none;
	outline:none;
}

.gc-box .gc-bg-1{
	background:#20a8d8;
	border:1px solid #187da0;
}

.gc-box .gc-bg-2{
	background:#63c2de;
	border:1px solid #2eadd3;
}

.gc-box .gc-bg-3{
	background:#ffc107;
	border:1px solid #c69500;
}

.gc-box .gc-bg-4{
	background:#f86c6b;
	border:1px solid #f5302e;
}

.gc-box canvas {
    width:100% !important;
}

.mc-box{
	padding:20px 10px 0 10px;
}

.mc-box .mc-item{
	border:1px solid #c2cfd6;
	padding:15px;
	background:#fff;
}

.mc-box .mc-h{
	min-height:460px;
}

.mc-box .mc-more-link{
	float:right;
}

.mc-box .mc-more-link a{
	font-size:12px;
	color:#999;
	font-weight:normal;
	font-family:"dotum";
}

.mc-box-m{
	padding:20px 10px 0 10px;
}

.mc-box-m .mc-item{
	border:1px solid #c2cfd6;
	padding:15px;
	background:#fff;
}

.mc-box-m .mc-h{
	min-height:260px;
}

.mc-box-m .mc-more-link{
	float:right;
}

.mc-box-m .mc-more-link a{
	font-size:12px;
	color:#999;
	font-weight:normal;
	font-family:"dotum";
}

.chart-m{
	width:100%;
	height:300px;
	overflow:hidden;
}

.mc-head{
	display:table;
	table-layout:fixed;
	width:100%;
	margin-bottom:10px;
}

.mc-head div{
	display:table-cell;
	vertical-align:middle;
}

.mc-head .mc-title{
	font-size:20px;
	font-weight:bold;
	font-family:'ng', sans-serif;
}

.mc-head .mc-title small{
	font-size:12px;
	color:#999;
	font-weight:normal;
	font-family:'dotum', sans-serif;
}

.ajax_loader{
	position:absolute;
	top:50%;
	left:50%;
	width:auto;
	height:auto;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:3;
	overflow:hidden;
}

#item-list{
	width:100%;
	height:500px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top:15px;
}

@media(max-width:991px){
	#item-list{
		height:300px;
	}
}

.chart{
	width:100%;
	height:500px;
	overflow:hidden;
}

.chart-2{
	width:100%;
	height:323px;
	overflow:hidden;
}

.chart-3{
	width:100%;
	height:670px;
	overflow:hidden;
}

.data-3{
	width:100%;
	height:700px;
	overflow:hidden;
}

.chart-visit{
	position:relative;
}

.chart-visit .dropdown-toggle{
	display:block;
	padding:0 10px;
	cursor:pointer;
}

/* config_form.php 의 상단 sticky */
.nav-area{
	min-height:34px;
}

.nav-area .nav-box{
	width:100%;
	background:#29363d;
}

.nav-area .nav-sly{
	overflow:hidden;
}

.nav-area .nav-fixed{
	position:fixed;
	top:95px;
	z-index:9;
}

.nav-area .nav-sly ul { list-style:none; margin:0px; padding:0px; }
.nav-area .nav-sly ul li { display:table-cell;white-space:nowrap; }
.nav-area .nav-sly ul li a { color:#fff;}
.nav-area .nav-sly ul li a:hover { color:#555; }
.nav-area .nav-sly ul li.active a:hover { color:#fff; }

/* 서브 페이지의 내용 부분 */
.conn-box{
	padding:0 15px;
	width:auto;
	margin:15px 0;
}

.h10{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

.conn-box .h5-noline{
	margin-bottom:5px;
	padding-bottom:5px;
}

/* 테마 설정 페이지 */
.theme-box{
	margin:10px;
	cursor:pointer;
}

.theme-preview-wrap{
	position:relative;
	width:100%;
	height:0;
	overflow:hidden;
	padding-bottom:80%;
}

.theme-preview-wrap .theme-preview {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.theme-box .theme-use{
	position:absolute;
	top:5px;
	right:5px;
	padding:10px;
	border-radius:5px;
	background-color:rgba(255,0,0,0.5);
	color:#fff;
	z-index:5;
}

.theme-box .theme-name{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px;
	background-color:rgba(0,0,0,0.5);
	font-weight:bold;
	color:#fff;
	z-index:5;
}

.theme-box .theme-img{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	margin-bottom:5px;
	border:1px solid #eee;
}

.theme-box .theme-img img{
	width:100%;
}

.theme-detail .theme-name{
	font-family:"ng", sans-serif;
	font-size:30px;
	font-weight:bold;
	padding-bottom:15px;
}

.theme-detail a{
	color:#333;
}

.theme-detail .panel-license{
	font-size:16px;
}

.theme-detail .theme-img{
	width:100%;
	padding:15px 0;
}

.email-list{
	width:100%;
	margin:15px 0;
}

.label-email{
	color:#fff;
	border-radius:5px;
	padding:5px;
	margin:5px;
	float:left;
}

/* 회원관리 목록 */
.mb_leave_msg {color:#b6b6b6}
.mb_intercept_msg {color:#f59fe4}

.btn-bottom-box{
	margin-top:15px;
}


/* db/data 백업 */
.chk-tbl{
	display:inline-block;
	padding:5px;
	color:#fff;
	background:#333;
	margin:5px 5px 5px 0;
	cursor:pointer;
}

.chk-tbl:hover{
	background:#777;
}

.chk-tbl .del-tbl{
	margin-left:5px;
	color:#ccc;
}

.chk-tbl:hover .del-tbl{
	color:red;
}

.bk-msg{
	margin-top:5px;
}

.btn-response-mg .btn{
	margin:2px 0;
}

.date-input{
	-webkit-box-shadow:none !important;
    box-shadow:none !important;
	border-right:transparent !important;
}

.btn-date-reset{
	background-color:#eee;
	border-left:none;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#777;
}

.tleft{
	text-align:left !important;
}
.tright{
	text-align:right !important;
}

/* 빈페이지 준비중 */
.page-ready{
	text-align:center;
	padding:100px 0;
	font-size:30px;
	line-height:100px;
}

.page-ready i{
	font-size:200px;
}

/************************************************************************
CENTER LAYER DATEPICKER
************************************************************************/
.datepicker-wrapper{
	position:fixed;
	z-index:99999998;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5);
	display:none;
}

.datepicker-wrapper .datepicker-obj{
	position:fixed;
	z-index:99999999;
	width:276px;
	height:356px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}



/************************************************************************
항목 설정 드래그 드랍
************************************************************************/
.dragzone{
	width:100%;
	background-image:url("/images/arw-r.png");
	background-repeat:no-repeat;
	background-position:center;
}

.dragzone .drag-item-title{
	background-color:#333;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:5px 0;
	border-bottom:1px solid #ccc;
}

.dragzone .drop-zone{
	width:100%;
	height:600px;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}

.dragzone .nouse-item{
	float:left;
	width:45%;
	border:1px solid #ccc;
}

.dragzone .used-item{
	float:right;
	width:45%;
	border:1px solid #ccc;
}

.drop-zone li{
	border:1px solid #ccc;
	background-color:#eee;
	padding:5px;
	margin:3px;
	cursor:pointer;
}

.drop-zone li:hover{
	background-color:#337ab7;
	color:#fff;
}

.drop-zone .of-tbl{
	display:table;
	table-layout:fixed;
	width:100%;
}

.drop-zone .of-tbl .of-tbl-th{
	display:table-cell;
	width:auto;
	vertical-align:middle;
}

.drop-zone .of-tbl .of-tbl-td{
	display:table-cell;
	width:150px;
	text-align:right;
	vertical-align:middle;
}

.drop-zone .of-tbl .of-tbl-td input{
	text-align:right;
}

/* 창고관리 추가 */
.clevel1{
	padding-left:35px !important;
	background-position:15px center;
	background-image:url('../img/sub_menu_ico.gif');
	background-repeat:no-repeat;
}

.clevel2{
	padding-left:50px !important;
	background-position:30px center;
	background-image:url('../img/sub_menu_ico.gif');
	background-repeat:no-repeat;
}

.clevel3{
	padding-left:65px !important;
	background-position:45px center;
	background-image:url('../img/sub_menu_ico.gif');
	background-repeat:no-repeat;
}

.clevel4{
	padding-left:80px !important;
	background-position:60px center;
	background-image:url('../img/sub_menu_ico.gif');
	background-repeat:no-repeat;
}

.clevel5{
	padding-left:95px !important;
	background-position:75px center;
	background-image:url('../img/sub_menu_ico.gif');
	background-repeat:no-repeat;
}

.set-item-supply-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.popup-submit-btn-wrap{
	position:fixed;
	z-index:99;
	bottom:0;
	width:100%;
	padding:10px;
	background-color:#fff;
	text-align:center;
	border-top:1px dotted #ccc;
}

.excel-table-wrap {
	border:1px solid #ccc;
    width: 100%;
    overflow: auto;
    height: 200px;
    -webkit-overflow: scroll;
}

.excel-table-wrap table td,
.excel-table-wrap table th{
	min-width:100px;
	padding:4px;
	border:1px solid #ccc;
	text-align:center;
	white-space:nowrap;
}

.excel-table-wrap table th,
.excel-table-wrap table tr.active td{
	background-color:#7a96e0;
	color:#fff;
}

.excel-table-wrap table tr:hover td{
	background-color:#eee;
	color:#000;
}

.default-ac{
	color:red;
}

.set-item-supply-box-title{
	background-color:#333;
	border:1px solid #333;
	height:42px;
	padding:5px;
}

.set-item-supply-box-title .box-title{
	color:#fff;
	float:left;
	width:50%;
	padding:5px;
	font-size:14px;
	font-family:"ng",sans-serif;
}

.set-item-supply-box-title .box-btn{
	float:right;
	width:50%;
	text-align:right;
}

.fixed-table-wrap{
	position:relative;
	width:100%;
	z-index:2;
}

.fixed-table-box{
	height:960px;
	overflow-y:scroll;
	overflow-x:hidden;
	border-bottom:1px solid #ccc;
}

.fixed-table-box table{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0;
}

.fixed-table-box table td{
	vertical-align:middle !important;
}

.fixed-table-box .cell1{
	width:150px;
	text-align:center;
}

.fixed-table-box .cell2{
	width:auto;
}

.fixed-table-box .cell3{
	width:250px;
}

.fixed-table-box .cell4{
	width:80px;
	text-align:center;
}

.fixed-table-box .cell3 div{
	font-weight:bold;
}

.fixed-table-box .cell-t{
	font-weight:normal;
}

.fixed-table-box .fixed-table{
	display:inline-table;
	position:absolute;
	top:0;
	z-index:99;
	width:calc(100% - 17px);
	background:#eef7ff;
}

.fixed-table-space{
	height:30px;
}

.no-a{
	color:#ccc;
}

.yes-a{
	color:#449d44;
}

.alert-gray{
	font-weight:normal;
	margin:0;
	background:#eee;
	border:1px solid #ccc;
	color:#000;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
}

.alert-normal{
	font-weight:normal;
	margin:0;
	background:#fff;
	border:1px solid #286090;
	color:#000;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
}

.alert-reply{
	background-color:#fbf6c3;
	color:#000;
	margin:0 !important;
	position:relative;
	z-index:2;
	padding-left:35px !important;
	border-bottom:1px dotted #ccc !important;
}

.alert-reply.answer:before{
	position:absolute;
	z-index:2;
	top:2px;
	left:5px;
	color:#3c1e1e;
	content:"\f086";
	font: normal normal normal 20px/1 FontAwesome;
}

.alert-reply.user:before{
	position:absolute;
	z-index:2;
	top:2px;
	left:5px;
	color:#3c1e1e;
	content:"\f0e6";
	font: normal normal normal 20px/1 FontAwesome;
}

.alert-reply .user-info{
	margin-bottom:10px;
	font-weight:bold;
	color:#333;
}

.alert-reply .user-info span{
	display:inline-block;
	padding-left:5px;
	font-weight:normal;
	color:#666;
}

.btn-reply-btn-group{
	float:right;
}

.btn-reply-btn-group .short-send-msg-1,
.btn-reply-btn-group .reply-update-ing,
.btn-reply-btn-group .btn-reply-short-send-btn{
	color:#449d44 !important;
	display:inline-block;
}

.btn-reply-btn-group .short-send-msg-2,
.btn-reply-btn-group .btn-reply-short-del{
	color:#d9534f !important;
	display:inline-block;
	margin-left:5px;
}
    
.claim-rows-1.tui-grid-cell{
	background-color:none;
}

.claim-rows-2.tui-grid-cell{
	background-color:#FFCDD2;
}

.claim-rows-3.tui-grid-cell{
	background-color:#F8BBD0;
}

.claim-rows-4.tui-grid-cell{
	background-color:#CFD8DC;
}

.claim-rows-5.tui-grid-cell{
	background-color:#FFE0B2;
}

.claim-rows-6.tui-grid-cell{
	background-color:#FFCCBC;
}

.claim-rows-7.tui-grid-cell{
	background-color:#E1BEE7;
}

.claim-img-wrap .claim-img-item{
	display:inline-block;
	width:150px;
	margin:3px;
}

.claim-img-wrap .claim-img{
	position:relative;
	width:150px;
	height:150px;
	overflow:hidden;
	border:1px solid #ccc;
}

.claim-img-wrap .claim-img img{
	position:absolute;
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

/* DIV 반응형 테이블 */
.form-elm-wrapper{
	border-top:1px solid #ccc;
}

.form-elm-wrapper .form-msg{
	padding:5px;
	color:#999;
}

.form-elm-wrapper .form-elm{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
}

.form-elm-wrapper .form-elm > li{
	display:table-cell;
	vertical-align:middle;
	height:inherit;
}

.form-elm-wrapper .form-elm > li > div{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
}

.form-elm-wrapper .form-elm > li > div dd{
	display:table-cell;
	height:inherit;
	vertical-align:middle;
	padding:15px;
	border-bottom:1px dotted #ccc;
}

.form-elm-wrapper .form-elm > li > div dd .form-inline select{
	width:150px;
}

.form-elm-wrapper .form-elm > li > div > dd:nth-child(1){
	width:150px;
	background-color:#eee;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

@media(max-width:991px){
	.form-elm-wrapper .form-elm > li{
		display:table-row;
	}

	.form-elm-wrapper .form-elm > li > div > dd:nth-child(1){
		width:100px;
		font-size:12px;
	}

	.form-elm-wrapper .form-elm > li > div dd{
		padding:5px;
	}

	.form-elm-wrapper .form-elm > li > div dd .form-inline select{
		width:100%;
		max-width:100%;
	}
}

.chk-fd{
	display:inline-block;
	padding:5px;
	color:#fff;
	background:#333;
	margin:5px 5px 5px 0;
	cursor:pointer;
}

.chk-fd:hover{
	background:#777;
}

.chk-fd .del-fd{
	margin-left:5px;
	color:#ccc;
}

.chk-fd:hover .del-fd{
	color:red;
}

/* 목록에서 주문번호가 같은것 끼리는 배경색을 주어 그룹임을 표시함 */
.order-color-group-1{
	background-color:#BBDEFB !important;
}
.order-color-group-2{
	background-color:#E1BEE7 !important;
}
.order-color-group-3{
	background-color:#B2DFDB !important;
}
.order-color-group-4{
	background-color:#FFCDD2 !important;
}
.order-color-group-5{
	background-color:#FFFF8D !important;
}
.order-color-group-6{
	background-color:#CCFF90 !important;
}

/* 랙별 재고현황 */
#rack-list-wrap{
	width:100%;
}

#rack-list-wrap .rack-wrap{
	width:500px;
	display:inline-block;
	overflow-x:auto;
	overflow-y:auto;
	height:851px;
}

#rack-list-wrap .loader-wrap{
	position:absolute;
	z-index:20;
	width:100%;
	height:820px;
}

#rack-list-wrap .loader-wrap .loader{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:820px;
	background-color:#000;
	opacity:0.5;
}

#rack-list-wrap .loader-wrap .loader-view{
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	padding:20px;
	border-radius:5px;
	background-color:#000;
	opacity:1 !important;
	color:#fff;
	font-size:50px;
	transform:translate(-50%,-50%);
}

#rack-list-wrap .data-tbl{
	margin:0;
}

#rack-list-wrap .data-tbl .active{
	background-color:#001ee9 !important;
	color:#fff;
	font-weight:bold;
}

#rack-list-wrap .data-tbl .vtop{
	vertical-align:top !important;
}

#rack-list-wrap .data-tbl .cid-title{
	font-weight:bold;
	font-size:20px;
	font-family:nanumgothic;
}

#rack-list-wrap .data-tbl .cid2-title{
	font-weight:bold;
	font-size:14px;
	width:30px;
	padding:5px 0;
	cursor:pointer;
	font-family:nanumgothic;
}

#rack-list-wrap .data-tbl .cid3-tbl td{
	width:30px;
	height:30px;
}

#rack-list-wrap .rack-item{
	cursor:pointer;
}

#rack-list-wrap .rack-item:hover{
	background-color:#f47100 !important;
	font-weight:bold;
	color:#fff;
}

.fixed-alert{
	position:fixed;
	top:12%;
	left:50%;
	padding:15px;
	z-index:999;
	-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
	text-align:center;
	width:450px;
}

.fixed-alert.warning{
	border:1px solid #000;
	background-color:#fcf8e3;
}