﻿/*
 * 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:152px;
	width:100%;
	height:248px;
		/*background-color:#F0FFFB;
	background-color:#FFF9E2;*/
background-color:#F0F9FF;
}


#flash_fma {
	position:absolute;
	left:10px;
	top:9px;
	width:907px;
	height:230px;
	
}


#main_search {
	position:absolute;
	left:632px;
	top:33px;
	width:273px;
	height:190px;
	background-image: url(../../images/main/con_img_searchbg.gif);
}




/* 메인 이미지 및 바로가기 */


/* 서비스/롤링/공지사항 */

/* 서비스 */

#bottom_conternt {
	position:absolute;
	left:64px;
	top:415px;
	width:917px;
	
}

#service {
	position:absolute;
	width:179px;
	height:123px;
	background-image: url(../../images/main/service_bg.gif);
	background-position:bottom;
	
}


#service ul {
margin: 0;
padding-top:2px;
padding-left:2px;
padding-right:2px;
padding-bottom:2px;
list-style: none;

}

#service  li {
line-height:13px;
list-style-position:inside;
list-style-image:url(../../images/main/icon01.gif);
font-size:12px;
margin-left:4px;
margin-right:6px;
margin-top:4px;
margin-bottom:4px;
padding-left:0;
padding-top:0px;
padding-bottom:0;
padding-right:0;

}




#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;
}
/* 서비스/롤링/공지사항 */
