body
{
	margin:0px;
    padding:0px;
    font-family : dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif;
}
html, body
{
	height: 100%;
}
#wrap
{
    width:100%;
    height:100%;
}

/* 상단영역 */
#header
{
	width:100%;
	background-color:#f3f5f0;
	height: 8%;
	vertical-align : middle;
	min-height:60px;
	min-width:785px;
}
.icon
{
	background:url('../../images/error/logo.png') no-repeat;
	width:147px;
	height:30px;
	position: absolute;
	left:40px;
	top:12px;
}
.backBtn
{
	display : inline;
	height:36px;
    width:120px;
	cursor: pointer;
	border : 0 none;
	font-size : 10pt;
	padding-left : 36px;
	padding-bottom : 3px;
	position: absolute;
	color :#00663f;
	background:url('../../images/error/btn_prev_n.png') no-repeat;
	float:right;
	right:30px;
	top:12px;
	text-align :left;
}
.backBtn:hover
{
	color:#ffffff;
    background:url('../../images/error/btn_prev_o.png') no-repeat;
}
.backBtn:disabled
{
	color : #f3f5f0;
    background:url('../../images/error/btn_prev_d.png') no-repeat;
}

/* 본문영역 */
#containerBg
{
    display:block;
    width:100%;
    height:92%;
    min-height:600px;
    background-color:#f3f5f0;
    background-image:url('../../images/error/errorpageBg.png') ;
    background-repeat:repeat-x;
    background-position:0% 100%;
    position:absolute;
    text-align: center;
}
#container
{
    display:inline-block;
    width:785px;
    height:100%;
    background-color:#f3f5f0;
    background-image:url('../../images/error/errorpage.png') ;
    background-repeat:no-repeat;
    background-position:0% 100%;
    position:relative;
}
#contents
{
    top:64px;
    width:100%;
    height:75%;
    position: absolute;
    text-align:center;
    vertical-align:middle;
    overflow: hidden;
}
.mainTitleBox
{
	display:inline-block;
}
.mainTitle
{
    font-size:23pt;
    color:#000000;
    padding-left:10px;
    font-weight:bold;
}
.subTitle
{
    font-size:14pt;
    color:#000000;
    display:inline-block;
    margin-top:16px;
}
.subTitle2
{
    font-size:11pt;
    color:#000000;
    display:inline-block;
    margin-top:16px;
}
.errorBox
{
	width:100%;
	height:250px;
    background-color:#ffffff;
    text-align: center;
    min-height:100px;
    display:inline-block;
    margin-top:36px;
}
.errorTitle
{
    width:100%;
    text-align: center;
    height:25px;
    padding-top:15px;
    display:inline-block;
    font-size:11pt;
    color:#333333;
    font-weight:bold;
}
.errorText
{
    width:97%;
    text-align: center;
    padding:1px;
    display:inline-block;
    font-size:10pt;
    color:#00663f;
    max-height:80%;
    overflow: auto;
    text-overflow: ellipsis;
}
.copyright
{
	color : #749e8a;
	font-size : 10pt;
	width : 100%;
	position: absolute;
	bottom : 40px;
	text-align:center;
}