/* BASIC css start */
/* 메인 좌측 카테고리 */
.left_cate_area { background-color:#fff;position:absolute;left:50%;top:0;margin-left:-600px;z-index:11;}
.left_cate_area .left_category { width:194px; height:470px;border:3px solid #d70c12;border-bottom:0;border-top:0px;padding-bottom:10px;background-color:#fff;overflow:hidden;}
.left_cate_area .left_category:hover {overflow:visible;}
.left_cate_area .left_category.mouse_hover {border-bottom:3px solid #d70c12;}
.left_cate_area .add_cate { width:194px; height:37px; border:3px solid #d70c12; border-top:0px; position:relative; cursor:pointer;
background-color:#faf4f4; background-image:url('/design/ducksoo/0730redpop/add_cate.gif'); background-position:center center; background-repeat:no-repeat;}
.left_cate_area .add_cate.mouse_hover {display:none;}
.left_cate_area .add_cate.height_none {background:none;}

@media only screen and (max-width:1220px) {
	.left_cate_area {position:absolute;left:0;top:0;margin-left:0;z-index:10;}
}


/* BASIC css end */

