/* °Ô½ÃÆÇ ¸ñ·Ï */

.board-area {
	background:#FFF;
	position: relative;
	border: 0px solid red;
	padding:20px;
}

.yymmnn_area {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	border: 0px solid red;
}

.yymmnn_area a {
	line-height: 14px;
}

.yymmnn_area a strong {
	color: #ff6600;
	padding: 0 7px;
}
.yymmnn_area .btn_preview_month {
	display: inline-block;
	vertical-align: middle;
	padding-left: 23px;
	padding-right: 7px;
	background: url(../make_img/board/btn_month_preview.gif) no-repeat left center;
}

.yymmnn_area .btn_next_month {
	display: inline-block;
	vertical-align: middle;
	padding-right: 23px;
	padding-left: 7px;
	background: url(../make_img/board/btn_month_next.gif) no-repeat right center;
}


.total {
	float: left;
	padding-bottom: 15px;
}
.board-area .board_select {
	text-align: right;
	margin-bottom: 11px;
}
.board-area .board_select label {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #3c3c3c;
	font-family: dotum, sans-serif;
}

.board-area .board_select select {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a7a7a7;
	font-family: dotum, sans-serif;
	color: #3c3c3c;
}

table caption {
	display: none; 
	text-align: left; 
	font-weight: bold; 
	font-size: 1em; 
	letter-spacing: 0; 
	padding: 0.8em 0 0.4em 14px; 
	margin: 0; 
} /* caption ÅÂ±×´Â ¼û±è */





table.board_list {
	border-collapse: collapse; 
	border-top: 2px solid #969696; 
	border-bottom: 1px solid #66747e; 
	table-layout: fixed;
}

table.board_list tr {  } /* colgroup À¸·Î td ½ºÅ¸ÀÏÁ¦¾îÇÏ·Á¸é tr¿¡ Á¤ÀÇ  */
table.board_list tbody tr:hover {
	background: #f9f9f9;
}
table.board_list th, table.board_list td {
	padding: 10px 6px; border-width: 0;
}
table.board_list thead, table.board_list tfoot {}
table.board_list thead th {
	color: #444445; 
	padding: 8px 6px; 
	font-weight: bold; 
	font-size: 15px;
	text-align: center; 
	vertical-align: middle; 
	background: url(../make_img/board/bg_th.gif) no-repeat right bottom;
	font-family: MALGUN, sans-serif;
} 
table.board_list thead th.none {
	background: transparent;
} 
table.board_list th {
	border: none; 
	border-bottom: 1px solid #66747e; 
	text-align:center; 
	font-weight: bold; 
	color: #636363
}

table.board_list tbody td {
	border-bottom: 1px solid #e7e7e7; 
	color: #636363; 
	font-size: 13px; 
	text-align: center;
	font-family: MALGUN, sans-serif;
}
table.board_list tbody td a {
	display: inline-block; 
	vertical-align: middle; 
	max-width: 85%; 
	font-size: 15px;
	overflow: hidden; 
	color: #555557; 
	text-overflow: ellipsis; 
	white-space:nowrap;
}
table.board_list tbody td img {
	display: inline-block; 
	vertical-align: middle;
}
table.board_list tbody td.left {
	text-align:left; 
}
table.board_list tbody td.center {
	text-align:center; 
}
table.board_list tbody td.right {
	text-align:right; 
}
table.board_list td .btn_modify {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;

	width: 39px;
	height: 24px;
	text-indent: -5000em;
	background: url(../make_img/board/btn_modify.gif) no-repeat left top;
}

table.board_list td .btn_delete {
	display: inline-block;
	vertical-align: middle;
	*display: inline-block;
	*zoom: 1;

	width: 39px;
	height: 24px;
	text-indent: -5000em;
	background: url(../make_img/board/btn_delete.gif) no-repeat left top;
}


table.board_list td .btn_link {
	display: inline-block;
	vertical-align: middle;
	*display: inline-block;
	*zoom: 1;

	width: 77px;
	height: 24px;
	text-indent: -5000em;
	background: url(../make_img/board/btn_link.gif) no-repeat left top;
}



