@charset "utf-8";


/* 리스트페이지 */

.board_table table					{width:780px; color:#636363; border-collapse:collapse; border-spacing:0;}
.board_table table th 				{height:31px; text-align:center; background:url(/images/org_table_bg.gif); background-repeat:repeat-x; background-position:top; font-weight:bold; color:#446b85;}
.board_table table th.dtl_title		{height:27px; background:url(/images/dtl_title_bg2.gif) repeat-x top left; padding:0 10px; border-bottom:#d6d6d6 1px solid; border-right:#d6d6d6 1px solid; text-align:right; font-weight:bold; color:#446b85;}
.board_table table th.ins_top		{height:27px; background:url(/images/dtl_title_bg2.gif) repeat-x top left; padding:0 10px; border-bottom:#d6d6d6 1px solid; border-right:#d6d6d6 1px solid; border-top:#33518c 1px solid; text-align:right; font-weight:bold; color:#446b85;}
.board_table table th.first-child	 	{background:url(/images/org_table_bg_left.gif) no-repeat top left;}
.board_table table th.last-child	 	{background:url(/images/org_table_bg_right.gif) no-repeat top right;}
.board_table table td					{border-bottom:#d6d6d6 1px solid; text-align:center; color:#636363; height:28px; padding:0;}
.board_table table td.left				{text-align:left; color:#636363; padding-left:18px;}
.board_table table td.photo_img			{text-align:center; padding:20px 0; border-bottom:#fff 1px solid;}
.board_table table td.ins_title			{text-align:left; color:#636363; padding-left:18px; border-top:#33518c 1px solid;}
.board_table table td.text				{text-align:left; padding:10px 20px;}
.board_table table td.text img			{max-width:700px;}
.board_table table td.deadline { color:#568bd0; font-weight:bold}
.con_area div.num_list				{width:780px; padding:25px 0 0 0; text-align:center; color:#666;}
.con_area div.num_list span			{font-weight:bold;}
.con_area div.num_list img			{padding:2px 10px 0 10px;}

.con_area div.search	 			{width:100%; padding:10px 0 0 0; text-align:center;}

.con_area div.search img 		{vertical-align:middle;}

.con_area div.search_right	 			{width:100%; padding:10px 0 0 0; text-align:right;}



.bo_title a:link   { color:#094a9b; text-decoration:none; }
.bo_title a:visited   { color:#094a9b; text-decoration:none; }
.bo_title a:active    { color:#094a9b; text-decoration:none; }
.bo_title a:hover     { color:#094a9b; text-decoration:underline; }



/* 글쓰기페이지 */

.board_table_wr table					{width:780px; color:#636363; border-collapse:collapse; border-spacing:0; border-top:3px solid #6a95c1 }
.board_table_wr table th 				{height:31px; text-align:center; font-weight:bold; color:#446b85;}
.board_table_wr table th.dtl_title		{height:27px; background:url(/images/dtl_title_bg2.gif) repeat-x top left; padding:0 10px; border-bottom:#d6d6d6 1px solid; border-right:#d6d6d6 1px solid; text-align:right; font-weight:bold; color:#446b85;}
.board_table_wr table th.ins_top		{height:27px; background:url(/images/dtl_title_bg2.gif) repeat-x top left; padding:0 10px; border-bottom:#d6d6d6 1px solid; border-right:#d6d6d6 1px solid; border-top:#33518c 1px solid; text-align:right; font-weight:bold; color:#446b85;}
.board_table_wr table th.first-child	{background:url(/images/org_table_bg_left.gif) no-repeat top left;}
.board_table_wr table th.last-child	 	{background:url(/images/org_table_bg_right.gif) no-repeat top right;}
.board_table_wr table td				{border-bottom:#d6d6d6 1px solid; text-align:center; color:#636363; height:28px; padding:0;}
.board_table_wr table td.left			{text-align:left; color:#636363; padding-left:5px;}
.board_table_wr table td.left2			{position:relative;text-align:left; color:#636363; padding-left:5px;}
.board_table_wr table td.con			{text-align:left; color:#636363; padding:5px;}

.board_table_wr table td.photo_img		{text-align:center; padding:20px 0; border-bottom:#fff 1px solid;}
.board_table_wr table td.ins_title		{text-align:left; color:#636363; padding-left:5px; border-top:#33518c 1px solid;}
.board_table_wr table td.text			{text-align:left; padding:10px 20px;}
.board_table_wr table td.deadline		{color:#568bd0; font-weight:bold}


.board_table_wr table td input[type=text] {font-family: "돋움";font-size:12px;height:18px;line-height:18px;border:1px solid #dcdcdc}
.board_table_wr table td input[type=password] {font-family: "돋움";font-size:12px;height:18px;line-height:18px;border:1px solid #dcdcdc}
.board_table_wr table td input[type=file] {font-family: "돋움";font-size:12px;height:18px;line-height:18px;border:1px solid #dcdcdc}
.board_table_wr table td textarea {font-family: "돋움";font-size:12px;border:1px solid #dcdcdc}


.btn_area {width:780px;padding-top:15px;text-align:right;}