@import url(/css/common.css);

/*body,html {position: relative;}*/
body {width: 100%;height:100%;}


#wrapper   { width:100%; background: url('/images/menu_bg.gif') repeat-x left top; }
#main_wrap { margin:0 auto; text-align:left;}


/* 메인컨텐츠 */
#main_content { width:100%; margin:0 auto; position:relative}

/* 메인이미지 */
#main_img_area { width:100%; margin:0 auto; height:330px; background: url('/images/main_img.jpg') no-repeat; }
#main_img_area .center { width:1000px; margin:0 auto; position:relative }
#main_img_area .center .txt { position:absolute; left:450px; top:40px; width:323px; height:122px}
#main_img_area .center .won_img { position:absolute; left:840px; top:65px; width:201px; height:201px}


/* ------- 컨텐츠 영역 -------- */ 
#content_wrap { clear:both; width:1000px; margin:15px auto; overflow:hidden; border:0px solid red}
#content_wrap .news_area {float:left; width:215px; border:0px solid red}
#content_wrap .news_area h2	{padding-bottom:10px}
#content_wrap .product_area {float:left; width:553px; height:320px; padding-left:15px; border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc}
#apDiv1 {
	position:absolute;
	width:540px;
	height:320px;
	z-index:1;
	visibility: visible;
}
#apDiv2 {
	position:absolute;
	width:540px;
	height:320px;
	z-index:1;
	visibility: hidden;
}
#apDiv3 {
	position:absolute;
	width:540px;
	height:320px;
	z-index:1;
	visibility: hidden;
}
#content_wrap .videos_area {float:left; width:215px; border:0px solid green}
#content_wrap .videos_area h2 {padding-left:15px;}
#content_wrap .videos_area p	{padding:15px 0px 30px 15px}
