@import url(common.css);

/*메인페이지*/

/*visual*/
#visual { position: relative; margin: 0 auto;  width: 1000px; height: 700px;}

/* 이미지갤러리 */
#sm_gallery { position:absolute; left: -460px; top: 0px; width:1920px; /* 갤러리영역 가로길이 */
margin:0 auto; text-align:center; }
#sm_gallery .mas { overflow:hidden; position:relative; 
width:1920px; height:700px; /* 이미지하나의 가로세로길이 */
margin:0 auto; }
#sm_gallery #sm_gall { position:absolute; left:0; top:0px; }
#sm_gallery #sm_gall ul { float:left; }
#sm_gallery #sm_gall li { float:left; }

#sm_gallery .nav { position: absolute; left: 910px; bottom: 50px; /* 메뉴영역설정 */
margin:0 auto; overflow:hidden; }
#sm_gallery .nav li{ float:left; margin-left:17px;}/* 메뉴간격 */

#sm_gallery .nav a {display: block;width: 20px; height: 20px;
	color:#333; text-decoration:none;  /*메뉴 비활성화 설정*/
	background:url(../images/lush_off.png);
}
#sm_gallery .nav #g1 { 
	color:white; text-decoration:none;  /*메뉴 활성화 설정*/
	background:url(../images/lush_on.png);
}

#sm_gallery .prev { position:absolute; left:0; top:0px; }/* prev버튼설정 */
#sm_gallery .next { position:absolute; right:0; top:0px; }/* next버튼설정 */
#sm_gallery #play { display:none; }


/*contents*/
h2 { font-weight: bolder; font-size: 20px;}
#contents #section1 li { margin-top: 7px; float: left; }
#contents #section2 li { margin-top: 50px; margin-bottom: 100px; float: left; }

