/*
Author : 김진태
Version : 1.0
*/
html *,
body {background:none; }
#wrap {width:100%; background:none;}
#header,
#gnb,
#utilVisual,
#subNavi,
#sideNavi,
#footer {display:none; width:0; height:0;}
#body {padding-top:0;}
#solutionContents,
#contents {width:100%; margin:0 0 0 0; margin-top:0;  padding:0; font-size:12pt; color:#000;}
#solutionContents *,
#contents * {font-size:12pt; color:#000;}

table,
table tr,
table tr th ,
table tr td {
	border:none;
	}


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;}


