@charset "euc-kr";

/* ÇÁ¸°Æ® CSS */
@media print {
	body { background: transparent;}
	table.layout {width:650px; height:100%; background: #fff;}
	table.dosage { width:50;}
	td.top {
		height: 0;
		border: 0;
		}
	td.subArea { padding: 0; width: 0;}

	#topArea {display: none;}
	table.content-wrapper {
		width: 650px;
	}
	td.top,
	td.body,
	td.footer { padding: 0;}
	td.contents {
		padding: 20px 0 0;
	}
	td.contents table {
		width: 650px;
	}
	td.photo p.photo { width: 300px; margin: 0;}
	td.photo p.photo img { width: 300px; height: 271px}
	table.sub {
		display: none;
	}
	/*QuickSearch*/
	.quickSearch {
		display: none;
	}
	td.footer { 
		height: 0;
		padding: 0;
		background: transparent;
	}
	td.footer table { 
		display: none;
	}
	h1.title {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	#quickmenu {
		display: none;
	}
	#topButton {
		display: none;
	}
}
