﻿/* 최초 */
*{
	margin:0;
	border:0;
	padding:0;
}
/* 헤드 */
#head{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
}
#tpwrap{
	height:25px;
	background-color:black;
}
.tpmenu{
	width:1000px;
	height:25px;
	margin:0 auto;	
}
#header{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.logo{
	width:280px;
	height:75px;
	margin-top:25px;
	float:left;
	text-align:center;
	border-bottom:5px solid green;
}
/* 미들 */
#mid{
	width:100%;
	height:auto;
}

.ltmenu{
	width:150px;
	height:auto;
	margin-top:20px;
	float:left;
}
.ltmenu li{
	list-style-type:none;
}
.ctwp{
	width:850px;
	height:auto;
	float:left;
}

.topie{
	width:850px;
	height:100px;
}
.subct{
	width:850px;
	height:auto;
	float:left;
}
#moveie ul{
	margin-left:90px;
	width:670px;
	height:30px;
	margin-top:20px;
}
#moveie li{
	text-align:center;
	width:120px;
	margin-left:5px;
	margin-right:5px;
	height:30px;
	list-style-type:none;
	border:2px solid #ededed;
	float:left;
}
#moveie a{
	color:black;
	font-size:14px;
	font-family:"맑은 고딕";
	line-height:30px;
}
#moveie span{
	margin-left:300px;
	text-align:center;
	color:black;
	font-size:16px;
	line-height:30px;
	font-family:"맑은 고딕";
}
/* 하단 */
#foot{
	width:100%;
	height:auto;
}
#footwrap{
	width:1000px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
}
#qkunion{
	width:1000px;
	height:80px;
	background-color:#ededed;
}
#footer{
	width:1000px;
	height:150px;
}