/* °Ô½ÃÆÇ º¸±â */
.board_view {
	border: 0px solid red;
}

.board_view h2 {
	padding: 10px 5px 12px 5px;
	color: #444444;
	font-weight: bold; 
	font-size: 15px;
	border-top: 2px solid #66747e;
	border-bottom: 1px solid #66747e;
}

.board_view .title_area02 {
	border-top: 3px solid #969696;
	border-bottom: 1px solid #dfdfe3;
	overflow: hidden;
}

.board_view .title_area02 h2 {
	padding: 20px 0;
	color: #444444;
	font-weight: bold; 
	font-size: 15px;
	
}


.board_view .board_view_info {
	overflow: hidden;
	padding: 10px 0; 
	border-bottom: 1px solid #dfdfe3;
}

.board_view .board_view_info dl {
	float: left;
	font-size: 13px;
	color: #858585;
}
.board_view .board_view_info dl dt {
	float: left;
	margin-right: 4px;
}

.board_view .board_view_info dl dd {
	float: left;
}

.board_view .board_view_info dl.number {
	width: 45%;
}

.board_view .board_view_info dl.writeer {
	width: 20%;
}

.board_view .board_view_info dl.date {
	width: 20%;
}

.board_view .board_view_info dl.hit {
	float: right;
	width: 15%;
}
.board_view .board_view_info dl.hit dd {
	text-align: right;
}

.board_view .add_file {
	border-bottom: 1px solid #dfdfe3;
}

.board_view .add_file dl {
	position: relative;
	padding-left: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	color: #858585;
}
.board_view .add_file dl dt {
	position: absolute;
	top: 8px;
	left: 0;
}

.board_view .add_file dl dd {
	border: 0px solid red;
}
.board_view .add_file dl dd a {
	display: block;
	margin-bottom: 6px;
	padding-left: 15px;
	line-height: 14px;
	background: url(../make_img/board/icon_file.gif) no-repeat left center;
	border: 0px solid red;
}

.board_view .add_file dl dd a:hover {
	text-decoration: underline;
}

.board_view .photo_info {
	position: relative;
	padding: 21px 29px 21px 280px;
	min-height: 132px;
	border-bottom: 1px solid #dfdfe3;
	background: #f4f5f6;
}

.board_view .photo_info .img_photo {
	position: absolute;
	top: 21px;
	left: 29px;
	width: 213px;
	height: 130px;
	border: 1px solid #e4e6e8;
}

.board_view .photo_info ul {
	margin: 0;
	padding: 0;
}

.board_view .photo_info ul li {
	padding-left: 14px;
	background: url(../make_img/board/icon_bullet01.png) no-repeat left center;
	line-height: 14px;
	font-size: 13px;
	margin-bottom: 18px;
	color: #858585;
}

.board_view .photo_info ul li strong {
	display: inline-block;
	width: 89px;
	color: #545454;
	
}


.board_view .board_contents {
	font-size: 13px;
	color: #858585;
	min-height: 260px;
	padding: 20px; 
}

.board_view .board_contents img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	margin: 0 auto 20px auto;

}

.preview_next_area {
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

.preview_next_area .preview {
	border-bottom: 1px solid #dfdfe3;
}

.preview_next_area li {
	margin: 0;
	padding: 0;
}
.preview_next_area li a {
	position: relative;
	display: block;
	padding-left: 108px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #858585;
	font-size: 13px;
	background: url(../make_img/board/icon_bar01.gif) no-repeat 83px center;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space:nowrap;
}

.preview_next_area li a:hover {
	background: #f9f9f9 url(../make_img/board/icon_bar01.gif) no-repeat 83px center;
}


.preview_next_area li a span.icon_prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 108px;
	padding: 10px 0;
	color: #444;
	font-weight: bold;
	background: url(../make_img/board/icon_up.gif) no-repeat 53px center;
}

