/*
Author : 서동훈
Contact Us : gaia0529@gmail.com
Version : 1.0
*/
* {background:none;}
#wrap {width:100%;}

#container {overflow:visible; width:100%; margin:0; padding:0; font-size:12pt; color:#000;}
#container * {font-size:12pt; color:#000;}

#header {display: none;}
#footer {display:none; visibility: hidden;}

.topBanner {display:none;}

table,
table tr,
table tr th ,
table tr td {
	border:none;
	}


table tr.first th,
table tr.first td {
border:1px solid #000;}
table tr.first {border:1px solid #000;}
table tr th.first {border:1px solid #000;}
table tr td.first {border:1px solid #000;}

ol li {list-style-type: decimal;}
ul li {display: list-item; list-style-type: disc; margin-left:40px;}
ul li ul li{list-style-type: circle;}

