/* button */
.button {
	margin-top: 16px;
	width: 100%;
	overflow: hidden;
}
.button .center {
	text-align: center;
}
.button .left {
	float: left;
}
.button .left .type_button {
	margin-right: 2px;
}
.button .right {
	float: right;
}
.button .right .type_button {
	margin-left: 2px;
}
.button .ment {
	margin: 0;
	margin-top: 5px;
}
.button .ment .highlight {
	color: #ff6000;
}
.pager {
	margin-top: 15px;
	width: 100%;
	font-size: 11px;
	font-family: tahoma;
	text-align: center;
}
.pager img {
	vertical-align: middle;
	margin-bottom: 2px;
	/margin-bottom: 0px;
}
.pager span {
	padding: 0 5px 0 8px;
	background: url(/hanwell/images/board/pager_dot.gif) no-repeat 0 6px;
}
.pager a {
	color: #777;
}
.pager .current {
	font-weight: bold;
}
.pager .first_child {
	background: none;
}
.pager .first,
.pager .prev,
.pager .next,
.pager .last {
	padding: 0;
	background: none;
}
.pager .first,
.pager .last {
	padding: 0;
}
.pager .prev {
	padding-right: 8px;
	padding-left: 3px;
}
.pager .next {
	padding-left: 8px;
	padding-right: 3px;
}
/* search */
.search {
	padding: 10px 0 10px 0;
	text-align: center;
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	margin-top: 20px;
}
.search select {
	vertical-align: top;
}
.search .type_radio {
	margin-top: -5px;
}
.search .btn_search {
	vertical-align: top;
}
/* board_list */
.board_list {
	width: 710px;
	background: url(/hanwell/images/board/bg_board_list.gif) no-repeat 0px 0px;
}
.board_list table {
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
.board_list thead th {
	background: url(/hanwell/images/board/board_th_bar.gif) no-repeat 0px 10px;
}
.board_list thead th.first_child {
	background: none;
}
.board_list table thead th {
	padding: 10px 0 10px 0;
}
.board_list .status img {
	vertical-align: middle;
}
.board_list .num,
.board_list .date,
.board_list .readcount {
	color: #aeaeae;
}
.board_list .name,
.board_list .subject {
	color: #5d5d5d;
}
.board_list tbody td {
	padding: 6px 0 6px 0;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
}
.board_list tbody td.subject {
	text-align: left;
	padding-left: 25px;
}
.board_list tbody td.subject02 {
	text-align: left;
	padding-left: 10px;
	color: #5c5c5c;
}
.board_list tbody td.subject02 a,
.board_list tbody td.subject02 a:link,
.board_list tbody td.subject02 a:visited,
.board_list tbody td.subject02 a:hover {
	color: #5c5c5c;
}
/* board_view */
.board_view {
	width: 100%;
}
.board_view .view_head .head,
.board_view .thead .head {
	float: left;
	padding: 8px 0px 4px 10px;
}
.board_view .view_head .text {
	padding: 8px 0px 0px 10px;
	float: left;
}
.board_view .view_head .limit .text {
	padding-right: 10px;
}
.board_view .thead {
	width: 708px;
	overflow: hidden;
	border-bottom: 1px solid #7e96cd;
}
.board_view .thead .head,
.board_view .thead .text {
	font-size: 11px;
}
.board_view .thead .text {
	float: left;
	padding: 8px 10px 10px 3px;
}
.board_view .thead .num .text,
.board_view .thead .status .text {
	color: #26b3fa;
}
.board_view .left {
	float: left;
}
.board_view .right {
	float: right;
}
.board_view .context {
	padding: 20px 10px 30px 10px;
	border-bottom: 2px solid #e6e6e6;
}
/* board_view02 */
.board_view02 {
	width: 100%;
}
.board_view02 .thead .head {
	float: left;
	padding: 8px 0px 4px 10px;
}
.board_view02 .view_head .text {
	padding: 8px 0px 0px 10px;
	float: left;
}
.board_view02 .thead {
	width: 708px;
	overflow: hidden;
	border-bottom: 1px solid #7e96cd;
	border-top: 2px solid #637ea9;
	background-color: #fbfbfd;
}
.board_view02 .thead .head,
.board_view02 .thead .text {
	font-size: 11px;
}
.board_view02 .thead .head img {
	vertical-align: middle;
	margin-top: 1px;
}
.board_view02 .thead .text {
	float: left;
	padding: 8px 10px 10px 15px;
}
.board_view02 .left {
	float: left;
}
.board_view02 .right {
	float: right;
}
.board_view02 .thead .num .text,
.board_view02 .thead .date .text, 
.board_view02 .thead .readcount .text{
	color: #7d7d7f;
}
.board_view02 .thead .num .text {
	padding-left: 10px;
}
.board_view02 .thead .subject .text {
	font-size: 12px;
	font-weight: bold;
	color: #62769b;
}
.board_view02 .context {
	padding: 20px 10px 30px 10px;
	border-bottom: 2px solid #e6e6e6;
}
/* board_write */
.board_write {
	width: 708px;
	border-bottom: 2px solid #999999;
}
.board_write table {
	width: 100%;
	table-layout: fixed;
	
}
.board_write th {
	text-align: left;
}
.board_write .th_wrap {
	padding-left: 15px;
}
.board_write th,
.board_write td {
	border-top: 1px solid #d8d8d8;
	padding: 5px 0 5px 0;
}
.board_write img, select, input {
	vertical-align: middle;
}
.board_write .first_child {
	border-top: none;
}
/* board_write02 */
.board_write02 {
	width: 708px;
	border-bottom: 2px solid #999999;
	border-top:2px solid #627da8;
}
.board_write02 table {
	width: 100%;
	table-layout: fixed;
	
}
.board_write02 th {
	text-align: left;
	vertical-align: middle;
	background-color: #fbfbfd;	
}
.board_write02 .th_wrap {
	padding-left: 25px;
}
.board_write02 th,
.board_write02 td {
	border-top: 1px solid #d8d8d8;
	padding: 5px 0 5px 10px;
}
.board_write02 td textarea{
	border: 1px solid #d0d0d0;
}
.board_write02 img, select, input {
	vertical-align: middle;
}
.board_write02 .first_child {
	border-top: none;
}
.h3_title {
	width: 100%;
	background: url(/hanwell/images/board/bg_board_view.gif) no-repeat 0px 0px;
	height: 32px;
	overflow: hidden;
}
.h3_title h3 {
	font-weight: bold;
	color: #123482;
	float: left;
	padding: 10px 0 0 10px;
}
.h3_title .limit {
	float: right;
	padding: 10px 15px 0 0;
}
.resume_tab {
	width: 100%;
	background: url(/hanwell/images/recruit/bg_resume_tab.gif) no-repeat 0 bottom;
	height: 52px;
}
.resume_tab li {
	float: left;
	margin-left: -2px;
}
.resume_tab li.first_child {
	margin-left: 0px;
}
.rnd01 {
	width: 708px;
	text-align: center;
	border: 1px solid #5475c3;
	padding: 50px 0 30px 0;
}
.rnd01 h3 {
	margin: 0 0 10px 0;
}
.rnd01 .rnd02 {
	height: 82px;
	background: url(/hanwell/images/recruit/bg_rnd02.gif) no-repeat 0 0;
	margin: 0 0 20px; 0;
}
.rnd01 .rnd02 p.del_ment {
	margin: 32px 0 0 0;
}
.rnd01 p.modify_ment01 .highlight {
	color: #0c3aa3;
	font-weight: bold;
}
.rnd01 p.modify_ment01 {
	margin: 15px 0 20px 0;
}
.rnd01 .rnd02 p.modify_ment02 {
	padding: 17px 0 0 0;
}
