/* CSS Document */

#chapDiv {
    display: block;
    position: absolute;
    width: 1280px;
    height: 150px;
    top: 0px;
    left: 0px;
    float: left;
    background: url(../img/chasi.png) no-repeat;
}

/*대메뉴 버튼*/
#lnb > ul > li > button {
	display: block;
	border:0px;
	/*background:transparent;*/
	cursor: pointer;
	text-align:left;
	color:#fff;
	left:0px;
	font-size:18px;
	 -webkit-transition-duration: 0.7s; /* Safari */
     transition-duration: 0.7s;
	 
	margin:0 0 0 0px;
	width:225px;
	height:32px;
	font-weight:normal;
	font-family: 'Noto Sans KR'; 
	color:#868686;
}

#sMenu {
	margin:0;	
	line-height:18px;
	font-weight:100;
}

#t_1{background:url(../../common/img/index/menu1.png) no-repeat;}
#t_2{background:url(../../common/img/index/menu2.png) no-repeat;}
#t_3{background:url(../../common/img/index/menu3.png) no-repeat;}
#t_4{background:url(../../common/img/index/menu4.png) no-repeat;}

#t_1:hover{background:url(../../common/img/index/menu1Ov.png) no-repeat;}
#t_2:hover{background:url(../../common/img/index/menu2Ov.png) no-repeat;}
#t_3:hover{background:url(../../common/img/index/menu3Ov.png) no-repeat;}
#t_4:hover{background:url(../../common/img/index/menu4Ov.png) no-repeat;}

#t_1.active{background:url(../../common/img/index/menu1Ov.png) no-repeat;}
#t_2.active{background:url(../../common/img/index/menu2Ov.png) no-repeat;}
#t_3.active{background:url(../../common/img/index/menu3Ov.png) no-repeat;}
#t_4.active{background:url(../../common/img/index/menu4Ov.png) no-repeat;}


