/* 출원비용 및 서류 */
#trademark h2 {
	position:relative;
	font-family:'NanumGothicBold', sans-serif;
	font-size:16px;
	color:#333;
	font-weight:normal;
	padding:0 0 0 20px;
	background:url('../image/common/icon.png') 0 3px no-repeat;
	overflow:hidden;
}
#trademark h2:before {
	position:absolute;
	top:2px;
	left:0;
	content:"";
	width:6px;
	height:6px;
	border:4px solid #73bf00;
	border-radius:100%;
	display:block;
}
#trademark .column {
	margin:30px 0 0 0;
	overflow:hidden;
}
#trademark p {
	font-family:'NanumGothicBold', sans-serif;
	font-size:13px;
	color:#777;
	line-height:1.5em;
	margin:20px 0 10px 0;
	padding-left:20px;
	text-align:justify;
	overflow:hidden;
}
#trademark p span {
	color:#333;
}
#trademark ul {
	margin:20px 0 10px 0;
	padding:0 0 0 20px;
	list-style:none;
	overflow:hidden;
}
#trademark li {
	position:relative;
	font-family:'NanumGothicBold', sans-serif;
	font-size:13px;
	color:#777;
	line-height:1.5em;
	margin:0 auto;
	padding:0 0 5px 15px;
	background:url('../image/common/icon_line.png') 0 9px no-repeat;
}
#trademark li:before {
	position:absolute;
	top:9px;
	left:0;
	content:"";
	width:5px;
	height:1px;
	background:#555;
	display:block;
}
#trademark .costTB {
	width:100%;
	border-bottom:1px solid #ccc;
	text-align:center;
	overflow:hidden;
}
#trademark .costTB thead td {
	font-family:'NanumGothicBold', sans-serif;
	font-size:11px;
	color:#555;
	margin:0 auto;
	padding:5px;
	text-align:right;
	overflow:hidden;
}
#trademark .costTB tbody th {
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#333;
	margin:0 auto;
	padding:5px 5px 5px 5px;
	background:#f7f7f7;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	overflow:hidden;
}
#trademark .costTB tbody td {
	font-family:'NanumGothicBold', sans-serif;
	font-size:12px;
	color:#555;
	line-height:1.5em;
	margin:0 auto;
	padding:5px 5px 5px 5px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	overflow:hidden;
}
#trademark .costTB tbody th.end,
#trademark .costTB tbody td.end {
	border-right:1px solid #ccc;
}