@charset "utf-8";
/*-------------------------------------------------
print Style Sheet / Author : myeong-hee park
-------------------------------------------------*/
@media print {
html {
	background: #fff;
	}
#accessibility,
#gov-top,
#header,
#side,
.breadcrumb-wrap,
#chatbot-area,
#footer{
	display: 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;
	}
}


