<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; a	{ position: relative; left: -220px; float: left; display: block; margin-right: -220px; cursor: pointer; vertical-align: top; }
.modules_contents .proc_read .doc_license div &gt; a &gt; img	{ display: block; border: 0 none; vertical-align: top; }
.modules_contents .proc_read .doc_license div &gt; 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 &gt; span &gt; span	{ display: table-cell; vertical-align: middle; }
.modules_contents .proc_read .doc_license div &gt; span a	{ color: #0086b3; font-weight: bold; }
.modules_contents .proc_read .doc_license div &gt; span a:focus, .modules_contents .proc_read .doc_license div &gt; span a:hover, .modules_contents .proc_read .doc_license div &gt; 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 &gt; a	{ left: -110px; margin-right: -110px; }
	.modules_contents .proc_read .doc_license div &gt; a &gt; img	{ width: 100px; }
	.modules_contents .proc_read .doc_license div &gt; 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; }









/****
내용 
*****/

.content_pagemaker h2,
.content_pagemaker h3,
.content_pagemaker h4,
.content_pagemaker h5,
.content_pagemaker h6	{ clear: both; }


/* 1. 좌측 이미지 우측 내용 형태 */
.content_pagemaker .contents_type1	{ float: right; clear: right; width: calc(65% - 20px); margin: 10px 0 10px 20px; }
.content_pagemaker img.contents_type1	{ float: left; clear: both; width: calc(35% - 20px); margin: 20px 20px 40px 0; border: 0 none; }
.content_pagemaker .contents_type1.last	{ margin-bottom: 40px; }

