/* 전체 */

html, body {
    height: 100%;
	}
body {
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #eeeeee;
	font-size: 12px;
	font-family: "돋움";
	color: #656565;
	text-align:justify;
	line-height:1.7em;
	}
option, input {
	font-size: 12px;
	font-family: "돋움";
	color: #656565;
}
dl, dt, dd, ul, ol, li, p {
	list-style: none;
	margin: 0;
  	padding: 0;
	}	
li img {
	vertical-align: middle;
	}
.clear {
	clear: both;
	}

/* 기본 링크 스타일 */
a				{text-decoration:none; color: #656565;}
a:link			{text-decoration:none; color: #656565;}
a:visited		{text-decoration:none; color: #656565;}
a:hover			{text-decoration:none; color: #e37784;}

/* 헤더 부분 */
.top {
	margin: 0 auto;
	width: 957px;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: -5px;
	color: #a0a0a0;
	}
.top a:visited{
	color: #a0a0a0;
	}
.top_box1 {
	margin: 1px;
	background-color: #2B2F32;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3b3e40;
	}
.top_box2 {
	margin: 3px;
	border: 1px;
	border-style: solid;
	border-color: #46515c;
	background-image: url(/images/common/bg_top.jpg);
	height: 100px;
	padding: 2px 10px 8px 10px;
	}
.top_box2 a:link {text-decoration:none; color: #a0a0a0;}
.top_box2 a:hover {text-decoration:none; color: #e37784;}
.top2_box2 {
	margin: 3px;
	border: 1px;
	border-style: solid;
	background-color: #0c0d0f;
	border-color: #46515c;
	height: 77px;
	}
.top2_box2 a:link {text-decoration:none; color: #a0a0a0;}
.top2_box2 a:hover {text-decoration:none; color: #e37784;}
.top_box3 {
	padding: 5px 10px;
	height: 35px;
	}
.top_box4 {
	background-color: #0D1114;
	height: 28px;
	margin: 0 1px 1px;
	border-top: 1px;
	border-top-color: #3b3e40;
	border-top-style: solid;
	}
.top_logo {
	margin-top: 0px;
	}
.top_link {
	margin: 0;
	width: 400px;
	}
.top_link li{
	display: inline;
	}
.top_menu {
	position: absolute;
	width: 962px;
	height: 62px;
	margin-left: -1px;
	margin-top: -1px;
	z-index: 100;
	}
	
/* 풋터 */	
.footer {
	clear:both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	}
.footer li {
	margin-bottom: 10px;
	}
.footer_banner {
	clear:both;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	}
	
.bottom {
	background-color: #2b2e31;
	width: 956px;
	margin: 0 2px;
}
.bottom_link {
	background-color: #1f1f1f;
	height: 19px;
	border-bottom: 1px solid #3b3e40;
	padding: 5px 10px;
}
.bootom_line {
	background-image: url(/images/main/footer_line.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 22px;
}


.global_lay {
	z-index:4000;
	position: absolute;
	margin-top: -300px;
	left: 50%;
	margin-left: -300px;
	display: inline;
}
.global {
	background-color: #303030;
	padding: 10px 10px 0 10px;
	color: #a0a0a0;
	font-size: 11px;
	width: 598px;
	height:305px;
	float: left;
	display: inline;
}
.global_box {
	background-color: #494949;
	float: left;
	padding: 10px;
	margin-right: 1px;
	width: 136px;
	line-height: 1.5em;
	display: inline;
	height: 275px;
	text-align: left;
}
.global_box a, .global_box a:visited {
	color: #a0a0a0;
	font-size: 11px;
}
.global_box a:hover			{
	text-decoration:none;
	color: #e37784;
}
.global_box dt{
	font-weight: bold;
}
.global_box p{
	height: 8px;
}
.global_box2 {
	float: left;
	width: 127px;
}
.global_box2 .close{
	float: right;
	margin-top: 215px;
	display: inline;
}


/* 퀵 */
.quick {
	width: 56px;
	margin-top: 0px;
	float: right;
	position: absolute;
	left: 50%;
	margin-left: 490px;
	}
.quick_menu {
	border: 1px solid #939393;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	}
.quick_menu li{
	margin-bottom: 2px;
	}