.preview_next_area li a span.icon_next{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 108px;
	padding: 10px 0;
	color: #444;
	font-weight: bold;
	background: url(../make_img/board/icon_down.gif) no-repeat 53px center;
}

.preview_next_area li a span.preview_next_title {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	margin-right: 29px;
	border: 0px solid red;
}

.preview_next_area li a span.preview_next_contents {
	color: #858585;
	font-size: 13px;
}

/* ÄÚ¸àÆ® */
.comment_area {
	margin-top: 35px;
	border-top: 1px solid #969696;
}

.comment_area .comment_box {
	border-bottom: 1px solid #e4e6e8;
}

.comment_area .comment_box .comment_info_area {
	padding: 10px;
	font-size: 13px;
	background: #f9f9f9;
	color: #858585;
	border-bottom: 1px solid #e4e6e8;
	overflow: hidden;
}

.comment_area .comment_box .comment_info_area .comment_user {
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #444;
}

.comment_area .comment_box .comment_info_area .comment_date {
	float: right;
	font-size: 12px;
}

.comment_area .comment_box .comment_contents {
	padding: 10px 10px 20px 10px;
}

.comment_area .comment_form {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #e4e6e8;
	background: #f9f9f9;
	text-align: left;
	overflow: hidden;
}

.comment_area .comment_form textarea {
	border: 1px solid #e4e6e8;
	width: 800px;
	height: 60px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}

.btn_comment_save {
	float: right;
	display: inline-block;
	vertical-align: bottom;
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #365b9a;
	border: none;

}


/* °Ô½ÃÆÇ ¾²±â */
.board_write {
	margin: 0; 
	padding: 0;
	border: 0px solid red;
}

.board_write_area {
	padding-top: 6px;
	border-top: 3px solid #969696;
}

.board_write_area dl {
	overflow: hidden;
	padding: 6px 0;
}

.board_write_area dl dt {
	float: left;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	color: #444;
	font-size: 13px;
}

.board_write_area dl dd {
	position: relative;
	float: left;
	width: 590px;
	border: 0px solid red;
}

.board_write_area dl dd input[type="text"], 
.board_write_area dl dd input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	width: 588px;
	height: 28px;
	padding: 0 5px;
	line-height: 28px;
	background: #f9f9f9;
	border: 1px solid #b8b9bb;
	border-top: 1px solid #8d8e90;
	border-left: 1px solid #8d8e90;
	font-family: NanumBarunGothic, sans-serif;
}
.board_write_area dl dd input[type="text"]:focus 
, .board_write_area dl dd input[type="password"]:focus {
	background: #fff;
}


.board_write_area dl dd input[type="file"] {
	display: inline-block;
	vertical-align: middle;
	width: 458px;
	height: 28px;
	line-height: 28px;
	border: 0px solid #b8b9bb;
	margin-bottom: 6px;
	font-family: NanumBarunGothic, sans-serif;
}

.board_write_area dl dd .btn_add_input_file {
	position: absolute;
	top: 0;
	right: 61px;
}

.board_write_area dl dd .btn_minus_input_file {
	position: absolute;
	top: 0;
	right: 0;
}




.board_write_area02 {
	border-top: 3px solid #969696;
}

.board_write_area02 dl {
	position: relative;
	overflow: hidden;
	padding: 0 0;
	padding-left: 122px;
	background: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
}

.board_write_area02 dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	min-height: 20px;
	padding: 10px 20px;
	line-height: 30px;
	color: #636363;
	font-weight: bold;
	font-size: 13px;
}

.board_write_area02 dl dd {
	position: relative;
	background: #fff;
	min-height: 20px;
	padding: 10px 20px;
	border: 0px solid red;
}

.board_write_area02 dl dd input[type="text"], 
.board_write_area02 dl dd input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	width: 588px;
	height: 28px;
	padding: 0 5px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #b8b9bb;
	border-top: 1px solid #8d8e90;
	border-left: 1px solid #8d8e90;
	font-family: NanumBarunGothic, sans-serif;
}
.board_write_area02 dl dd input[type="text"]:focus, 
.board_write_area02 dl dd input[type="password"]:focus {
	background: #f9f9f9;
}


