@charset "UTF-8";

/*
@import url("/common/editor/pagemaker/css/pagemaker_view.css");
*/


.modules_contents .proc_read	{ padding-bottom: 10px; }



/* 링크 버튼 */
.modules_contents .proc_read .link_buttons	{ clear: both; margin: 40px 0; }
.modules_contents .proc_read .link_buttons:first-child	{ margin-top: 40px !important; }
.modules_contents .proc_read .link_buttons:after	{ display: block; clear: both; content: ""; }
.modules_contents .proc_read .link_buttons a	{ float: left; width: 30%; height: 54px; line-height: 24px; padding: 0 20px; border-radius: 59px; margin: 0 0 5% 5%; box-sizing: border-box; background-color: #1d2088; text-align: center; color: #fff; font-size: 15px; }
.modules_contents .proc_read .link_buttons a	{ display: flex; justify-content: center; align-items: center; word-break: keep-all; }
.modules_contents .proc_read .link_buttons a:nth-child(3n + 1)	{ clear: both; margin-left: 0; }
.modules_contents .proc_read .link_buttons a:focus, .modules_contents .proc_read .link_buttons a:hover, .modules_contents .proc_read .link_buttons a:active	{ background-color: #333; color: #fff; }

.modules_contents .proc_read .link_buttons.cols1 a,
.modules_contents .proc_read .link_buttons.single a	{ float: none; width: 47.5%; margin: 0 auto; }

.modules_contents .proc_read .link_buttons.cols2 a	{ width: 47.5%; }
.modules_contents .proc_read .link_buttons.cols2 a:nth-child(3n + 1)	{ clear: none; margin-left: 5%; }
.modules_contents .proc_read .link_buttons.cols2 a:nth-child(2n + 1)	{ clear: both; margin-left: 0; }


@media all and ( max-width: 768px )
{
	.modules_contents .proc_read .link_buttons a	{ width: 47.5%; }
	.modules_contents .proc_read .link_buttons a:nth-child(3n + 1)	{ clear: none; margin-left: 5%; }
	.modules_contents .proc_read .link_buttons a:nth-child(2n + 1)	{ clear: both; margin-left: 0; }
}
@media all and ( max-width: 425px )
{
	.modules_contents .proc_read .link_buttons a	{ float: none; width: auto; margin-left: 0; }
	.modules_contents .proc_read .link_buttons a:nth-child(2n + 1)	{ clear: none; margin-left: 0; }
}





/*
공공누리 라이선스
*/
.modules_contents .proc_read .doc_license	{ clear: both; padding: 10px; margin: 30px 0 20px 0; border: 1px solid #c8c8c8; background-color: #fafafa; border-radius: 5px; }
.modules_contents .proc_read .doc_license:after	{ display: block; clear: both; content: ""; }
.modules_contents .proc_read .doc_license h3	{ /*visibility: hidden;*/ display: block; width: 0; height: 0; padding: 0; margin: 0; overflow: hidden; font-size: 0; position: absolute; }
.modules_contents .proc_read .doc_license div	{ clear: both; min-height: 54px; padding-left: 220px; }
.modules_contents .proc_read .doc_license div:after	{ display: block; clear: both; content: ""; }
.modules_contents .proc_read .doc_license div > a	{ position: relative; left: -220px; float: left; display: block; margin-right: -220px; cursor: pointer; vertical-align: top; }
.modules_contents .proc_read .doc_license div > a > img	{ display: block; border: 0 none; vertical-align: top; }
.modules_contents .proc_read .doc_license div > span	{ display: table; width: 100%; height: 54px; line-height: 20px; padding-left: 20px; box-sizing: border-box; vertical-align: top; font-size: 0.95em; }
.modules_contents .proc_read .doc_license div > span > span	{ display: table-cell; vertical-align: middle; }
.modules_contents .proc_read .doc_license div > span a	{ color: #0086b3; font-weight: bold; }
.modules_contents .proc_read .doc_license div > span a:focus, .modules_contents .proc_read .doc_license div > span a:hover, .modules_contents .proc_read .doc_license div > span a:active	{ color: #f00; text-decoration: underline; }




/*
만족도 조사
*/
.modules_contents .proc_read .document_satisfy	{ clear: both; padding: 10px; margin: 30px 0 20px 0; border: 1px solid #c8c8c8; background-color: #fafafa; border-radius: 5px; }
.modules_contents .proc_read .doc_license + .document_satisfy	{ margin-top: -23px; border-top-color: #eee; border-radius: 0 0 5px 5px; }
.modules_contents .proc_read .document_satisfy p	{ padding: 0 0 0 65px; margin: 0; background: url(../image/document_satisfy.png) left center no-repeat; }
.modules_contents .proc_read .document_satisfy p strong	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
.modules_contents .proc_read .document_satisfy p .br1	{ display: none; }
.modules_contents .proc_read .document_satisfy p em	{ display: inline-block; color: #333; font-weight: 500; vertical-align: middle; }
.modules_contents .proc_read .document_satisfy p .input_box	{ display: block; line-height: 26px; padding: 3px 0; text-align: left; }
.modules_contents .proc_read .document_satisfy p .input_box:after	{ display: block; clear: both; content: ""; }
.modules_contents .proc_read .document_satisfy p .input_radio_box	{ display: inline-block; white-space: nowrap; }
.modules_contents .proc_read .document_satisfy p button	{ float: right; height: auto; line-height: 1em; padding: 6px 20px 7px; margin: 0 0 0 20px; border: 0 none; background-color: #0797a4; font-weight: normal; font-size: inherit; }
.modules_contents .proc_read .document_satisfy p .sum_data	{ font-weight: 500; }








/*
문서 히스토리
*/
.modules_contents .proc_read .document_history_list	{ margin: 30px 0; }
.modules_contents .proc_read .document_history_list .document_history	{ max-height: 200px; overflow: auto; }
.modules_contents .proc_read .document_history_list table	{ text-align: left; border: 1px solid #ccc; }
.modules_contents .proc_read .document_history_list table th,
.modules_contents .proc_read .document_history_list table td	{ padding: 5px; border: 1px solid #ccc; }
.modules_contents .proc_read .document_history_list table th	{ text-align: center; font-weight: normal; background-color: #fafafa; }


@media all and ( max-width: 669px )
{
	.modules_contents .proc_read .doc_license div	{ clear: both; min-height: inherit; padding-left: 110px; }
	.modules_contents .proc_read .doc_license div > a	{ left: -110px; margin-right: -110px; }
	.modules_contents .proc_read .doc_license div > a > img	{ width: 100px; }
	.modules_contents .proc_read .doc_license div > span	{ line-height: 15px; padding: 0; font-size: 12px; text-align: justify; }
}




.modules_contents .proc_write table	{ text-align: left; border: 1px solid #ccc; }
.modules_contents .proc_write table th,
.modules_contents .proc_write table td	{ padding: 5px; border: 1px solid #ccc; }
.modules_contents .proc_write table th	{ text-align: center; font-weight: normal; background-color: #fafafa; }
.modules_contents .proc_write input	{ width: auto; max-width: 100%; }


.contents .proc_naver_map_print	{ clear: both; }
.contents .proc_naver_map_print:after	{ display: block; clear: both; content: ""; }
.contents .proc_naver_map_print .skip_map,
.contents .proc_kakao_map_print .skip_map	{ float: right; line-height: 2em; padding: 0 1em; margin: 0 0 5px 0; border: 1px solid #c8c8c8; border-radius: 3px; background-color: #fafafa; font-style: normal; font-size: 15px; }
.contents .proc_naver_map_print .skip_map:focus, .contents .proc_naver_map_print .skip_map:hover, .contents .proc_naver_map_print .skip_map:active
.contents .proc_kakao_map_print .skip_map:focus, .contents .proc_kakao_map_print .skip_map:hover, .contents .proc_kakao_map_print .skip_map:active	{ border-color: #000; background-color: #666; color: #fff; }





/**
조직도
**/
.contents_content .organization_chart	{ max-width: 700px; line-height: 1; padding: 50px 0; margin: 0 auto; }
.contents_content .organization_chart *	{ padding: 0; margin: 0; list-style: none; box-sizing: border-box; background: none; }
.contents_content .organization_chart li:before,
.contents_content .organization_chart li:after	{ content: none; }
.contents_content .organization_chart:after	{ display: block; clear: both; content: ""; }

.contents_content .organization_chart li	{ position: relative; display: flex; flex-wrap: wrap; }
.contents_content .organization_chart li > ul	{ margin-top: 30px; }

.contents_content .organization_chart .center	{ position: relative; clear: both; display: flex; justify-content: center; margin-bottom: 30px; }
.contents_content .organization_chart .left	{ position: relative; clear: both; display: flex; justify-content: flex-start; margin-bottom: 30px; }
.contents_content .organization_chart .right	{ position: relative; clear: both; display: flex; justify-content: flex-end; margin-bottom: 30px; }
.contents_content .organization_chart .both	{ position: relative; clear: both; display: flex; justify-content: space-between; margin-bottom: 30px; }

.contents_content .organization_chart .line-center:before	{ position: absolute; left: 50%; top: 0; z-index: 1; width: 1px; height: 80px; margin-left: -0.5px; background-color: #767676; content: ""; }
.contents_content .organization_chart .line-left:after	{ position: absolute; left: 0; top: 25px; z-index: 1; width: 50%; height: 1px; margin-top: -0.5px; background-color: #767676; content: ""; }
.contents_content .organization_chart .line-right:after	{ position: absolute; left: 50%; top: 25px; z-index: 1; width: 50%; height: 1px; margin-top: -0.5px; background-color: #767676; content: ""; }
.contents_content .organization_chart .line-both:after	{ position: absolute; left: 0; top: 25px; z-index: 1; width: 100%; height: 1px; margin-top: -0.5px; background-color: #767676; content: ""; }

.contents_content .organization_chart .type1	{ position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-width: 200px; height: 50px; padding: 0 20px; border-radius: 25px; background-color: #666; color: #fff; font-size: 20px; }
.contents_content .organization_chart .type2	{ position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-width: 200px; height: 50px; padding: 0 20px; border-radius: 10px 10px 0 0; background-color: #666; color: #fff; font-size: 18px; }
.contents_content .organization_chart .type-list	{ display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 30px 0; margin-top: 0; border-width: 0 1px 1px 1px; border-style: solid; border-color: #767676; background-color: #fafafa; }
.contents_content .organization_chart .type-list li	{ position: relative; padding-left: 8px; }
.contents_content .organization_chart .type-list li:before	{ position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px; border-radius: 100%; background-color: #1f1f1f; content: ""; }
.contents_content .organization_chart .type-list li span.char3	{}
.contents_content .organization_chart .type-list li span.char2	{ display: inline-block; margin-right: -1em; letter-spacing: 1em; }

.contents_content .organization_chart .color1	{ background-color: #0d45bd; color: #fff; }
.contents_content .organization_chart .color2	{ background-color: #399be6; color: #fff; }
.contents_content .organization_chart .color3	{ background-color: #3d5688; color: #fff; }
.contents_content .organization_chart .color4	{ background-color: #293753; color: #fff; }

.contents_content .organization_chart .childs	{ flex: 1 1 100%; position: relative; display: flex; gap: 30px; padding-top: 30px; }
.contents_content .organization_chart .childs:after	{ position :absolute; left: 0; top: 0; width: 100%; height: 1px; background-color: #767676; content: ""; }
.contents_content .organization_chart .childs > li	{ flex: 1; display: block; position: relative; font-size: 16px; }
.contents_content .organization_chart .childs > li:before	{ position: absolute; left: 50%; top: -30px; z-index: 1; width: 1px; height: 30px; margin-left: -0.5px; background-color: #767676; content: ""; }
.contents_content .organization_chart .childs > li:first-child:after	{ position: absolute; left: 0; top: -30px; z-index: 2; width: calc(50% - 1px); height: 1px; background-color: #fff; content: ""; }
.contents_content .organization_chart .childs > li:last-child:after	{ position: absolute; right: 0; top: -30px; z-index: 2; width: calc(50% - 1px); height: 1px; background-color: #fff; content: ""; }
.contents_content .organization_chart .childs > li > div	{ display: flex; min-width: 0; }


@media all and ( max-width: 768px )
{
	.contents_content .organization_chart	{ width: 650px; overflow: auto; }
}