@charset "UTF-8";

/******
공용
******/
.modules_board .board_header	{ margin: 0 0 20px 0; }
.modules_board .board_footer	{ margin: 20px 0 0 0; }


/******
인트로
******/
.modules_board .board_intro	{ padding: 10px; border: 1px solid #dfdfdf; background-color: #fafafa; }
.modules_board .board_intro:after	{ display: block; clear: both; content: " "; }


/******
목록
******/
.modules_board .proc_list	{}
.modules_board .proc_list:after	{ display: block; clear: both; content: " "; }


.modules_board .proc_list .search	{ margin: 50px 0; }
.modules_board .proc_list .search form	{ padding: 40px 0; background-color: #f9f9f9; text-align: center; }
.modules_board .proc_list .search form fieldset	{ display: inline-block; padding: 0; }
.modules_board .proc_list .search form fieldset:after	{ display: block; clear: both; content: " "; }
.modules_board .proc_list .search form fieldset label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.modules_board .proc_list .search form fieldset > *	{ float: left; margin: 0 10px 0 0; }
.modules_board .proc_list .search form fieldset > *:last-child	{ margin-right: 0; }
.modules_board .proc_list .search form fieldset select	{ height: 45px; padding: 0 25px 0 10px; border: 1px solid #e1e1e1; box-sizing: border-box; }
.modules_board .proc_list .search form fieldset input	{ min-width: 350px; height: 45px; border: 1px solid #e1e1e1; box-sizing: border-box; }
.modules_board .proc_list .search form fieldset button,
.modules_board .proc_list .search form fieldset a	{ min-width: 120px; height: 45px; line-height: 45px; border: 0; border-radius: 0; box-sizing: border-box; font-size: 15px; }
.modules_board .proc_list .search form fieldset button.action_search	{ color: #fff; background-color: #274081; }



.modules_board .proc_list .list	{ clear: both; margin: 0 -15px; }
.modules_board .proc_list .list table	{ padding: 0; margin: 0; border: 0 none; background-color: transparent; }
.modules_board .proc_list .list table tr	{ border: 0 none; }
.modules_board .proc_list .list table tr td	{ padding: 15px; border: 0 none; }
.modules_board .proc_list .list table tr td.empty	{ padding: 15px; text-align: center; }

.modules_board .proc_list .list .show_image	{ position: relative; display: block; padding: 0; border: 1px solid #e1e1e1; text-align: left; color: #666; }
.modules_board .proc_list .list .show_image:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_list .list a.show_image:focus, .modules_board .proc_list .list a.show_image:hover, .modules_board .proc_list .list a.show_image:active	{ background-color: #fafafa; }
.modules_board .proc_list .list .show_image .image	{ display: block; height: 234px; padding: 0; margin: 0; overflow: hidden; }
.modules_board .proc_list .list .show_image .image img	{ display: block; width: 100%; height: 100%; border: 0 none; object-fit: cover; }
.modules_board .proc_list .list .show_image .category	{ display: block; line-height: 25px; padding: 0 10px; margin: 0 0 5px 0; background-color: #666; color: #fff; font-weight: normal; }
.modules_board .proc_list .list .show_image .text	{ display: block; padding: 30px; text-align: left; }
.modules_board .proc_list .list .show_image .text em	{ display: block; line-height: 1em; padding-bottom: 15px; font-size: 20px; font-weight: 700; font-style: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.modules_board .proc_list .list .show_image .text br	{ display: none; }
.modules_board .proc_list .list .show_image .text span	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }



.modules_board .proc_list .order	{ padding: 0; margin: 5px 0; text-align: right; }
.modules_board .proc_list .order > *	{ margin: 0 0 0 10px; }
.modules_board .proc_list .order > *:first-child	{ margin-left: 0; }
.modules_board .proc_list .order .button	{ min-width: 190px; }




.modules_board .pagejump	{ clear: both; margin-top: 50px; text-align: center; }
.modules_board .pagejump p	{ display: inline-block; }
.modules_board .pagejump p:after	{ display: block; clear: both; content: " "; }
.modules_board .pagejump a	{ float: left; display: block; width: 48px; height: 48px; line-height: 48px; margin-left: -1px; border: 1px solid #e1e1e1; box-sizing: border-box; text-align: center; font-size: 20px; color: #252525; }
.modules_board .pagejump a:focus, .modules_board .pagejump a:hover, .modules_board .pagejump a:active	{ background-color: #f0f0f0; color: #333; }
.modules_board .pagejump a.now	{ color: #fff; background-color: #42444a; border-color: #42444b; }
.modules_board .pagejump a.now strong	{ font-weight: normal; color: #fff; }
.modules_board .pagejump a.first span,
.modules_board .pagejump a.prev span,
.modules_board .pagejump a.next span,
.modules_board .pagejump a.end span	{ position: absolute; display: block; width: 0; height: 0; font-size: 0; }
.modules_board .pagejump a.first:after	{ display: inline-block; content: "〈〈"; letter-spacing: -2px; }
.modules_board .pagejump a.prev:after	{ display: inline-block; content: "〈"; }
.modules_board .pagejump a.next:after	{ display: inline-block; content: "〉"; }
.modules_board .pagejump a.end:after	{ display: inline-block; content: "〉〉"; letter-spacing: -2px; }

@media all and ( max-width: 669px )
{
	.modules_board .pagejump	{ display: block; }
	.modules_board .pagejump a	{ width: 30px; height: 30px; line-height: 30px; font-size: 15px; }
}









@media all and ( max-width: 669px )
{
	.modules_board .proc_list .search	{ margin: 25px 0; }
	.modules_board .proc_list .search form	{ padding: 20px 15px; }
	.modules_board .proc_list .search form fieldset select	{ width: 49%; margin: 0 0 10px 0; }
	.modules_board .proc_list .search form fieldset select#search_field	{ float: right; }
	.modules_board .proc_list .search form fieldset select#search_field.category_hide	{ float: none; width: 100%; }
	.modules_board .proc_list .search form fieldset input	{ width: 73%; min-width: 0; margin: 0; }
	.modules_board .proc_list .search form fieldset button, .modules_board .proc_list .search form fieldset a	{ display: none; }
	.modules_board .proc_list .search form fieldset button.action_search	{ float: right; display: inherit; width: 25%; min-width: 0; margin: 0; }
	
	
	
	
	.modules_board .proc_list .list table	{ display: block; }
	.modules_board .proc_list .list table colgroup,
	.modules_board .proc_list .list table colgroup col	{ display: none; }
	.modules_board .proc_list .list table tbody	{ display: block; }
	.modules_board .proc_list .list table tbody tr	{ display: block; }
	.modules_board .proc_list .list table tbody tr td	{ display: block; }

	
	
	
	.modules_board .proc_list .order	{ margin: 20px 0; text-align: center; }
	.modules_board .proc_list .order .button	{ min-width: 150px !important; }
}





/******
조회
******/
.modules_board .proc_read th.board_title,
.modules_board .proc_read td.board_title	{ line-height: 30px; padding: 10px 5px; font-size: 1.2em; }

.modules_board .proc_read .board_content	{ clear: both; }
.modules_board .proc_read .board_content:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .board_content.content_editor p,
.modules_board .proc_read .board_content.content_editor br	{ margin: 0; padding: 0; }

.modules_board .proc_read .doc_license	{ clear: both; padding: 5px 0; }
.modules_board .proc_read .doc_license:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .doc_license > a	{ float: left; display: block; cursor: pointer; vertical-align: top; }
.modules_board .proc_read .doc_license > a > img	{ display: block; border: 0 none; vertical-align: top; }
.modules_board .proc_read .doc_license > span	{ display: block; float: left; line-height: 54px; padding-left: 20px; vertical-align: top; }
.modules_board .proc_read .doc_license > span a	{ color: #0086b3; font-weight: bold; }
.modules_board .proc_read .doc_license > span a:focus, .modules_board .proc_read .doc_license > span a:hover, .modules_board .proc_read .doc_license > span a:active	{ color: #f00; text-decoration: underline; }




/*
.modules_board .proc_read .read_header	{ padding: 10px 20px; background-color: #f5f5f5; }
.modules_board .proc_read .read_header h3	{ line-height: 30px; padding: 0; margin: 0 0 10px 0; background: none; font-size: 15px;  font-weight: bold; }
.modules_board .proc_read .read_header h3 strong	{ display: inline-block; padding: 0 15px; color: #fff; background-color: #000; margin-right: 10px; }
.modules_board .proc_read .read_header dl	{ padding: 0; margin: 0; list-style: none; font-size: 15px; }
.modules_board .proc_read .read_header dl:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .read_header dl dt	{ float: left; padding: 0 5px 0 0; margin: 0; list-style: none; font-weight: 600; }
.modules_board .proc_read .read_header dl dt:before	{ display: inline-block; padding: 0 10px; content: "|"; color: #cacbcc; }
.modules_board .proc_read .read_header dl dt:first-child:before	{ content: none; }
.modules_board .proc_read .read_header dl dd	{ float: left; padding: 0; margin: 0; list-style: none; }
.modules_board .proc_read .read_header dl dd:before	{ content: " : "; }
*/
.modules_board .proc_read .read_header	{}
.modules_board .proc_read .answer .read_header	{ margin-top: 60px; }
.modules_board .proc_read .read_header h3	{ line-height: 37px; margin-bottom: 30px; font-size: 20px;font-weight: 700; }
.modules_board .proc_read .answer .read_header h3:before	{ display: inline-block; padding-right: 0.5em; font-size: 20px; font-weight: 700; color: #229657; content: "RE :"; }
.modules_board .proc_read .read_header .etc_info	{ padding: 30px; margin: 0; border-top: 1px solid #222; border-bottom: 1px solid #e1e1e1; background: #f9f9f9; font-size: 16px; color: #808080; }
.modules_board .proc_read .read_header .etc_info:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .read_header dl	{ float: left; padding: 0; margin: 0; list-style: none; }
.modules_board .proc_read .read_header dl.fr	{ float: right; }
.modules_board .proc_read .read_header dl dt	{ float: left; padding: 0 5px 0 0; margin: 0; list-style: none; font-weight: normal; }
.modules_board .proc_read .read_header dl dt:before	{ display: inline-block; padding: 0 10px; content: "|"; color: #cacbcc; }
.modules_board .proc_read .read_header dl dt:first-child:before	{ content: none; }
.modules_board .proc_read .read_header dl dd	{ float: left; padding: 0; margin: 0; list-style: none; }
.modules_board .proc_read .read_header dl dd:before	{ content: " : "; }


/*
.modules_board .proc_read .read_file	{ line-height: 47px; padding: 20px 30px 0 30px; border-bottom: 1px solid #e1e1e1; }
.modules_board .proc_read .read_file:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .read_file h4	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.modules_board .proc_read .read_file ol	{ padding: 0; margin: 0; list-style: none; }
.modules_board .proc_read .read_file ol:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .read_file ol li	{ position: relative; padding: 0 0 20px 0; margin: 0; list-style: none; color: #656565; font-size: 12px; }
.modules_board .proc_read .read_file ol li img	{ display: block; }
.modules_board .proc_read .read_file ol li strong	{ font-size: 15px; font-weight: normal; }
.modules_board .proc_read .read_file ol li br	{ display: none; }
.modules_board .proc_read .read_file ol li .description	{ display: none; }
.modules_board .proc_read .read_file ol li .action_load	{ display: none; }
*/
.modules_board .proc_read .read_file	{ line-height: 47px; padding: 20px 30px; border-bottom: 1px solid #e1e1e1; }
.modules_board .proc_read .read_file:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .read_file h4	{ float: left; width: 100px; margin: 0; font-size: 16px; color: #656565; }
.modules_board .proc_read .read_file ol	{ padding: 0 0 0 100px; margin: 0; list-style: none; }
.modules_board .proc_read .read_file ol:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .read_file ol li	{ float: left; position: relative; padding: 0 15px; margin: 0 10px 0 0; list-style: none; border: 1px solid #e1e1e1; color: #656565; font-size: 12px; }
.modules_board .proc_read .read_file ol li strong	{ font-size: 15px; font-weight: normal; }
.modules_board .proc_read .read_file ol li img	{ width: 20px; height: 20px; vertical-align: middle; }
.modules_board .proc_read .read_file ol li br	{ display: none; }
.modules_board .proc_read .read_file ol li .description	{ display: none; }
.modules_board .proc_read .read_file ol li .action_load	{ display: none; }
.modules_board .proc_read .read_file ol li a	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0; margin: 0; border: 0 none; text-indent: -9999px; overflow: hidden;  background-color: transparent !important; }


.modules_board .proc_read .read_content	{ padding: 20px; border-width: 1px 0; border-style: dashed none solid none; border-color: #e1e1e1; }
.modules_board .proc_read .read_content:after	{ display: block; clear: both; content: ""; }
.modules_board .proc_read .read_content pre	{ margin: 0; }

.modules_board .proc_read .order	{ text-align: center; }
.modules_board .proc_read .order a	{ min-width: 190px; }


.modules_board h3.t	{ line-height: 37px; margin: 30px 0 10px 0; font-size: 20px;font-weight: 700; }


.modules_board .answer	{}

pre	{ line-height: 35px; }


@media all and ( max-width: 669px )
{
	.modules_board .proc_read table colgroup col:nth-child(1)	{ width: 90px !important; }
	
	.modules_board .proc_read .doc_license > span	{ clear: both; line-height: 20px; padding: 5px 0 0 0; }
	
	
	
	.modules_board .proc_read .read_header h3	{ line-height: 30px; margin-bottom: 20px }
	.modules_board .proc_read .read_header h3 strong	{ height: 28px; line-height: 28px; margin-right: 0; font-size: 13px; }
	.modules_board .proc_read .read_header h3 span	{ display: block; font-size: 15px; }
	.modules_board .proc_read .read_header .etc_info	{ line-height: 25px; padding: 10px; font-size: 13px; }
	.modules_board .proc_read .read_header dl	{ float: none !important; }
	.modules_board .proc_read .read_header dl dt	{ clear: both; width: 20%; text-align: right; }
	.modules_board .proc_read .read_header dl dt:before	{ content: none; }
	
	
	
	.modules_board .proc_read .read_file	{ padding: 15px; }
	.modules_board .proc_read .read_file ol	{ padding: 0; }
	.modules_board .proc_read .read_file ol li	{ float: none; line-height: 20px; padding: 5px 10px; margin: 0 0 10px 0; text-align: center; }
	
	
	
	.modules_board .proc_read .order	{ text-align: center; }
	
	
	.modules_board .answer table colgroup col:nth-child(1)	{ width: 90px !important; }
	
	
	pre	{ line-height: 20px; }
}


/******
작성/수정
******/
.proc_write	{}

.proc_write .input_required	{ color: #f00 !important; }


.proc_write table	{ border-top: 2px solid #6f80ab; }
.proc_write table colgroup col:nth-child(1)	{ width: 220px !important; }
.proc_write table tbody tr th	{ line-height: 45px; padding-left: 40px; border-width: 0 1px 1px 0; border-style: solid; border-color: #dedee1; background-color: #f9f9f9; text-align: left; font-size: 15px; color: #222; font-weight: bold; }
.proc_write table tbody tr td	{ padding: 15px 20px; border-width: 0 0 1px 1px; border-style: solid; border-color: #dedee1; }

.proc_write table tbody tr td select	{ height: 45px; padding: 0 20px; border: 1px solid #e1e1e1; box-sizing: border-box; background-color: #f9f9f9; }
.proc_write table tbody tr td input[type="text"]	{ width: 100% !important; height: 45px; padding: 0 20px; border: 1px solid #e1e1e1; box-sizing: border-box; background-color: #f9f9f9; }
.proc_write table tbody tr td textarea	{ width: 100% !important; padding: 20px; border: 1px solid #e1e1e1; box-sizing: border-box; background-color: #f9f9f9; }


#file_upload_input_list	{ line-height: 50px; } 

#editor_file_upload	{}
#editor_file_upload .list	{}
#editor_file_upload .list:after	{ display: block; clear: both; content: " "; }
#editor_file_upload .list ol	{ padding: 20px 0 0 20px; margin: 0; list-style: none; }
#editor_file_upload .list ol:after	{ display: block; clear: both; content: " "; }
#editor_file_upload .list ol li	{ float: left; padding: 0 20px 20px 0; margin: 0; list-style: none; text-align: center; }
#editor_file_upload .list img	{ display: block; width: 150px; height: 150px; margin: 0 auto; }
#editor_file_upload .list a	{ display: inline-block; margin: 5px 3px; }
#editor_file_upload .list span	{ display: block; width: 149px; height: 149px; border: 1px solid #eee; text-align: center; background-color: #fff; }
#editor_file_upload .list span:before	{ display: block; content: "첨부파일"; font-weight: bold; }
#editor_file_upload .list p	{ line-height: 5em; margin: 0; }

#editor_file_upload .order	{ padding: 10px 20px 10px 20px; margin: 0; border-top: 1px solid #eee; text-align: left; }
#editor_file_upload .order:after	{ display: block; clear: both; content: " "; }
#editor_file_upload .order p	{ float: left; line-height: 20px; margin: 0; color: #f00; }
#editor_file_upload .order button	{ float: right; }



.proc_write p.order .button	{ min-width: 200px; height: 55px; line-height: 55px; margin: 0 2px; border: 2px solid #222; border-radius: 0; box-sizing: border-box; background-color: #fff; color: #222; font-size: 16px; font-weight: 700; }
.proc_write p.order .button.action_write	{ color: #274081; border-color: #274081; }


@media all and ( max-width: 669px )
{
	.proc_write table colgroup col:nth-child(1)	{ width: 110px !important; }
	.proc_write table tbody tr th	{ line-height: inherit; font-size: 13px; padding-left: 15px; }
	.proc_write table tbody tr td	{ padding: 10px; font-size: 12px; }
	
	.proc_write table tbody tr td select	{ height: 35px; }
	.proc_write table tbody tr td input[type="text"]	{ height: 35px; padding: 0 10px; }
	.proc_write table tbody tr td textarea	{ padding: 10px; }
	
	#file_upload_input_list	{ line-height: 40px; }
	
	.proc_write p.order .button	{ max-width: 30% !important; min-width: 30% !important; }
}



/******
비밀번호
******/
/******
삭제
******/



/******
덧글 목록
******/
.modules_board_comment .proc_list h4	{ margin-bottom: 0.5em; }
.modules_board_comment .proc_list table	{ margin-top: 0.5em; }
.modules_board_comment .proc_list table tr.comment_line1 th,
.modules_board_comment .proc_list table tr.comment_line1 td	{ border-bottom-color: #eee; }

.modules_board_comment .proc_list table tr.board_notice	{ background-color: #f0f0f0; color: #000; }
.modules_board_comment .proc_list table tr.board_secret	{ color: #666; }
.modules_board_comment .proc_list table tr.board_delete	{ text-decoration: line-through !important; background-color: #ffa9a9; }
.modules_board_comment .proc_list table tr.board_dateend	{ text-decoration: line-through !important; background-color: #ffa9a9; }