.board_write_area02 dl dd input[type="file"] {
	display: inline-block;
	vertical-align: middle;
	width: 458px;
	height: 28px;
	line-height: 28px;
	border: 0px solid #b8b9bb;
	margin-bottom: 6px;
	font-family: NanumBarunGothic, sans-serif;
}

.board_write_area02 dl dd input[type="checkbox"],
.board_write_area02 dl dd input[type="radio"]{
	display: inline-block; 
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
}

.board_write_area02 dl dd .btn_add_input_file {
	position: absolute;
	top: 0;
	right: 61px;
}

.board_write_area02 dl dd .btn_minus_input_file {
	position: absolute;
	top: 0;
	right: 0;
}

.board_write_area02 dl dd select {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	min-width: 80px;
	border: 1px solid #a9a9a9
}

.board_write_area02 dl dd input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}

.board_write_area02 dl dd label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #6f6f6f;
}



.board_write_area03 {
	padding-bottom: 17px;
	border-top: 3px solid #969696;
	border-bottom: 1px solid #545861;
}

.board_write_area03 dl {
	position: relative;
	overflow: hidden;
	padding: 0 0;
	padding-left: 122px;
	border-bottom: 1px solid #e7e7e7;
}

.board_write_area03 dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	min-height: 20px;
	padding: 10px 20px;
	line-height: 30px;
	color: #636363;
	font-weight: bold;
	font-size: 13px;
}

.board_write_area03 dl dd {
	position: relative;
	background: #fff;
	min-height: 20px;
	padding: 10px 20px;
	border: 0px solid red;
}

.board_write_area03 dl dd input[type="text"], 
.board_write_area03 dl dd input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	width: 588px;
	height: 28px;
	padding: 0 5px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #b8b9bb;
	border-top: 1px solid #8d8e90;
	border-left: 1px solid #8d8e90;
	font-family: NanumBarunGothic, sans-serif;
}
.board_write_area03 dl dd input[type="text"]:focus, 
.board_write_area03 dl dd input[type="password"]:focus {
	background: #f9f9f9;
}


.board_write_area03 dl dd input[type="file"] {
	display: inline-block;
	vertical-align: middle;
	width: 458px;
	height: 28px;
	line-height: 28px;
	border: 0px solid #b8b9bb;
	margin-bottom: 6px;
	font-family: MALGUN, sans-serif;
}

.board_write_area03 dl dd .btn_add_input_file {
	position: absolute;
	top: 0;
	right: 61px;
}

.board_write_area03 dl dd .btn_minus_input_file {
	position: absolute;
	top: 0;
	right: 0;
}

.board_write_area03 dl dd select {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	min-width: 80px;
	border: 1px solid #a9a9a9
}

.board_write_area03 dl dd input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
}

.board_write_area03 dl dd label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #6f6f6f;
}




.board_write_area03 textarea {
	margin-top: 17px;
	width: 909px;
	height: 340px;
	padding: 10px;
	border: 1px solid #dfdfe3;
	overflow-x: hidden;
	overflow-y: auto;
}

