


/*    header    */
.header .header_top {
	overflow:hidden;
	background-color:#393b3f;
	padding:15px 0;
}
.header .header_top .logo {
	float:left;
}
.header .header_top .admin_text {
	float:right;
	color:#a2a2a2;
}
.header .header_top .admin_text .user {
	color:#fff;
}
.header .header_top .admin_text .logout {
	color:#fff;
	background:#414244;
	border:1px solid #505153;
	padding:5px 10px;
	margin-left:5px;
}
.header .gnb {
	overflow:hidden;
	background:#494b50;
	color:#fff;
	text-align:center;
	border-top:1px solid #525459;
	border-bottom:1px solid #eee;
}
.header .gnb_list .gnb_item {
	float:left;
	width:88px;
	height:77px;
	font-size:14px;
	line-height:1;
	display:table-cell;
	border-right:1px solid #37393d;
}
.header .gnb_list .gnb_item:first-child {
	border-left:1px solid #37393d;
}
.header .gnb_list .gnb_item.current,
.header .gnb_list .gnb_item:hover {
	background-color:#015498;
}
.header .gnb_list .gnb_item a {
	width:100%;
	display:block;
	padding:29.5px 0;
}
.header .gnb_list .gnb_item.line2 a {
	padding:20.5px 0;
}

/*    header end    */
/* container */
.container {
	padding-bottom:70px;
}
.inner {
	max-width:980px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.inner:after {
	content:'';
	clear:both;
}
/* container end */
	/* list-table */
div.list_table {
	width:100%;
}
div.list_table table.list-table {
	width:100%;
	border-top:2px solid #000;
	border-bottom:1px solid #000;
}
div.list_table table.list-table tr {
	border-top:1px solid #ebebeb;
	height:50px;
}
div.list_table table.list-table tr.first {
	border-top:none;
}
div.list_table table.list-table tr th {
	background:#fafafa;
	color:#666;
	font-size:13px;
}
div.list_table table.list-table tr td {
	text-align:center;
	font-size:13px;
	color:#333;
}
	/* th */
div.list_table table.list-table tr th.num  {
	width:80px;
}
div.list_table table.list-table tr th.check {
	width:30px;
}
div.list_table table.list-table tr th.id {
	width:174px;
}
div.list_table table.list-table tr th.name {
	width:135px;
}
div.list_table table.list-table tr th.e-mail {
	width:*;
}
div.list_table table.list-table tr th.phone {
	width:140px;
}
div.list_table table.list-table tr th.date,
div.list_table table.list-table tr th.view {
	width:102px;
}
div.list_table table.list-table tr th.edit {
	width:98px;
}
	/* td */
div.list_table table.list-table tr td.edit input[type="button"] {
	cursor:pointer;
}
div.list_table table.list-table tr td.title {
	text-align:left;
	padding-left:20px;
}
div.list_table table.list-table tr td.title span {
	margin-left:10px;
}
div.list_table table.list-table tr td.title span img {
	vertical-align:middle;
}
div.list_table table.list-table tr td.date,
div.list_table table.list-table tr td.view {
	font-size:12px;
	color:#666;
}
	/* button */
.btn_wrap {
	margin:10px 0;
	text-align:right;
}
.btn_wrap button {
	padding:10px 15px;
	margin-left:10px;
	color:#fff;
	min-width:80px;
	text-align:center;
}
.btn_wrap button.btn_blue {
	background-color:#015498;
}
.btn_wrap button.btn_gray {
	padding:9px 14px;
	color:#333;
	border:1px solid #b2b2b2;
}
	/* page nation */
.page_nation {
	width:100%;
	text-align:center;
	padding:40px 0 25px;
	font-size:13px;
	color:#333;
}
.page_nation li {
	display:inline-block;
	zoom:1;/* IE 7 */
	*display:inline;/* IE 7 */
	margin:0 5px;
	font-weight:bold;
}
.page_nation li.prev,
.page_nation li.next {
	font-weight:normal;
}
.page_nation li.current,
.page_nation li:hover {
	color:#015498;
	text-decoration:underline;
}
.page_nation li a {
	display:block;
	padding:0 5px;
}
/* search form */
.search_wrap {
	font-size:13px;
	color:#666;
}
.search_wrap .select {
	padding-left:10px;
	width:120px;
	height:27px;
}
.search_wrap .search_word {
	padding:0 10px;
	width:220px;
	height:27px;
}
.search_wrap .btn {
	padding:3px 25px;
	color:#333;
	background-color:#f4f4f4;
	border:1px solid #b2b2b2;
}


/* footer */
.footer {
	padding:30px 0 60px;
	border-top:1px solid #cfcfcf;
}
.footer .copyright {
	font-size:12px;
	color:#c3c3c3;
	text-align:center;
}
/* footer end */

@media only screen and (max-width:1132px) {
	
	

}
@media only screen and (max-width:640px) {
	
		
}
@media only screen and (max-width:400px) {
	
	
	
}



