@import "layout.css";
@import "display.css";

body, td, th, form, input, select, textarea, input, div, p, {
     margin: 0;
	 font-size: 9pt; font-family: Tahoma, 굴림; color: #666; line-height: 18px;
	}

body
	{
	text-align: center;
	scrollbar-face-color: #E9E9E9;
	scrollbar-shadow-color: #E5E5E5;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #CCC;
	scrollbar-darkshadow-color: #E5E5E5;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #AAA;
	}

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }

img { border: none; }
table { border-collapse: collapse; }

#foot .priv {position:absolute;right:250px;top:5px;padding:5px;border-radius:3px;background:#e22;}
#foot .priv a {display:block;font-weight:bold;font-size:11px;line-height:100%;color:#fff;}
#foot .video {display:none;position:absolute;right:250px;bottom:0;padding:5px;border-radius:3px;background:#999;}
#foot .video a {display:block;font-weight:bold;font-size:11px;line-height:100%;color:#fff;text-transform:uppercase;}
#privacy {display:none;position:absolute;left:0;top:0;width:800px;height:600px;padding:25px;border-radius:7px;text-align:left;background:#fff;box-shadow: 6px 0 15px -10px rgba(50, 50, 50, 0.45), -6px 0 15px -10px rgba(50, 50, 50, 0.45);overflow:scroll;z-index:9999;}
	#privacy * {line-height:1.4em;}
	#privacy section {display:block;}
	#privacy section:after {display:block;content:"";margin:30px 0;border-top:1px solid #efefef;}
	#privacy section:nth-child(4):after {margin:0;border:none;}
	#privacy section h2.tit {width:auto;height:auto !important;margin:0;padding:0;margin-bottom:20px;font-size:1.2em;font-weight:500;color:#0669c0;text-indent:0 !important;}
	#privacy section h3 {display:inline-block;height:auto !important;margin:30px 0 10px;padding:3px 10px;border-radius:30px;font-size:1em;font-weight:400;color:#fff;text-indent:0 !important;background:#629ac1;}
	#privacy section p {color:#333;}
	#privacy section ul {list-style:square;}
	#privacy section ul li {color:#333;}
	#privacy .close {text-align:right;}
	#privacy .close a {display:inline-block;padding:5px;line-height:100%;font-weight:bold;font-size:1.4em;color:#fff;text-transform:uppercase;background:#e22;}
#mask {display:none;position:absolute;left:0;top:0;z-index:9000;background-color:#000;}