.board_write_area03 textarea:focus {
	background: #f9f9f9
}
/* ÆäÀÌÂ¡ ³×ºñ°ÔÀÌ¼Ç */
.paging_navigation {
	clear: both; 
	padding-top: 50px; 
	text-align: center; 
	border: 0px solid red;
}
.paging_navigation a {
	display: inline-block; 
	line-height: 30px; 
	min-width: 22px; 
	height: 28px; 
	padding: 0 3px;
	margin: 0 5px;
	color: #4c4c50;
	border: 1px solid #c5c7cc; 
	vertical-align: middle; 
	font-family: Verdana, MALGUN, sans-serif;
}
.paging_navigation a:hover {
	border: 1px solid #8d8e8f; 
	background: #8d8e8f;
	color: #fff; 
	font-weight: bold; 
	letter-spacing: -1px;
}
.paging_navigation strong {
	display: inline-block; 
	line-height: 30px; 
	min-width: 22px; 
	height: 28px; 
	padding: 0 3px; 
	border: 1px solid #8d8e8f; 
	color: #fff; 
	background: #8d8e8f;
	font-weight: bold; 
	letter-spacing: -1px; 
	vertical-align: middle;
}
.paging_navigation a.btn_first {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_first.gif) no-repeat center center;
}
.paging_navigation a.btn_preview {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_preview.gif) no-repeat center center;
}
.paging_navigation a.btn_next {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_next.gif) no-repeat center center;
}
.paging_navigation a.btn_last {
	text-indent: -5000em; 
	background: url(../make_img/board/btn_last.gif) no-repeat center center;
}


/* °Ë»ö */
.search_area {
	overflow: hidden;
	margin-bottom: 11px;
}

.search_area .select_box, .search_area .total {
	float: left;
}
.search_area .select_box, .search_area .total strong {
	font-weight: normal;
}

.search_area .select_box select {
	display: inline-block;
	vertical-align: middle;
}

.search_area .search_box {
	float: right;
}

.search_area .search_box select {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
}

.search_area .search_box input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	background: #e7e7e7;
	border: 1px solid #c4c4c4;
	width: 220px;
	height: 22px;
	padding: 0 5px;
	line-height: 22px;
	font-family: MALGUN, sans-serif;
}
.search_area .search_box input[type="text"]:focus {
	background: #fff;
}	

.search_area .search_box .btn_search {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	width: 60px;
	text-align: center;
	line-height: 24px;
	font-family: MALGUN, sans-serif;
	background: #545861;
	color: #fff;
	border: none;
	margin-left: -4px;
}


/* ¹öÆ° ¸ðÀ½ */
.btn_right {
	padding-top: 12px;
	text-align: right;
	margin-bottom: 10px;
}

.btn_right .btns {
	display: inline-block;
	vertical-align: middle;
	min-width: 35px;
	height: 35px;
	padding: 0 19px;
	line-height: 35px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 0;
}

.btn_right .btn_color01 {
	background: #f53d3d
}

.btn_right .btn_color02 {
	background: #585858
}

.btn_right .btn_color03 {
	background: #2ab5f0
}

.btn_right input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: 73px;
	height: 35px;
	padding: 0 19px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.btn_right a {
	display: inline-block;
	vertical-align: bottom;
}

.btn_center img {
	display: inline-block;
	vertical-align: middle;
}


.btn_center {
	padding-top: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.btn_center .btns {
	display: inline-block;
	vertical-align: middle;
	min-width: 35px;
	height: 35px;
	padding: 0 19px;
	line-height: 35px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 0;
}

.btn_center .btn_color01 {
	background: #f53d3d
}

.btn_center .btn_color02 {
	background: #585858
}

.btn_center .btn_color03 {
	background: #2ab5f0
}

.btn_center input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: 73px;
	height: 35px;
	padding: 0 19px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.btn_center a {
	display: inline-block;
	vertical-align: bottom;
}

/* »çÁøÃ¸ */
.photo-box {
	padding-top: 11px;
	margin-bottom: 75px;
	border: 0px solid red;
}

.photo-box h2 {
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	padding: 12px 2px; 
	border-top: 2px solid #66747e;
	border-bottom: 1px solid #66747e;
}


.photo-sub-info {
	border-bottom: 1px solid #dfdfe3;
	overflow: hidden;
	height: 30px;
	padding-top: 10px;
}

.photo-sub-info .user-name {
	float: left;
	padding-left: 2px;
}	

.photo-contents {
	text-align: left;
	font-size: 13px;
	color: #636363;
	padding: 24px 2px 10px 2px;
	border-bottom:1px solid #DFDFDF;
}

.photo-contents img {
	display: block;
	margin: 0 auto 30px auto;
	
}

.comment-area02 {
	border: 1px solid #e2e2e2;
	padding: 13px 20px;
	background: #fafafa;
}

.comment-area02 dl {
	position: relative;
	padding-left: 70px;
	margin-bottom: 21px;
}

.comment-area02 dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 23px;
	line-height: 23px;
	color: #636363;
	font-weight: bold;
}

