/*
Author : 이원익
Version : 1.0
*/
* {background:none;}
#wrap {width:100%;}
#header,
#left_menu,
#footer {display:none;}
#contents {overflow:visible; width:100%; margin:0; padding:0; font-size:12pt; color:#000;}
#sub_contents {width:100%; margin:0; padding:0; font-size:12pt; color:#000;}
#contents * {font-size:12pt; color:#000;}

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;}

