.top
{
	font-family			: 'dotum','µ¸¿ò';
}
/* path */
.itemPath
{
	position			: relative;
	top					: 0;
	left				: 0;
	height				: 20px;
	padding				: 12px 0px;
	color				: #555555;
	font-size			: 9pt;
	font-family			: 'dotum', 'µ¸¿ò';
	z-index				: 500;
}
.itemPath .head
{
	float				: left;
	padding-top			: 4px;
	color				: #9acc37;
	font-weight			: 700;
}
.itemPath .linkpath
{
	float				: left;
	padding-top			: 4px;
	padding-left		: 8px;
	font-size			: 9pt;
	font-family			: 'dotum', 'µ¸¿ò';
}
.itemPath .linkpath a
{
	color				: #555555;
	text-decoration		: none;
}
.itemPath ul.mainpath
{
	float				: left;
	margin-right		: -20px;
	z-index				: 500;
}
.itemPath ul.mainpath li
{
	position			: relative;
	top					: 0;
	left				: 0;
	float				: left;
	_width				: 0px;
	_white-space		: nowrap; 
	padding-left		: 6px;
	padding-right		: 12px;	
	background-image	: url('https://cdn1.domeggook.com/image/v6/common/path/img_pathArrow.jpg');
	background-repeat	: no-repeat;
	background-position	: center right;
	z-index				: 500;
}
.itemPath ul.mainpath ul.subpath
{	
	display				: none;
	position			: absolute;
	top					: 19px;
	left				: 6px;
	width				: 170px;
	padding				: 6px 0px;
	border				: 1px solid #cccccc;
	background-color	: #ffffff;
	z-index				: 500;
	font-size			: 0;
}
.itemPath ul.mainpath ul.subpath li
{
	float				: none;
	width				: auto;
	display				: block;
	background			: none;
	cursor				: pointer;
	padding				: 0;
	font-size			: 9pt;
	border-top			: 1px solid #ffffff;
	border-bottom		: 1px solid #ffffff;
	z-index				: 500;
}
.itemPath ul.mainpath ul.subpath li a
{
	display				: block;
	padding				: 3px 8px 1px 8px;
	color				: #555555;
	text-decoration		: none;
}
.itemPath ul.mainpath ul.subpath li a:hover
{
	background-color	: #9bcd38;
	color				: #ffffff;
}
.itemPath ul.mainpath a.selectBox
{
	display				: block;
	height				: 14px;
	padding				: 3px 24px 1px 5px;
	border				: 1px solid #cdcdcd;
	background-color	: #ffffff;
	background-image	: url('https://cdn1.domeggook.com/image/v6/common/path/img_btnPathExpand.jpg');
	background-repeat	: no-repeat;
	background-position	: top right;
	cursor				: pointer;
	z-index				: 500;
}
.itemPath .swHead
{
	float				: left;
}
.itemPath .swHead .sw
{
	color				: #ED1C24;
	font-weight			: 700;
}
.itemPath .swResult
{
	color				: #1d1d1d;
	font-weight			: 700;
	letter-spacing		: -1px;
}

.itemPath ul li.noLink
{
	padding-top			: 4px;
	padding-left		: 6px;
	padding-right		: 12px;
}
.itemPath ul li.noArrow
{
	background			: none;
}
.itemPath ul li, .itemPath ul li a
{
	color				: #666666;
	letter-spacing		: -1px;
}

.itemNoResult
{
	padding				: 20px;
	border				: 1px solid #ddd;
	background-color	: #f9f9f9;
	letter-spacing		: -1px;
}
.itemNoResult h3
{
	color				: #333;
	font-family			: 'Malgun Gothic', '¸¼Àº °íµñ', 'Dotum', 'µ¸¿ò';
	font-size			: 16px;
	font-weight			: 700;
	text-align			: center;
	line-height			: 24px;
}
.itemNoResult b
{
	color				: #dd0000;
}
.itemNoResult ul
{
	padding				: 30px 280px 0 280px;
	list-style-type		: disc;
	list-style-position	: inside;
}
.itemNoResult li
{
	height				: 19px;
	color				: #333;
	font-size			: 12px;
}