/*  공통사항------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------이메일주소무단수집거부 ---------------*/
#email { 
	background: url("../images/guide/email.png") no-repeat scroll 0 5px !important; 
	padding-left:120px;
}
#email ul li{ padding-bottom:40px; }
#email_text { border-top:1px dotted #ccc; }



/* ---------------이용안내>개인정보취급방침 ---------------*/
.guide { line-height:180%;}
.guide h3{	background: url("../images/common/pr_icon.gif") no-repeat scroll 0px 8px !important; }
#guie_link_t { 
	border: 1px solid #E5E5E5;
	padding: 3% 5%; 
	overflow: hidden;
}
#guie_link_t ol { float: left;}
#guie_link_t .ol1 { 
	margin-right: 0; 
	width: 450px;
}
#guie_link_t li { list-style: none outside none; }
.guide h3 { 
	font-size:18px !important;  
	letter-spacing: -1px; 
	margin: 40px 0 10px !important; 
	padding-left: 25px !important; 
}


/* -----------사이트맵 -----------*/
#sitemap_wrapper { 
	margin: 0; 
}
#sitemap_wrapper ul.cate_depth01 { 
	clear: left; 
	display:table; 
	width: 100%;
}
#sitemap_wrapper ul.cate_depth01 li.list01 { 
	float: left; 
	margin:0 2% 1%; 
	width:29.2%; 
	min-height:370px;
}
#sitemap_wrapper ul.cate_depth01 li h3 { 
	border-bottom: 1px solid #9d9d9d; 
	border-top: 2px solid #533116; 
	padding: 15px 0; 
	text-align:center; 
	font-size: 16px; 
	background:none;
}
#sitemap_wrapper ul.cate_depth01 li h3 a.cate01_tit { 
	letter-spacing: -0.1em; 
	color: #1077b9;
}
#sitemap_wrapper ul.cate_depth02 > li { 
	background: url("/images/sub/bullet_list02.gif") no-repeat scroll 10px 17px; 
	border-bottom: 1px solid #d2d2d2; 
}
#sitemap_wrapper ul.cate_depth02 > li > a { 
	color: #333; 
	display: block; 
	letter-spacing: -0.07em; 
	padding: 7px 0 7px 20px; 
}

#sitemap_wrapper ul.cate_depth03{ 
	background:#f7f7f7; 
	border-top: 1px solid #d2d2d2;
}
#sitemap_wrapper ul.cate_depth03 > li { 
	background: url("/images/common/dot_01.jpg") no-repeat scroll 20px 50%; 
	border-top: 1px dotted  #d2d2d2;
}
#sitemap_wrapper ul.cate_depth03 > li:first-child {border-top: none;}
#sitemap_wrapper ul.cate_depth03 > li > a { 
	color: #333;
	display: block;
	letter-spacing: -0.07em; 
	padding: 4px 0 4px 30px;
	font-size: 0.87em; 
}


@media screen and (max-width:768px) {/* 최대 767 ------------------------------------------------------------------------------------------------------------------------------------------------------ */
	#sitemap_wrapper ul.cate_depth01 li.list01 { 
		margin:0 2% 5%; 
		width:46%; 
	}
}