<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
/**
 * mediaplayer
 * /css/default.css
 *
 * 媛쒕컻踰꾩쟾 �뚯뒪�명럹�댁��� �곸슜�� �ㅽ��쇱떆��
 *
 * Created By WebPDP on 2015. 7. 22.
 * Copyright (c) 2015 IMGTech. All right reserved.
 */

/* Basic Element
 ---------------------------------------------------------------------------- */
body {
	background-color:#FFFFFF;
	cursor:default;
}

/* Header
 ---------------------------------------------------------------------------- */
.header {
	background-color:#343434;
	color:#787878;
	font-family:'Century Gothic', 'Trebuchet MS', 'Helvetica';
	left:0;
	padding:10px 20px;
	position:fixed;
	right:0;
	top:0;
	z-index:3;
}

.header h1 {
	color:#CDCDCD;
	font-size:10pt;
	font-weight:bold;
	line-height:1.1em;
	margin:0;
	padding:0;
	white-space:nowrap;
}

.header h1 em {
	color:#6699CC;
	font-size:12pt;
	font-style:normal;
}

/* Footer
 ---------------------------------------------------------------------------- */
.footer {
	background-color:#343434;
	bottom:0;
	color:#787878;
	font-family:'Tahoma', 'Helvetica';
	font-size:8pt;
	left:0;
	line-height:1.1em;
	padding:8px 12px;
	position:fixed;
	right:0;
	word-spacing:0.2em;
	z-index:1;
}

.footer a, .footer a:link {
	color:#9A9A9A;
	text-decoration:none;
}

.footer a:visited, .footer a:active {
	color:#9A9A9A;
}

.footer a:hover {
	border-bottom:1px dotted #EFEFEF;
	color:#EFEFEF;
}

/* Content
 ---------------------------------------------------------------------------- */
.content {
	z-index:1;
}

.content #zoneplayer {
	height:360px;
	width:640px;
}
</pre></body></html>