/***********************************************
* 창의와탐구 초기화 css
* STYLE SHEET
* CSS author - Grayblue 
***********************************************/
@import "base.css";
@import "content.css";


div#wrapper {
	min-height: 100%;
	margin: 0px 0 -100px 0;
	background: url('../../images/comm/bg_top_line.gif') repeat-x;
}
* html div#wrapper{height: 100%;}

div.topright-line{
	position:absolute;
	z-index:0;
	left:50%;
	top:0;
	width:50%;
	height:30px;
	margin-left:-1px;
	background: url('../../images/comm/bg_top_rightline.gif') repeat-x;
}
div#container{
	position:relative;
	width:998px;
	margin:0 auto;
	padding:0 0 100px 0;
	overflow:hidden;
	background:#fff;
}
div#header{
	position:relative;
	z-index:2;
	width:100%;
	height:115px;
	background: url('../../images/comm/bg_header_line.gif') no-repeat top right;
}
div#mainheader{
	position:relative;
	z-index:2;
	width:998px;
	height:0;
	margin:0 auto;
}

div#header h1, div#mainheader h1{
	position:absolute;
	left:18px;
	top:20px;
	z-index:10;
}
div#header div#gnb{
	position:absolute;
	left:0;
	top:66px;
	z-index:9;
}
div#header ul.utill{
	position:absolute;
	right:8px;
	top:6px;
	z-index:9;
	width:189px;
	height:30px;
}
div#mainheader ul.utill{
	position:absolute;
	right:8px;
	top:0;
	z-index:9;
	width:189px;
	height:30px;
	padding:6px 0 0 0;
	background: url('../../images/comm/bg_main_toputil.gif') repeat-x;
}
div#header ul.utill img, div#mainheader ul.utill img{vertical-align:top;}
div#header ul.utill li,  div#mainheader ul.utill li{
	float:left;
	height:5px;
	padding:0 6px 0 6px;
	line-height:0;
	background: url('../../images/comm/bg_utill_line.gif') no-repeat 0 0;
}
div#header ul.utill li.askwhy, div#mainheader ul.utill li.askwhy{
	float:left;
	width:181px;
	height:22px;
	padding:0 0 0 8px;
	background:none;
}
div#header ul.utill li.first, div#mainheader ul.utill li.first{
	float:left;
	height:5px;
	padding:0 6px 0 0;
	background:none;
}

div#contentwrap{
	float:right;
	width:589px;
	overflow:hidden;
}
div#contentwrap div.title{
	width:100%;
	height:108px;
	overflow:hidden;
}
div#contentwrap div.title h2{
	width:100%;
	height:54px;
	overflow:hidden;
}
div#contentwrap div.title span.location{
	height:20px;
	vertical-align:top;
	font-size:11px;
	line-height:14px;
	color:#808080;
	padding:0 0 0 10px;
	background: url('../../images/comm/bg_location_dot.gif') no-repeat 1px 4px;
}
div#contentwrap div.title span.location strong{vertical-align:top;line-height:14px;}


div#contentwrap div.contents{width:100%;overflow:hidden;display:block;padding:0 0 100px 0;}

div#lnbwrap{
	float:left;
	width:408px;
	padding:40px 0 0 0;
}
div#footer{
	position:relative;
	z-index:2;
	clear:both;
	width:100%;
	min-width:998px;
	height:145px;
	background: url('../../images/comm/bg_footer_line.gif') repeat-x left bottom;
}
/* footer */
div#footer_wrap{
	clear:both;
	width:988px;
	height:122px;
	margin:0 auto;
	background:url('../../images/comm/footer_line.gif') repeat-x left top;
}
div.footerUtil{
	float:left;
	width:667px;
	padding:31px 0 0 0;
}
div.footerUtil h5{
	float:left;
	width:96px;
	height:31px;
	padding:7px 0 0 0;
	text-align:center;
}
div.footerUtil ul.depth1, div.footerUtil ul.depth2{height:15px;}
div.footerUtil ul.depth1 li, div.footerUtil ul.depth2 li{float:left;padding:0 5px 0 0;}
div.footerUtil ul.depth1 li img, div.footerUtil ul.depth2 li img{vertical-align:top;}
div.footerUtil p.address{clear:both;padding:0 0 0 10px;}

div.footerRview{
	float:right;
	padding:34px 13px 0 0;
}

@media print{
	div.topright-line{display:none;}

	div#wrapper {
		height:auto;
	}
	div#contentwrap{
		display:block;
		float:left;
		width:589px;
		overflow:hidden;
	}
	div#header,div#lnbwrap, div#footer{display:none;}
	

	html,
	body{
		width:100%;
		height:auto;
	}

	* html div#wrapper{height:auto;}

}
