@charset "EUC-KR";

/****************** Print CSS ********************/

/* ÀüÃ¼ layout */
body	{
	width:100%;
	height:100%;
}
body#mainPage	{
}
body#subPage	{
}
#wrapper	{
	clear:both;
	width:100%;
	margin:0;
}

/* Á¢±Ù¼º ¸Þ´º */
#accessibilityMenu	{
	display:none;
}

/* top */
#top	{
	display:none;
}

/* container */
#container	{
	overflow:visible;
	width:100%;
}

/* sidebar */
#sidebar	{
	display:none;
}

/* contentDivision */
#contentDivision	{
	float:none;
	clear:both;
	width:760px;
}

/* footer */
#footer	{
	display:none;
}

/* page detail */
.taxBillWritePerson	{
	width:756px;
}
.specificationPerson	{
	width:756px;
}

/* ÀÎ¼â°ü·Ã */
#printContentDivision {
 float:none;
 width:100%;
 background-color:#FFF;
}


