@charset "utf-8";
/* CSS Document */



li {list-style:none;}

div, td, ul, li, ol, dl, dt, dd, p, span {
	color:#333;
	font-family:NanumGothic, "나눔고딕", "돋움", Dotum, tahoma, san-serif;
	line-height:20px;
	font-size:9pt;
	padding:0px;
	margin:0px;
}


.onoff{
	width:100%;
	background:#fff;
}

.jq_onoff li{
	float:none;
}

.jq_toggle, .jq_toggle span, .jq_hide{ font-weight:600; }
.jq_toggle, .jq_hide{ color:#666; }

.jq_toggle span{
	font-size:30px;
	color:#333333;
	margin: 0 15px;
}
.jq_toggle{
	font-size:14px;
	background:#f0f0f0;
	line-height:44px;
	border-bottom:#c2c2c2 1px solid;
}

.jq_hide{
	border-bottom:#c2c2c2 1px solid;
	padding:20px 50px;
}

