@charset "utf-8";

/* 사이트맵 - 폰트 */
#sitemap #sitemap_header p, #sitemap_body .sitemap_row li p {font-family:'NanumGothic', '나눔고딕', "Nanum Gothic", dotum,"돋움";}

/* 사이트맵 - width */
#sitemap {width:680px; height:900px;} /*보더 왼쪽10px 오른쪽10px 뺀 사이즈*/
#sitemap_body {width:620px;} /*전체사이즈-좌우여백합 60px = sitemap_body값*/
#sitemap_body .sitemap_row li, #sitemap_body .sitemap_row li p, #sitemap_body .sitemap_row li ul, #sitemap_body .sitemap_row li ul li a {width:180px;} /*1차메뉴 사이즈*/

/* 사이트맵 - color */
#sitemap {border:solid 10px #0f60be;} /*전체 박스 테두리*/
#sitemap_body .sitemap_row li p {color:#082277; border-bottom:solid 2px #0f60be;}/*1차메뉴 폰트컬러, 밑줄컬러*/

/* 사이트맵 */
#sitemap {position:relative; background-color:#fff;}

#sitemap_header {position:relative; width:100%; margin:10px;}
#sitemap_header p {width:300px; font-size:30px; font-weight:bold; color:#000; padding:15px 0 0 20px;}
#sitemap_header p span {font-size:20px; font-weight:bold; color:#898989;}
#sitemap_header .sitemap_bt_close {position:absolute; top:0; right:20px;}

#sitemap_body {position:relative; margin:0 auto;}
#sitemap_body .sitemap_row {*zoom:1; padding:15px 0;}
#sitemap_body .sitemap_row:after {content:"";clear:both;display:block;}
#sitemap_body .sitemap_row li {float:left; padding-right:40px;}
#sitemap_body .sitemap_row .sitemap_body_end {padding-right:0;}

#sitemap_body .sitemap_row li p {font-size:20px; font-weight:bold; padding:10px 0; margin-bottom:5px;}
#sitemap_body .sitemap_row li ul {overflow:hidden;}
#sitemap_body .sitemap_row li ul li {float:none; border-bottom:solid 1px #e2e2e2; background:url(../images/sitemap/icon01.png) no-repeat 10px center;}

#sitemap_body .sitemap_row li ul li a:link, #sitemap_body .sitemap_row li ul li a:active, #sitemap_body .sitemap_row li ul li a:visited
{display:inline-block; padding:10px 0 10px 20px; font-size:13px; color:#000;}
#sitemap_body .sitemap_row li ul li a:hover {background:url(../images/sitemap/icon01.png) no-repeat 10px center #ececec;}