.comment-area02 dl dd input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: 355px;
	height: 18px;
	bordeR: 1px solid #cccccc;
	padding: 2px 5px;
}

.comment-area02 dl dd input[type="image"] {
	display: inline-block;
	vertical-align: middle;
}

.comment-area02 .comment-list02 {
	border: 0px solid red;
}

.comment-area02 .comment-list02 ul {
	margin: 0;
	padding: 0;
}

.comment-area02 .comment-list02 ul li {
	border: 0px solid red;
	color: #6f6f6f;
}

.comment-area02 .comment-list02 ul li .name {
	display: inline-block;
	vertical-align: middle;
	padding-left: 18px;
	padding-right: 19px;
	min-width: 40px;
	background: url(../make_img/board/icon_smaile.gif) no-repeat left center


}

.comment-area02 .comment-list02 ul li .comment-info {
	display: inline-block;
	vertical-align: middle;
	padding-right: 19px;
}

.comment-area02 .comment-list02 ul li a {
	display: inline-block;
	vertical-align: middle;
}

.comment-area02 .comment-list02 ul li a img {
	display: block;
}

/* Áö½Ä¹ßÀü¼Ò */
.knowledge_list {
	width: 946px;
	overflow: hidden;
}

.knowledge_list .knowledge_box {
	float: left;
	width: 460px;
	margin-right: 13px;
}



.knowledge_list .knowledge_box .knowledge_info {
	border-top: 3px solid #565656;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
}

.knowledge_list .knowledge_box .knowledge_info .writer {
	float: left;
	color: #555555;
	padding: 12px 0 10px 15px;
	font-family: MALGUN, sans-serif;
}

.knowledge_list .knowledge_box .knowledge_info .date {
	float: right;
	color: #555555;
	padding: 12px 15px 10px 0;
	font-family: MALGUN, sans-serif;
}

.knowledge_list .knowledge_box a {
	position: relative;
	display: block;
	height: 219px;
	padding: 31px 25px 0 135px;
	margin-bottom: 31px;
	font-family: MALGUN, sans-serif;
}

.knowledge_list .knowledge_box a:hover {
	background: #f9f9f9;
}
.knowledge_list .knowledge_box a img {
	position: absolute;
	top: 31px;
	left: 25px;
	display: block;
}

.knowledge_list .knowledge_box a strong {
	display: block;
	color: #555555;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.knowledge_list .knowledge_box a span {
	display: block;
	color: #555555
}

.color_complate {
	color: #1071dd
}

.color_cancel {
	color: #f53d3d
}






table caption {
	display: none; 
	text-align: left; 
	font-weight: bold; 
	font-size: 1em; 
	letter-spacing: 0; 
	padding: 0.8em 0 0.4em 14px; 
	margin: 0; 
} /* caption ÅÂ±×´Â ¼û±è */
table.t2 {
	border-collapse: collapse; 
	border-top: 2px solid #969696; 
	border-bottom: 1px solid #66747e; 
	table-layout: fixed;
}

table.t2 th, table.t2 td {
	border-width: 0;
}
table.t2 thead, table.t2 tfoot {}
table.t2 thead th {
	color: #444444; 
	padding: 0;
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
	background: url(../make_img/board/bg_th.gif) no-repeat right bottom;
	font-family: MALGUN, sans-serif;
} 
table.t2 thead th.none {
	background: transparent;
} 
table.t2 th {
	border: none; 
	border-bottom: 1px solid #66747e; 
	text-align:center; 
	font-weight: bold; 
	background: #f7f7f7;
	color: #636363
}

