@charset "utf-8";
/*-------------------------------------------------
Print Style Sheet
Author : myeong-hee park
Create date : 2014. 09. 10.
-------------------------------------------------*/
@media print {
	html {
		background: #fff;
	}

	#accessibility,
	.header_wrap,
	#side,
	.autonomy-person,
	.content-footer,
	#aside,
	.banner_wrap,
	#footer,
	.person_info .pdf_viewer {
		display: none;
	}

	#wrap:before {
		background: none;
	}

	body,
	#body {
		width: 100%;
		height: 100%;
		margin: 0 0 20px;
		background: none;
	}

	#content {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#content>h1.stitle {
		margin-bottom: 15px;
	}

	.person_info {
		margin: 0;
		padding: 0;
	}

	.krds-breadcrumb-wrap {
		display: none;
	}
}