@charset "UTF-8";

@import url('/Css/common.css');
@import url('/Css/common2.css');
@import url('/Css/layout.css');
html, body {
	margin:0;
	padding:0;
}

body {
	width:100%;
	/*background:#fff url(/Images/Layout/bgError.gif) repeat-x left top;*/
}

div#headerArea {
	width:100%;
	padding-top:4px;
}

	div#headerArea div.top {
		width:1000px;
		height:59px;
		margin:0 auto;
	}

		div.topLeft {
			width:407px;
			float:left;
		}

			div.topAllMenu {
				padding-left:135px;
			}
			div.topAllMenu img {
				display:block;
			}
			div.category {
				padding:15px 0 0 110px;
			}

		div.topMiddle {
			width:208px;
			height:59px;
			float:left;
		}

		div.topRight {
			position:relative;
			width:309px;
			float:left;
			padding-right:12px;
			text-align:right;
			z-index:30;
		}

		div.topMenu {
			overflow:hidden;
			height:9px;
			padding:12px 0 1px 0;
			text-align:right;
		}

		div.topMenu a {
			margin-right:5px;
		}
	
		div.topMenu a.last {
			margin-right:0;
		}

		div.topMenu img {
			vertical-align:top;
		}

		div.topSearch {
			position:absolute;
			right:12px;
			top:31px;
			float:left;
			text-align:right;
			z-index:30;
		}

		*html div.topSearch {
			padding:0;
		}

		div.topSearch span.keywordBox {
			float:left;
			display:block;
			height:17px;
			padding:2px 2px 0 0;
			margin-left:3px;
			border:1px solid #757575;
		}

		*html div.topSearch span.keywordBox {
			right:24px;
		}

		*html div.topSearch span.keywordBox a img {
			vertical-align:top;
		}

		div.topSearch input.keyword {
			height:13px;
			vertical-align:top;
			border:0;
			font-family:Dotum, "돋움";
			font-size:12px;
			color:#787878;
		}

		div.topSearch a.btn {
			display:block;
			padding-top:1px;
			float:right;
		}

		*html div.topSearch a.btn {
			padding-top:13px;
		}

		*html div.topSearch span.keywordBox {
			padding-top:2px;
		}

		*html div.topSearch span.keywordBox img {
			vertical-align:middle;
		}

		*html div.topSearch input.keyword {
			vertical-align:middle;
		}



div#contentArea {
	width:935px;
	margin:0 auto;
	padding:24px 0 0 0;
}
div#contentArea p.error{
	width:592px;
	height:387px;
	margin:126px auto;
	padding:15px 0 0 185px;
	background:url('/Images/Layout/bg_Error02.gif') no-repeat top left;
}

div#footerArea {
	clear:both;
	width:838px;
	height:76px;
	margin:45px auto 0 auto;
	padding:0 0 0 32px;
	background:url('/Images/Layout/bg_Footer.gif') no-repeat top left;
}


	/*div#footerArea p.content img,*/
	div#footerArea div.content img {
		vertical-align:top;
	}

	/* ie6은 content 부분 높이 설정해야함.. */
	*html div#footerArea div.top {
		height:21px;
	}
	*html div#footerArea div.bottom {
		height:25px;
	}
	/* //ie6은 content 부분 높이 설정해야함.. */

	/* div.top p.content Images 배열 부분 (이미지에 링크가 없을 경우, margin-top 값을 img에 적용하면 됩니다.*/
	div#footerArea div.top div.content .titLink {
		margin:6px 77px 0 43px;
	}

	/* div.bottom p.content Images 배열 부분 */
	div#footerArea div.bottom div.content p.milestoryLink {
		float:left;
		margin:1px 59px 0 21px;
		_margin:1px 57px 0 10px;
	}

    div#footerArea div.bottom div.content p.milestoryAddress {
		width:650px;
		margin-bottom:5px;
		overflow:hidden;
	}

	*:first-child+html div#footerArea div.bottom div.content p.milestoryAddress {
		margin-bottom:4px;
	}

	*html div#footerArea div.bottom div.content p.milestoryAddress {
		margin-bottom:4px;
	}

    div#footerArea div.bottom div.content p.milestoryAddress a {
		line-height:1px;
		font-size:1px;
		*font-size:11px;
		float:left;
		_display:inline;
	}

    *html div#footerArea div.bottom div.content address {
		margin-bottom:-9px;
	}
	/* //div.bottom p.content Images 배열 부분 */

/* 2009-02-13 codpro */
div#cp-headerArea{
	width:100%;
}
div.cp-content{
	margin:185px	auto;
	text-align:center;
}
div.cp-errorbox{
	margin:10px 0;
	height:112px;
}

div.cp-storybtn{
	margin-bottom:20px;
}
ul.cp-Milemenu{
	display:inline;
}

ul.cp-Milemenu li{
	display:inline;
	padding:0 16px 0 0;
}
/* 2009-02-13 codpro *