/* 사이트맵 */

.sitemap{
	overflow:hidden;
	width:720px;
	padding-top:30px
}

.sitemap dl{
 width: 190px;
 float: left;
 margin: 0px 20px 80px 20px;
}

.sitemap dl dt {
 margin: 0px 0px 5px 0px;
 font-size: 15px;
 font-weight: bold;
 background: url(../../img/common/icon_h4.gif) no-repeat 0px 7px;
 color: #333;
 height: 25px;
 margin-bottom: 10px;
 padding: 8px 5px 5px 18px;
 width: 175px;
 border-bottom:2px solid #399DCE
}
.sitemap dl dd{
 line-height: 22px;
 border-bottom: 1px dotted #D1D1D1;
 background: url(../../img/common/bullet_02.gif) no-repeat 2px 8px;
 padding-left: 10px;
 margin: 1px 0 0 7px;
 width: 170px;
}


.sitemap dl dd.depth4 a:hover{
 color: #222;
}

.sitemap dl dd .clear_float{
clear: both;
}

.sitemap .depth4{
 line-height: 22px;
 border-bottom: 1px dotted #D1D1D1;
 background: url(../../img/common/bullet_01.gif) no-repeat 18px 6px;
 padding-left: 25px;
 margin: 1px 0 0 10px;
}