@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
	{
	margin:0;padding:0;background: url('../img/common/contentsBg.gif') repeat-x;
	text-align: center;
	}

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; }
li { text-align: left; list-style: none; }
p { text-align: left; margin-top: 10px; margin-bottom: 10px;}

#privacy {display:none;position:absolute;left:0;top:0;width:800px;height:600px;padding:25px;border-radius:7px;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 !important;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-weight:400;color:#fff;text-indent:0 !important;background:#629ac1;}
	#privacy section p {color:#333;}
	#privacy section ul {}
	#privacy section ul li {color:#333;list-style-type:square !important;}
	#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;}
