@charset "utf-8";
html {
	background:#010101;
}
body {
	color:#333;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}
#container {
	overflow:hidden;
	position:relative;
}
#container{
	background:url(../img/common/contents_bg.jpg) 0 0 no-repeat fixed #010101;
}
/*
===================*/
#sideHeader {
	background:url(../img/common/contents_bg.jpg) 0 0 no-repeat fixed #010101;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	height:800px;
	width:287px;
}
#sideHeader h1 {
	margin:40px 0;
	text-align:center;
}
#gnav {
	margin:25px 0 0 20px;
}
#snav, #hdContact {
	margin:30px 0 0;
	text-align:center;
	cursor:pointer;
}
#contentsWrap{
	padding:0 110px 0 0;
	width: 672px;
	margin: 0 0 0 288px;
	overflow:hidden;
}

#contents {
	padding:0 1px 0 0;
	min-height: 800px;
}
#footer {
	position:relative;
	z-index:9999;
	width:100%;
	height:100%;
	background:url(../img/common/ft_line.gif) 0 0 repeat-x #000;
	text-align:center;
	padding:1px 0 0;
}
/*
===================*/
#profileWrap {
	display:none;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height: 100%;
	width: 100%;
}
#profile {
	position:absolute;
	top:50%;
	left:50%;
	margin:-216px 0 0 -401px;
	background:url(../img/profile/profile.png) 0 0 no-repeat;
	width:803px;
	height:433px;
}
#text {
	overflow:hidden;
	text-indent:-2999px;
}
#close {
	position:absolute;
	top:35px;
	right:35px;
	cursor:pointer;
}
