/*
 * 메인 페이지 
 */


#main_flash_movie{
	position:absolute;
	top:120px;
	left:120px;
	width:505px;
	overflow:hidden;
}

body.index_body {
	background-image : url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	min-height:800px;
}


.login_box {
	width:273px;
	height:113px; 
	background-image : url(../images/simple_login_bg.png);
	background-repeat: no-repeat;
	position: relative;
	top:30px;
	left:700px;
	padding:11px 0 0 60px;   
	
}

.info_box {
	width:273px;
	height:113px; 
	background-image : url(../images/simple_info_bg.png);
	background-repeat: no-repeat;
	position: relative;
	top:30px;
	left:700px;
	padding:10px 0 0 20px;   	
}


.login_box table {
	margin : 0px; 
	
}


.pds {
	width:273px;
	height:150px; 

	position: relative;
	top:40px;
	left:700px;
	
}


.pds ul {
	margin-top:0px;
	margin-left:20px;
	width:88%;
}
.pds ul li {
	
	background-image : url(../images/line_bottom_01.png);
	background-repeat: repeat-x;
	background-position: bottom;	
	padding : 4px 0 ; 
	width:100%;
	
}
.brochure {
	width:273px;
	height:113px; 
	position: relative;
	top:30px;
	left:700px;
	
}
.smart_online {
	width:273px;
	/* height:113px;  */
	position: relative;
	top:100px;
	left:700px;
	
}
.smart_online a{
	display: block;
}

