/* CSS Document */



/*대메뉴 버튼*/
#lnb > ul > li > button {
	display: block;
	border:0px;
	background:transparent;
	cursor: pointer;
	text-align:left;
    letter-spacing:-1px;
	color:#afacc4;
	left:0px;
	font-size:30px;
    -webkit-transition-duration: 0.7s; /* Safari */
    transition-duration: 0.7s;
	margin:0 0 0 0px;
	width:240px;
	height:40px;
	font-weight:900;
	font-family: "suite";
	color:#ffffff;
}

#lnb > ul > li > button > p {
	margin:0;	
	line-height:18px;
	font-weight:100;
}
#lnb > ul > li > button > p > span.flowNum { 
	font-size:25px;
	color:#afacc4;
}

#lnb > ul > li > button > span.flowNum {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: 0px;
    background: url("../../common/img/index/black/depth_bullet.png")no-repeat;
}
#lnb > ul > li > button > span.flowNum.active {
    background: url("../../common/img/index/black/depth_bullet_active.png")no-repeat;
}

#t_1{color:#afacc4}
#t_2{color:#afacc4}
#t_3{color:#afacc4}
#t_4{color:#afacc4}
#t_5{color:#afacc4}
#t_6{color:#afacc4}
#t_7{color:#afacc4}
#t_8{color:#afacc4}

#t_1:hover{color:#f26831}
#t_2:hover{color:#f26831}
#t_3:hover{color:#f26831}
#t_4:hover{color:#f26831}
#t_5:hover{color:#f26831}
#t_6:hover{color:#f26831}
#t_7:hover{color:#f26831}
#t_8:hover{color:#f26831}

#t_1:hover p > span.flowNum{color:#f26831}
#t_2:hover p > span.flowNum{color:#f26831}
#t_3:hover p > span.flowNum{color:#f26831}
#t_4:hover p > span.flowNum{color:#f26831}
#t_5:hover p > span.flowNum{color:#f26831}
#t_6:hover p > span.flowNum{color:#f26831}
#t_7:hover p > span.flowNum{color:#f26831}
#t_8:hover p > span.flowNum{color:#f26831}

#t_1.active{color:#f26831}
#t_2.active{color:#f26831}
#t_3.active{color:#f26831}
#t_4.active{color:#f26831}
#t_5.active{color:#f26831}
#t_6.active{color:#f26831}
#t_7.active{color:#f26831}
#t_8.active{color:#f26831}

#lnb > ul > li > ul > li > button.active {
    background:url("../../common/img/index/black/depth_smalldot_active.png")no-repeat;
    background-position:0px 10px;
    color: #f26831;
}

alpha{visibility: hidden}


/*navi.css와 연계됨*/
#lnb > ul > li > ul > li > button.type2 {
/*	background:transparent;*/
    background:url("")no-repeat;
    background-color: #f26831;
    border-radius: 5px;
    height: 30px;
} 







