@charset "utf-8";

html,body{width:100%;height:100%;margin:0px;}


/* CATEGORY SETTING */
.category_depth {margin-bottom:5px; letter-spacing:0px; font-size:11px; font-family:dotum;}
.category_depth ul.list {}
.category_depth ul.list li.item {position:relative; color:#000000; float:left; padding-left:3px;}
.category_depth ul.list li.item > a {color:#000000}
.category_depth ul.list li.selected > a {color:#333333; font-weight:bold; padding-right:10px; background:url("../images/design/right_quick_arrowdown.gif") no-repeat right center;}
.category_depth ul.sub_menu_list {display:none; position:absolute; white-space:nowrap; z-index:10; border:1px solid #a0a5b8; background-color:#f2f2f2; padding:7px;}
.category_depth ul.sub_menu_list li.sub_item a {display:block; color:#858585; padding:1px 0;  font-weight:normal;}
.category_depth ul.sub_menu_list li.sub_item a:hover {color:#202020}
.category_depth ul.list li.selected ul.sub_menu_list {display:block;}