/*================ 怨듯넻�궗�슜 ================*/
.cen {
	width: 100%;
	max-width: 1150px;
	position: relative;
	height: auto;
	margin: 0 auto;
}

.gnv_cen {
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
}

.monly {
	display: none;
}

div {
	box-sizing: border-box;
}

.admLocation {
	display: none;
}

/*================ 怨듯넻�궗�슜 �걹 ================*/

/*================ top ================*/
.adm_top_wrap {
	width: 100%;
	height: 64px;
	padding: 14px 40px;
}

.adm_top_logo_wrap {
	float: left;
}

.adm_top_login_wrap {
	display: flex;
	margin-top: 5px;
	align-items: center;
	justify-content: center;
	color: #aaa;
	float: right;
}

.adm_top_login_wrap div {
	transition: color .3s;
	cursor: pointer;
}

.adm_top_login_wrap div:hover {
	color: #39A1FF;
}

.adm_top_login_wrap div:not(:first-child) {
	margin-left: 50px;
}

/*================ layout ================*/
.adm_layout {
	width: 100%;
	min-width: 1100px;
	display: table;
	min-height: 800px;
}

.adm_layout_l {
	width: 290px;
	background: #333333;
	color: #C8C8C8;
	display: table-cell;
}

.adm_layout_r {
	width: calc(100% - 290px);
	display: table-cell;
}

.adm_con_wrap {
	padding: 50px;
}

/*================ gnb ================*/
.adm_gnb_wrap {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background: #eee;
}

.adm_gnb_menu {
	height: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: #eee 3px solid;
	font-size: 18px;
	cursor: pointer;
	transition: all .3s;
}

.adm_gnb_menu:hover {
	border-bottom: #aaa 3px solid;
}

.adm_gnb_menu.on {
	border-bottom: #39A1FF 3px solid;
	cursor: default;
}

/*================ lnb ================*/
.adm_lnb_wrap {
	padding: 25px 0;
}

.adm_lnb_title {
	padding: 0 40px;
	font-size: 18px;
	margin-bottom: 25px;
}

.adm_lnb_menu_wrap {
	font-size: 16px;
}

.adm_lnb_menu_tit {
	width: 100%;
	height: 40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: left;
	border-top: transparent 1px solid;
	cursor: pointer;
}

.adm_lnb_menu_tit:hover {
	border-top: #000 1px solid;
	background: #535353;
}

.adm_lnb_menu_wrap.on .adm_lnb_menu_tit {
	border-top: #000 1px solid;
	background: #535353;
	cursor: default;
}

.adm_lnb_menu {
	margin-bottom: 15px;
	font-size: 14px;
}

.adm_lnb_menu>a {
	height: 25px;
	padding: 5px 40px 5px 60px;
	position: relative;
	display: block;
	color: #C8C8C8;
}

.adm_lnb_menu>a.on {
	color: #39A1FF;
}

.adm_lnb_menu>a:hover {
	color: #39A1FF;
}

.adm_lnb_menu>a:before {
	content: '';
	width: 5px;
	height: 2px;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-2px);
	background: #C8C8C8;
	cursor: pointer;
}

.adm_lnb_menu>a.on:before {
	background: #39A1FF;
}

.adm_lnb_menu>a:hover:before {
	background: #39A1FF;
}

/*================ �럹�씠吏� ���씠�� ================*/
.adm_category_title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 30px;
}

.adm_page_title {
	padding-left: 18px;
	margin-bottom: 15px;
	font-size: 20px;
	position: relative;
}

.adm_page_title:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: #39A1FF 7px solid;
	border-right: transparent 7px solid;
	border-top: transparent 7px solid;
	border-bottom: transparent 7px solid;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}








	.adminTable {
		width:100%;
	}
	.adminTable th {
		background-color:#777;
		color:#fff;
	}
	.adminTable th, td {
		border-bottom:1px solid #dfdfdf;
		padding:10px;
	}
	.adminTable td input[type='text'] {
		border:1px solid #aaa;
		padding:3px;
		height:25px;
	}
	.adminTable td input[type='number'] {
		border:1px solid #aaa;
		padding:3px;
		height:25px;
	}
	.adminTable td input[type='date'] {
		border:1px solid #aaa;
		padding:3px;
		height:25px;
	}
	.adminTable td input[type='datetime-local'] {
		border:1px solid #aaa;
		padding:3px;
		height:25px;
	}
	.buttonPos {
		min-width:150px;
		background-color:#333;
		color:#fff;
		padding:10px 20px;
		border:#000 1px solid;
		cursor:pointer;
	}
	.buttonNeg {
		min-width:100px;
		background-color:#aaa;
		color:#fff;
		padding:10px 20px;
		border:#777 1px solid;
		cursor:pointer;
	}
	.noBL {
		border-bottom:none;
	}
	
	.pagenation_wrap {
		width:100%;
		padding:15px;
		text-align:center;
	}
	.pagenation_wrap div {
		display:inline-block;
		padding:5px 15px;
		border:1px solid #dfdfdf;
		background-color:#f7f7f7;
		text-align:center;
		cursor:pointer;
	}
	.pagenation_wrap div.on {
		border:1px solid #333;
		background-color:#777;
		color:#fff;
	}
	
	.addBtnWrap {
		width:100%;
		text-align:right;
	}