<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
	header,
	footer,
	.shared-section,
	.common-news-section,
	.simulation-estimate-sp,
	.simulation-reservation-sp,
	.app-fastcode-link,
	.simulation-side-btns {
		display: none;
	}

	.single-shared-wrap {
		padding-top: 0;
	}

	.simulation-main {
		width: 65%;
	}

	.simulation-side {
		display: block;
		width: 35%;
		margin-left: 20px;
	}

	.simulation-estimate-pc {
		position: relative;
		top: 0;
	}

	.estimate-toggle {
		display: none;
	}

	.estimate-detail {
		margin-top: 24px;
	}

	.estimate-toggle.toggle-closed + .estimate-detail {
		display: block;
		height: auto;
		overflow: visible;
		opacity: 1;
	}

	.app-color-image {
		margin-top: 30px;
	}

	.shared-result-list-image span {
		-webkit-print-color-adjust: exact;
	}
}
</pre></body></html>