@charset "utf-8";
/* YCART 와이아빠 */

.navigation_box_empty{text-align:center;background:#f2f2f2;font-size:1.2em;padding:15px;border:1px solid #ededed;color:#888888;}

.navigation_box{
	position:relative;height:50px;
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.navigation_box *{
	box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.navigation_box a{display:block;text-decoration:none;font-size:1.4em;color:#ffffff;text-align:center;}
.navigation_box a.web_cate_lia2{display:block;text-decoration:none;font-size:1.4em;color:#333333;text-align:center;}
.navigation_box a:hover{color:#cb823b;}

.shop_cate{position:absolute;left:0px;top:0px;}
.shop_cate .shop_cate_main_li{position:relative;}
.shop_cate .shop_cate_main_li .shop_cate_ttl{padding:0px 0px 15px 20px;height:50px;line-height:50px;font-size:1.4em;background:gray;text-align:center;color:#ffffff;cursor:pointer;}

.shop_cate .shop_cate_main_li .shop_cate_ul1{display:none;position:absolute;top:50px;z-index:100;background:rgba(235,198,146,0.92);}

.shop_cate .shop_cate_main_li:hover .shop_cate_ul1{display:block;}
.shop_cate .shop_cate_main_li .shop_cate_ul1 a{font-family: NanumGothicBold;font-weight: normal;text-align:left;font-size:1.2em;padding: 12px 0px 12px 20px;border-bottom:1px solid #d2af7d;color:#333333;}
.shop_cate .shop_cate_main_li .shop_cate_ul1 a:hover{color:#ffffff;}
.shop_cate .shop_cate_main_li .shop_cate_li1{}
.shop_cate .shop_cate_main_li .shop_cate_li1 .shop_cate_lia1{color:#323232;}

.shop_cate_ul1 .shop_cate_li1 .shop_cate_ul2{display:none;position:absolute;top:0px;background:rgba(255,255,255,0.7);border:1px solid #dddddd;}
.shop_cate_ul1 .shop_cate_li1:hover .shop_cate_ul2{display:block;}
.shop_cate .shop_cate_main_li .shop_cate_ul2 a:hover{color:#ffffff;background:rgba(254,209,30,0.9);}
.shop_cate_ul1 .shop_cate_li1 .shop_cate_li2{}
.shop_cate_ul1 .shop_cate_li1 .shop_cate_lia2{}

.shop_cate_ul1 .shop_cate_li2 .shop_cate_ul3{display:none;position:absolute;top:-1px;background:rgba(255,255,255,0.6);border:1px solid #dddddd;}
.shop_cate_ul1 .shop_cate_li2:hover .shop_cate_ul3{display:block;}
.shop_cate_ul1 .shop_cate_li2 .shop_cate_li3{}
.shop_cate_ul1 .shop_cate_li2 .shop_cate_lia3{}



.web_cate_ul1{height:50px;position:relative;z-index:1000; color:#fff;}
.web_cate_ul1:after{display:block;visibility:hidden;clear:both;content:"";}
.web_cate_li1{float:left;position:relative;}
.web_cate_li1 .web_cate_lia1{height:50px;line-height:50px;}


.web_cate_li1 .web_cate_ul2{display:none;position:absolute;top:50px;left:0px;border:1px solid #333333;background:#fdfdfd;}
.web_cate_li1:hover .web_cate_ul2{display:block;}

.web_cate_li1 .web_cate_li2{}
.web_cate_li1 .web_cate_li2 .web_cate_lia2{font-size:14px;padding:13px 0px;border-top:1px dotted #dedede;}
.web_cate_li1 .web_cate_li2:first-child .web_cate_lia2{border-top:0px;}