﻿/*
 * Layout
 */


body {
      width:100%; height:100%;
	  background-color: #efebe7;
      background-image: url(../../images/main/body.jpg); 
      background-repeat: no-repeat;	
	 }






#body-top {
	
	height:52px;
	background-image: url(../../images/main/body1.jpg);
	background-repeat: no-repeat;
	margin: auto; /* 상하 마진=0, 좌우 마진=auto */
    padding: 0; /* 상하 여백=0, 좌우 여백=20px */
    width: 100%; /* 가로 사이즈 */
    width: auto !important;
    text-align: left; /* div 내의 텍스트 정렬 */
    position: relative; /* div의 위치 상대값 */
    min-width: 100%; 
	min-height: 100%;/* 최소 높이 (모질라 계열 전용) */
  
  
 }




#body_center {
	
	width: auto;
	width:100%;
	height:555px;
	background-color: #ffffff;
	background-image: url(../../images/main/body2.jpg);
	background-repeat: no-repeat;
	
	margin: auto; /* 상하 마진=0, 좌우 마진=auto */
    padding: 0; /* 상하 여백=0, 좌우 여백=20px */
    width: 100%; /* 가로 사이즈 */
    width: auto !important;
    text-align: left; /* div 내의 텍스트 정렬 */
    position: relative; /* div의 위치 상대값 */
    min-width: 100%; 
    min-height: 100%;/* 최소 높이 (모질라 계열 전용) */
   /* height: auto !important; /* 높이=자동 (모질라 계열 전용) */
   /* height: 100%; /* 높이 (익스 전용) */
   z-index:103;
 }



#body_bottom {
	height:120px;
	background-image: url(../../images/main/body3.jpg);
	background-repeat: no-repeat;
	margin: auto; /* 상하 마진=0, 좌우 마진=auto */
    padding: 0; /* 상하 여백=0, 좌우 여백=20px */
    width: 100%; /* 가로 사이즈 */
    width: auto !important;
    text-align: left; /* div 내의 텍스트 정렬 */
    position: relative; /* div의 위치 상대값 */
    min-width: 100%; 
	min-height: 100%;/* 최소 높이 (모질라 계열 전용) */
    padding-top:30px;
	padding-left:0px;
  
 
}


#header2 {
	position:relative;
	top:-3px;
	left:62px;
	width:100%;
	width:auto;
	height:152px;
	text-align:left;
	z-index:1000;

}


/* 메인 이미지 및 바로가기 */


#main_contents {
	
	position:absolute;
	left:64px;
	top:169px;
	width:100%;
	height:383px;
	background-color:#FFFFFF;
}


#flash_fma {
	position:absolute;
	left:0px;
	top:0px;
	width:438px;
	height:383px;
	
}


#main_search {
	position:absolute;
	left:456px;
	top:0px;
	width:461px;
	height:108px;
	background-image: url(../../images/main/con_img_searchbg.gif);
}




/* 메인 이미지 및 바로가기 */


/* 서비스/롤링/공지사항 */

/* 서비스 */

#bottom_conternt {
	position:absolute;
	left:64px;
	top:415px;
	width:917px;
	
}

#service {
	position:absolute;
	width:227px;
	height:115px;
	background-image: url(../../images/main/service_bg.gif);
	background-position:bottom;
	left: 689px;
	top: 268px;
	
}


#service ul {
margin: 0;
padding-top:2px;
padding-left:2px;
padding-right:2px;
padding-bottom:2px;
list-style: none;
width:224px;

}

#service  li {
line-height:10px;
background-image:url(../../images/main/icon01.gif);
background-repeat:no-repeat;
background-position:left;
font-size:12px;
margin-left:4px;
margin-right:6px;
margin-top:3px;
margin-bottom:3px;
padding-left:8px;
padding-top:4px;
padding-bottom:0;
padding-right:0;
float:left;
width:90px;
}




#service_more_open {
	position:absolute;
	left:122px;
	top:103px;
	width:54px;
	height:18px;
    }


#service_more_close {
	position:absolute;
	left:122px;
	top:103px;
	width:54px;
	height:18px;
	visibility: hidden;
    }


 /* 롤링 */

#hot_rolling {
	position:absolute;
	top:0px;
	left:205px;
	width:226px;
	height:123px;
        margin:0;
        padding:0;
	background:#FFFFFF;
}

/* 공지 */
#news {
	position:absolute;
	top:0px;
	left:449px;
	width:461px;
	height:133px;
	 margin:0;
        padding:0;
}

 /* 배너 */
#banner {
	position:absolute;
	top:120px;
	left:782px;
	width:135px;
	height:135px;
        margin:0;
        padding:0;
	background:#FFFFFF;
}
/* 서비스/롤링/공지사항 */
