html, body {width:100%;}
#wrapper			{width:100%;min-width:1123px;}
#container			{width:100%;min-width:1123px;}

#open_wrapper		{position:relative;width: 100%;}
#open_container		{width:450px;margin-left:auto;margin-right:auto;}

/*float-left*/
#header_section h1,#gnb,#mnb,#gnb li, #mnb li,#left_section {float:left;}

/*inline block*/
/*
{display: -moz-inline-stack;display: inline-block;vertical-align: top;zoom: 1;*display: inline;}
*/
/*layout*/
#header_section		{width:100%;height:90px;}
#ad_section			{width:100%;position:relative;height:230px}
#content_section	{margin-top:50px;width:1100px;min-width:1100px;margin-left:auto;margin-right:auto;min-height:600px;*height:1%;} /* IE5.5~7 브라우저 대응 Hack */
#footer_section		{width:100%;}

#header_wrapper		{position:relative;width:1100px;height:90px;margin-left:auto;margin-right:auto;}
#footer_wrapper		{position:relative;width:980px;margin-left:auto;margin-right:auto;}

#header_section h1			{width:200px;height:90px;}
#footer_section h1			{position:absolute;top:20px;left:779px;}

/*layout sub*/
#sub_top_section	{}
#left_section		{width:150px;}
#user_info			{}
#site_log			{}
#content			{width:779px;margin-left:195px;min-height:200px;}
#side_section		{display:none;}

/* 표준계열 브라우저에 대응하는 float 해제용 가상 엘리먼트의 생성 */
#header_section:after, #content_section:after, #content:after, #footer_section:after
{content:" "; display:block; clear:both; height:0; visibility:hidden;}