
/*****

	css layout type
	for default definition

*****/


@charset "euc-kr";


#gnbMenu {
	
	position: absolute;
	left: 0; top:0;
	
	width: 45px; height: 495px;
	z-index: 102;
	
	overflow: hidden;
}


#headerTop {
	
	position: absolute;
	left: 45px; top: 0px;
	
	width: 875px;
	

	z-index: 105;
	
	overflow: hidden;
}
#headerCenter {
	
	position: absolute;
	left: 45px; top: 0px;
	
	width: 880px;
	

	z-index: 104;
	
	overflow: hidden;
}
#headerLogin {
	
	position: absolute;
	left: 45px; top: 83px;
	
	width: 880px;
	

	z-index: 103;
	
	overflow: hidden;
}
#headerBottom {
	
	position: absolute;
	left: 65px; top: 118px;
	
	width: 880px;
	

	z-index: 102;
	
	overflow: hidden;
}


/* ÇÃ·¹ÀÌ¾î */

#headerPlayer {
	
	position: absolute;
	left: 65px; top: 60px;
	
	width: 840px; height: 285px; 
	
	/*ÇÃ·¹ÀÌ¾î ¿µ¿ª ÃßÈÄ ¼öÁ¤µÉ °Í*/
	
	background: #fff;
	z-index: 100;
	
	overflow: hidden;
}

#main {
	
	position: relative;
	
	width: 100%; height: 100%;
	margin: 0; padding: 0;
	
	overflow: auto; overflow-x:hidden;
}
	

#mainPlayer {
		
	display: none;
	}
	

#mainBody {
		
	margin: 0 0 0 45px; 
		
	padding-top: 135px;
		
	margin-top: -52px;
	}
	

	/* main-store-Body */
	
	#main-store-Body {
		
		margin: 0 0 0 45px; 
		
		padding-top: 135px;
		
		padding-left: 0;
	}
		

	/* »ó´Ü °øÅë ºñÁÖ¾ó */
		
	#visualArea {
			
		clear: both;
			
		width: 840px; height: 105px;

		}
		
	
	/* visualArea-store */
		
	#visualArea-store {
			
		clear: both;
			
		width: 840px; height: 137px;
			
		margin-left: 20px;
		}
		

	/* ³×ºñ°ÔÀÌ¼Ç */
		
	#navigation {
			
		clear: both;
			
		width: 840px;
			
		padding: 1px 0 2px;
			
		color: #ACACAB;
			
		font-size: 11px;
			
		text-align: right;
		}
		
	
	.navigationE {
			
		padding-top: 5px !important;
			
		border-top: 1px solid #CCC39E;
		}
			

	#navigation img {
				
		margin-right: 5px;
			}
			
	
	#navigation strong {
				
		color: #AC985A;
				
		font-weight: bold;
			}
			
	
	#navigation span {
				
		color: #ACACAB;
				
		font-size: 10px;
				
		font-weight: bold;
			}
				
		h2#subTitle {
					
			width: 690px;
					
			clear: both;
					
			padding-bottom: 8px;
					
			overflow: hidden;
				}
		
			/* º»¹® */
		
			table#mainTable {
			
				clear: both;
			
				width: 840px;
			
				border-collapse: collapse;
			
				table-layout: fixed;
				
		}
			
			table#mainTable th,
			
			table#mainTable td {
				
				padding: 0;
			}
			
			/* ÁÂÃø¸Þ´º */
			
			table#mainTable th#leftMenu {
				
				width: 126px;
				
				border-right: 1px solid #DEDAD5;
			}
			
			/* ½ÇÁ¦³»¿ëµé¾î°¡´Â ºÎºÐ */
			
			table#mainTable td#mainContents {
				
				width: 690px; /* height: 550px;*/
				
				padding-left: 14px;
			}
			
			/* ÇÏ´Ü */
			
			table#mainTable td#mainFooter {
				
				border: 1px solid #DEDAD5;
			}
			
			/* Ä¿¹ÂÆ¼´Ï ³»¿ë */
			
			table#mainTable td#cmutyContents {
				
				width: 840px;
			}
			

#family {
	
				width: 840px; height: 106px;
	
				border-top: 1px solid #DEDAD5;
}
	
			#family p {
		
				float: left;
		
				position: relative;
		
				top:-5px;
		
				padding: 0 46px 0 17px;
	}
	
			#family address {
		
				float: left;
		
				padding-top: 26px;
	}

	
			#quckMenu {
		
				position: absolute;
		
				left: 936px; top: 141px;
		
				width: 69px; height: 325px;
	}