.content_pagemaker p.contents_type1	{ font-weight: 600; }
.content_pagemaker ul.contents_type1 li	{ position: relative; padding: 5px 0 5px 15px; background: none; }
.content_pagemaker ul.contents_type1 li:before	{ position: absolute; left: 0; top: 15px; width: 5px; height: 5px; background-color: #666; content: ""; }
.content_pagemaker ul.contents_type1 li &gt; span:first-child	{ font-weight: 600; }

@media all and ( max-width: 768px )
{
	.content_pagemaker .contents_type1	{ float: none; clear: none; width: auto; margin: 10px 0; }
	.content_pagemaker img.contents_type1	{ float: none; clear: none; width: auto; margin: 10px auto; }
}




.facilities_introduce	{ text-align: center; margin-bottom: 40px; }
.facilities_introduce:after	{ display: block; clear: both; content: ""; }
.facilities_introduce img	{ display: inline-block; max-width: 50%; margin-right: 2em; vertical-align: top; }
.facilities_introduce ul	{ display: inline-block; max-width: 45%; vertical-align: top; }
.facilities_introduce ul:after	{ display: block; clear: both; content: ""; }
.facilities_introduce ul li	{ float: left; width: 50%; padding: 0 1em; box-sizing: border-box; background: 0 none; }



.image_rolling	{ float: left; display: inline-block; width: 33.33%; padding: 10px; margin: 0; box-sizing: border-box; }
.image_rolling .list	{ position: relative; padding: 10px; border: 1px solid #c8c8c8; border-radius: 10px; background-color: #fff; }
.image_rolling .list .slick-arrow	{ position: absolute; z-index: 2; width: 25px; height: 25px; line-height: 25px; padding: 0; margin: 0; border: 0 none; background-color: #fff; text-align: left; text-indent: -999px; overflow: hidden; color: #333; }
.image_rolling .list .slick-arrow:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; text-indent: 0; font-family: serif; font-weight: bold; font-size: 20px; content: ""; }
.image_rolling .list .slick-prev	{ left: 10px; top: 25px; }
.image_rolling .list .slick-prev:after	{ content: "&lt;"; }
.image_rolling .list .slick-next	{ right: 10px; top: 25px; }
.image_rolling .list .slick-next:after	{ content: "&gt;"; }
.image_rolling .list .item	{ display: block; }
.image_rolling .list .item strong	{ display: table; width: 100%; height: 60px; line-height: 20px; padding: 0 30px; margin: 0 0 10px 0; box-sizing: border-box; text-align: center; font-weight: normal; color: #333; overflow: hidden; }
.image_rolling .list .item strong span	{ display: table-cell; width: 100%; vertical-align: middle; }
.image_rolling .list .item img	{ display: block; max-width: 100%; }





.contents .auto_image_gallery_title	{ position: relative; float: left; width: 50%; height: 480px; padding: 35px 35px 0 35px; margin: 0 0 50px 0 !important; box-sizing: border-box; background-color: #1e5aa5; color: #fff; }
.contents .auto_image_gallery_title:after	{ content: none; }
.contents .auto_image_gallery_title strong	{ display: block; width: 100%; line-height: 56px; padding-bottom: 17px; box-sizing: border-box; font-size: 40px; vertical-align: middle; color: #fff; }
.contents .auto_image_gallery_title &gt; br	{ display: none; }
.contents .auto_image_gallery_title &gt; span	{ display: block; width: 100%; line-height: 30px; font-size: 18px; vertical-align: middle; color: #fff; }
.contents .auto_image_gallery_title &gt; span.in_list_mark	{ padding-left: 14px; box-sizing: border-box; }
.contents .auto_image_gallery_title &gt; span.in_list_mark em.mark	{ font-style: normal; color: #fff; }
.contents .auto_image_gallery_title &gt; span.in_list_mark em.mark:first-child,
.contents .auto_image_gallery_title &gt; span.in_list_mark br + em.mark	{ display: inline-block; width: 14px; margin-left: -14px; font-style: normal; color: #fff; }
.contents .auto_image_gallery_title &gt; em	{ position: absolute; left: 0; bottom: 0; display: block; width: 100%; line-height: 30px; padding: 0 35px 25px 35px; box-sizing: border-box; font-size: 18px; vertical-align: middle; color: #fff; }
.contents .auto_image_gallery_title &gt; em &gt; span	{ display: inline-block; line-height: 27px; padding: 0 7px; margin-right: 8px; background-color: #628cc0; }
.contents .auto_image_gallery_title &gt; span.in_slogan	{ display: inline-block; margin-bottom: 0.2em; font-size: 1.6em; color: #8cdaff; font-weight: 500; }
.contents .auto_image_gallery_title &gt; span.in_title	{ display: inline-block; width: auto; line-height: 2.3rem; padding: 0 1rem; margin: 2rem 0 0.5rem 0; border-radius: 5px; background-color: #0b3366; font-size: 1.2rem; color: #fff; }
.contents .auto_image_gallery_title a	{ color: #fff; text-decoration: underline; }
.contents .auto_image_gallery	{ position: relative; float: left; width: 50%; height: 480px; margin: 0 0 50px 0 !important; }
.contents .auto_image_gallery img	{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border: 0 none; }
.contents .auto_image_gallery .in_title	{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; height: 70px; line-height: 70px; padding: 0 0 0 20px; box-sizing: border-box; background-color: #333a46; color: #fff; font-size: 16px; text-indent: -9999px; overflow: hidden; }
.contents .auto_image_gallery .in_left	{ position: absolute; left: 50%; bottom: 14px; z-index: 2; width: 42px; height: 42px; line-height: 40px; border: 2px solid #fff; border-radius: 42px; box-sizing: border-box; margin-left: -120px; text-align: center; color: #fff; font-size: 20px; font-weight: bold; font-family: serif; }
.contents .auto_image_gallery .in_right	{ position: absolute; left: 50%; bottom: 14px; z-index: 2; width: 42px; height: 42px; line-height: 40px; border: 2px solid #fff; border-radius: 42px; box-sizing: border-box; margin-left: 78px; text-align: center; color: #fff; font-size: 20px; font-weight: bold; font-family: serif; }
.contents .auto_image_gallery .in_statee	{ position: absolute; left: 50%; bottom: 0; z-index: 2; width: 100px; height: 70px; line-height: 70px; margin-left: -50px; text-align: center; color: #fff; font-size: 17px; font-weight: bold; }
.contents .auto_image_gallery .in_statee strong	{ color: #fff; }
.contents .auto_image_gallery .in_statee em	{ color: #fff; font-weight: normal; font-size: 16px; }
.contents .auto_image_gallery .in_statee span	{ display: inline-block; padding: 0 10px; }


.contents .auto_image_gallery_list	{ position: relative; }
.contents .auto_image_gallery_list:after	{ display: block; clear: both; content: ""; }
.contents .auto_image_gallery_list .bigimg	{ float: left; width: 50%; }
.contents .auto_image_gallery_list .bigimg span	{ position: relative; display: block; padding: 10px; border: 1px solid #ccc; background-color: #fff; }
.contents .auto_image_gallery_list .bigimg span img	{ display: block; max-width: 100%; margin: 0 auto; border: 0 none; }
.contents .auto_image_gallery_list .bigimg span strong	{ position: absolute; left: 11px; bottom: 11px; width: calc(100% - 22px); padding: 10px 10px 10px 20px; box-sizing: border-box;  color: #fff; background-color: rgba(0, 0, 0, 0.7); font-weight: normal; }
.contents .auto_image_gallery_list ul	{ position: absolute; right: 0; top: 0; width: calc(50% - 15px); height: 100%; margin: 0; list-style: none; box-sizing: border-box; overflow: auto; }
.contents .auto_image_gallery_list ul:after	{ display: block; clear: both; content: ""; }
.contents .auto_image_gallery_list ul li	{ float: left; width: 25%; padding: 0 0 5px 5px; margin: 0; box-sizing: border-box; list-style: none; background: none; }
.contents .auto_image_gallery_list ul li a	{ display: block; padding: 0; margin: 0; }
.contents .auto_image_gallery_list ul li a img	{ display: block; max-width: 100%;  padding: 0; margin: 0; border: 0 none; }</pre></body></html>