@charset "utf-8";

/*-------------------------------------------------------
LAYOUT CSS by Danny Bae
Created Date: 2009. 10. 14
Ver: 1.0.0

Color Code1:			#000F2D. Samsung Blue Black
Color Code1(GRAD):	#3f50a4. Gradient Color
Color Code2:			#4356BC. Samsung Blue B
Color Code2(GRAD):	#005ba5. Gradient Color
Color Code3:			#76B4D2. Samsung Blue S
Color Code4:			#bad9e8. Samsung Blue S 50%
Color Code5:			#ECF0F0. Samsung Blue White
-------------------------------------------------------*/
body {
	background: #ececec url(../../img/css/body_bg.gif) repeat-y 50% 0;
	margin:0;
}

#container { 
	width: 780px;  /* 스크롤바 및 Google Chrome을 위한 너비. 780이상 늘리지마시오. */
	min-width: 780px;
	background: #FFFFFF;
	position: relative;
	left: 50%;
	margin-left: -390px;
} 

/* HEADER Layout
------------------------------------------------------------------------------------------------*/
#header { 
	margin: 0 10px;
	width: 760px;
} 

#header .title {
	padding: 20px;
	float: left;
	display:inline;
}

/* mainNAV Layout
------------------------------------------------------------------------------------------------*/
#mainNav {
	clear:both;
	margin: 0 10px;
	width:760px;
}

/* CONTENT Layout
------------------------------------------------------------------------------------------------*/
#content { 
	float: right;
	width:520px;
	margin: 20px 10px 0 0;
	text-align: left;
	display: inline;
} 

#content div.article1 {
	padding: 10px 20px 10px 0;
}

#content div.article2 {
	padding: 10px 20px 10px 20px;
}

/* subNAV Layout
------------------------------------------------------------------------------------------------*/
#subNav {
	float: left;
	display: inline;
	width: 210px; /* 수정 시, IE 박스 오류 주의 */
	margin: 10px 0 0 10px;
}


/* FOOTER Layout
------------------------------------------------------------------------------------------------*/
#footer { 
	clear:both;
	margin: 10px 10px 0 10px;
	background:#bad9e8;
} 

#footer p {
	line-height: 50px;
	margin: 0 20px 0 20px;
	color: #000F2D;
	background: url(../../img/css/logo_samsung_bottom.jpg) no-repeat right center;
	}

/* FLOAT Configuration
------------------------------------------------------------------------------------------------*/
.rightfloat { /* 왼쪽 Float에만 사용 */
	float: right;
	margin-left: 8px;
}
.leftfloat { /* 오른쪽 Float에만 사용 */
	float: left;
	margin-right: 8px;
	display: inline;
}
.clearfloat { /* Float 해제용 */
	clear:both;
}

.linefloat { /* Upper border 에만 사용 */
	clear:both;
	border-top:1px solid #bad9e8;
	padding-top:5px;
	margin-top:8px;
	}

/* CSS only for Index Page
------------------------------------------------------------------------------------------------*/
#main #content { 
	float: left;
	width:530px;
	margin: 10px 0 0 10px;
	text-align: left;
	display: inline;
	padding-bottom: 10px;
} 
#main #subNav {
	float: right;
	display: inline;
	width: 210px; /* 수정 시, IE 박스 오류 주의 */
	margin: 10px 15px 0 0;
}
#main #content img {
	float:left;
	display:inline;
	padding:0;
	margin:0;
}
#main #content .content_main {
	width: 210px;
	w\idth: 199px;
	padding: 0 10px 0 0;
	margin: 0 0 0 10px;
	min-height: 400px;
	border-right: 1px dotted #bad9e8;
	float:right;
	display:inline;
}
#main #content .content_main .symbols {
	margin-top:5px;
	padding-top:10px;
	height:1%;
	border-top: 1px dotted #bad9e8;
	text-align: center;
}
#main #content .content_main .symbols img {
	margin: 10px 8px;
	width: 50px;
}

/* Partial CSS only for Mac IE
------------------------------------------------------------------------------------------------*/

/*\*//*/
#container { 
	position: none;
	left: 0%;
	margin-left: 0;
	margin: 0 auto;
}
#content { 
	margin-right: 0;
} 
#header .title {
	width:70%;
	}
#mainNav {
	clear:both;
	margin-left: 0;
	width:760px;
}
#subNav {
	margin-left:0;
}
.linefloat {
	clear:none;
	}
#footer {
	margin-left:0;
	margin-right:0;
	width:760px;
	}
#main #content { 
	margin-left:0;
	padding-bottom:10px;
}
#main #content .content_main {
	margin-left:0;
}
/**/