@charset "UTF-8";

/*
@import url("/common/editor/pagemaker/css/pagemaker_view.css");
*/


.modules_contents .proc_read	{ padding-bottom: 10px; }


/*
문서 히스토리
*/
.modules_contents .proc_read .doc_license	{ clear: both; padding: 10px; margin: 30px 0 20px 0; border: 1px solid gray; 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: block; line-height: 27px; padding-left: 20px; vertical-align: top; }
.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_history_list .document_history	{ max-height: 200px; overflow: auto; }


@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; }
}

.custom_contens > *	{ margin-top: 20px; margin-bottom: 20px; }
.custom_contens > *:first-child	{ margin-top: 10px !important; }

.custom_contens h3	{ margin-top: 30px; margin-left: 0; no-repeat left center; font-size: 20px; color: #000; }
.custom_contens h4	{ margin-top: 30px; margin-left: 18px; no-repeat left center; font-size: 16px; color: #323232; }
.custom_contens h5	{ margin-top: 30px; margin-left: 28px; line-height: 1.3em; no-repeat left center; font-size: 15px; color: #444; }
.custom_contens h6	{ margin-top: 30px; margin-left: 38px; line-height: 1.2em; no-repeat left center; font-size: 14px; color: #555; }

@media all and ( max-width: 669px )
{
	.custom_contens h3	{ margin-left: 0; }
	.custom_contens h4	{ margin-left: 0; }
	.custom_contens h5	{ margin-left: 0; }
	.custom_contens h6	{ margin-left: 0; }
	
}

.tt_head {font-size : 23px; font-weight:700;}
.custom_contens *.indent,
.custom_contens *.indent1	{ margin-left: 30px; }
.custom_contens *.indent2	{ margin-left: 40px; line-height: 28px;}
.custom_contens *.indent3	{ margin-left: 55px; line-height: 25px;}
.custom_contens *.indent4	{ margin-left: 70px; line-height: 22px;}
.custom_contens *.indent5	{ margin-left: 85px; }


@media all and ( max-width: 669px )
{
	.custom_contens .indent,
	.custom_contens .indent1	{ margin-left: 0; }
	.custom_contens .indent2	{ margin-left: 5px; }
	.custom_contens .indent3	{ margin-left: 10px; }
	.custom_contens .indent4	{ margin-left: 15px; }
	.custom_contens .indent5	{ margin-left: 20px; }
}


