@charset "UTF-8";


.red { color: #ff0000; }

/* table style */
#table_wrap {
	font-size: 1.2em;
	border-top: 3px solid #008f4c;
	margin-bottom: 10px;
}
#table_wrap table {
	margin-bottom: 5px;
}
#table_wrap table.tb_data {
	width: 100%;
	border-collapse: collapse;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}
#table_wrap table.tb_data.alignC {
	text-align: center;
}
#table_wrap table.tb_data tr.bg th,
#table_wrap table.tb_data tr.bg td {
	background-color: #f7f7f7;
}
#table_wrap table.tb_data th,
#table_wrap table.tb_data td {
	border-width: 0 1px 1px 1px !important;
	border-color: #ccc !important;
	border-style: solid;
	color: #474747;
	padding: 6px;
}
#table_wrap table.tb_data td { background: #fff; }
#table_wrap table.tb_data .alignL {
	text-align: left;
}
#table_wrap table.tb_data thead th {
	background-color: #f8f8f8;
	color: #000;
}
#table_wrap table.tb_data tbody th {
	background: #f7f7f7;
	color: #000;
}
#table_wrap table.tb_data td p {
	margin-bottom: 2px;
}
#table_wrap table.tb_data a.btn {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #b5985a;
	border-radius: 0.2em;
	background: #b5985a;
	text-align: center;
}
#table_wrap table.tb_data select {
}

#table_wrap table.tb_data input[type=submit], 
#table_wrap table.tb_data a{
	background-color: #008f4c;
	color: #fff !important;
}
#table_wrap table.tb_data input[type=submit],
#table_wrap table.tb_data a {
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 1em;
	margin: 0.1em 0;
}


._button {
	/*padding: 1em 0;*/
}
._center {
	text-align: center;
	display: block !important;
}
._right {
	text-align: right;
	display: block !important;
}

._button input, 
._button a{
	background-color: #008f4c;
	color: #fff !important;
}


._button input, ._button a {
	height: 30px !important;
	line-height: 30px;
	font-weight: 700;
	padding: 0 1em;
}

.box01 { padding: 20px 25px; border: 1px solid #e1e1e1; background: #f8f8f8; margin-bottom: 30px; }

/* 검색 */
._search { padding-bottom: 10px; }
._search select, ._search input{  }
._search input[type=button],
._search input[type=submit], 
._search a {
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	padding: 0 1em;
	margin-left: 0.5em;
}
._search input[type=button],
._search input[type=submit],
._search a{
	background-color: #008f4c;
	color: #fff !important;
}