<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	background: url(../images/jw/back.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#txt
{
	position: absolute;
	left: 20px;
	top: 28px;
	width: 282px;
	height: 474px;
	padding: 14px 28px 14px 18px;
	background: rgba(0, 0 , 0, 0.8);
}

#screen
{
	position: absolute;
	left: 332px;
	top: 28px;
	width: 668px;
	height: 502px;
	background: #000;
	overflow: hidden;
}

#screen #cursor
{
	position: absolute;
	/*left: 670px;
	top: 160px;*/
	left: -20px;
	top: 320px;
	z-index: 120;
}

#screen #header
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#screen #footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 70;
}

#screen #content
{
	position: absolute;
	/*left: -644px;
	left: -1288px;
	left: -1956px;*/
	left: 0px;
	top: 60px;
	z-index: 74;
}

#content #start
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 74;
}

#content #nav
{
	position: absolute;
	left: 17px;
	top: 1px;
	opacity: 0;
	z-index: 105;
}
#content #nav img
{
	position: absolute;
	left: 0px;
	top: 0px;
}
#content #nav #nav_click { opacity: 0; }

#content #ovw
{
	position: absolute;
	left: 656px;
	top: 0px;
	z-index: 80;
	opacity: 0;
}

#content #ovw_click
{
	position: absolute;
	left: 656px;
	top: 0px;
	z-index: 81;
	opacity: 0;
}

#content #dtl_01, #content #dtl_02
{
	position: absolute;
	left: 1298px;
	top: 0px;
	z-index: 82;
}

#content #dtl_02
{
	opacity: 0;
	z-index: 83;
}

#content #ord_01, #content #ord_02
{
	position: absolute;
	left: 1956px;
	top: 0px;
	z-index: 84;
}

#content #ord_02
{
	opacity: 0;
	z-index: 85;
}

#content #end
{
	position: absolute;
	left: 2624px;
	top: 0px;
	z-index: 74;
}


</pre></body></html>