table.t2 tbody td {
	border-bottom: 1px solid #e7e7e7; 
	color: #636363; 
	font-size: 13px; 
	text-align: left;
	font-family: MALGUN, sans-serif;
}

table.t2 tbody td img {
	display: inline-block; 
	vertical-align: middle;
}
table.t2 tbody td.left {
	text-align:left; 
}
table.t2 tbody td.center {
	text-align:center; 
}
table.t2 tbody td.right {
	text-align:right; 
}



table caption {
	display: none; 
	text-align: left; 
	font-weight: bold; 
	font-size: 1em; 
	letter-spacing: 0; 
	padding: 0.8em 0 0.4em 14px; 
	margin: 0; 
} /* caption ÅÂ±×´Â ¼û±è */
table.t3 {
	border-collapse: collapse; 
	border-top: 0px solid #969696; 
	border-bottom: 0px solid #66747e; 
	table-layout: fixed;
}

table.t3 th, table.t3 td {
	padding: 10px 6px; border-width: 0;
}
table.t3 thead, table.t3 tfoot {}
table.t3 thead th {
	color: #444444; 
	padding: 8px 6px; 
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
	background: url(../make_img/board/bg_th.gif) no-repeat right bottom;
	font-family: MALGUN, sans-serif;
} 
table.t3 thead th.none {
	background: transparent;
} 
table.t3 th {
	border: none; 
	border-bottom: 0px solid #66747e; 
	text-align:center; 
	font-weight: bold; 
	background: #f7f7f7;
	color: #636363
}

table.t3 tbody td {
	border-bottom: 0px solid #e7e7e7; 
	color: #636363; 
	font-size: 13px; 
	text-align: left;
	font-family: MALGUN, sans-serif;
}

table.t3 tbody td img {
	display: inline-block; 
	vertical-align: middle;
}
table.t3 tbody td.left {
	text-align:left; 
}
table.t3 tbody td.center {
	text-align:center; 
}
table.t3 tbody td.right {
	text-align:right; 
}




table.t4 {
	border-collapse: collapse; 
	border-top: 2px solid #999999; 
	border-bottom: 1px solid #66747e; 
	table-layout: fixed;
}

table.t4 th, table.t4 td {
	border-width: 0;
}
table.t4 thead, table.t4 tfoot {}
table.t4 thead th {
	color: #6f6f6f; 
	padding: 0;
	font-weight: bold; 
	text-align: center; 
	vertical-align: middle; 
	background: #f3f3f3;
	font-family: MALGUN, sans-serif;
} 
table.t4 thead th.none {
	background: transparent;
} 
table.t4 th {
	border: none; 
	border-bottom: 1px solid #66747e; 
	text-align:center; 
	font-weight: bold; 
	background: #f3f3f3;
	color: #6f6f6f
}

table.t4 tbody td {
	border-bottom: 1px solid #999999; 
	color: #636363; 
	font-size: 13px; 
	text-align: center;
	font-family: MALGUN, sans-serif;
}

table.t4 tbody td img {
	display: inline-block; 
	vertical-align: middle;
}
table.t4 tbody td.left {
	text-align:left; 
}
table.t4 tbody td.center {
	text-align:center; 
}
table.t4 tbody td.right {
	text-align:right; 
}





.user-name{
	width:300px;
}


.report-info-area {
	height: 72px;
	overflow: hidden;
	margin-bottom: 9px;
	border: 0px solid red;
}

.report-info-area dl {
	overflow: hidden;
	background: #f1f1f4;
}

.report-info-area dl dt {
	float: left;
	width: 95px;
	height: 72px;
	line-height: 72px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #5d9ff4;
	text-align: center;
}

.report-info-area dl dd {
	float: left;
	height: 72px;
	line-height: 72px;
	font-size: 15px;
}

.report-info-list {
	border: 1px solid #e8e8e8;
	padding: 20px 28px;
	color: #b0b5b8;
	font-size: 14px;
	margin-bottom: 40px;
}

.report_info_box {
	border: 10px solid #f2f2f2;
	padding: 40px;
}