@charset "utf-8";
* {padding:0;
   margin:0;
}

body{
	background:url("/imgs/sub_back.gif") repeat-x;
}


#subwrap{
	width:1290px;
	margin:auto;
}
#tablesubwrap{
	width:1200px;
	height:1000px;
	margin:auto;
}

#sub_visual {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:275px;	
	z-index:-2;
	background-repeat:no-repeat;
	background-position:center top;	
}

#sub1 #header #sub_visual {
	background-image: url(/imgs/sub1-1/header.jpg);
}
#sub2 #header #sub_visual {
	background-image: url(/imgs/sub1-1/header.jpg);
}
#sub3 #header #sub_visual {
	background-image: url(/imgs/sub1-1/header.jpg);
}
#sub4 #header #sub_visual {
	background-image: url(/imgs/sub1-1/header.jpg);
}
#sub5 #header #sub_visual {
    background-image: url(/imgs/sub1-1/header.jpg); 
}

#contents{
	clear:both;
    width:1100px;
	margin:auto;
	padding-top:65px;
	*zoom:1;
}
#contents:after {
	clear:both;
	display:block;
	content:"";
}
#tablecontents{
	clear:both;
	width:1100px;
	height:790px;
	margin:auto;
	padding-top:100px;
}
#left{
	width:182px;
	height:220px;
	float:left;
	background-image: url(/imgs/sub1-1/left_bg.jpg);
	background-repeat: no-repeat;
}
#left ul li{
    width:29px;
	font-size:1px;
	line-height:1px;
}
#location{
	width:772px;
	height:40px;
}
#rightwrap{
    width:772px;
	float:left;
	margin-left:50px;
}
#quick{
	background-image: url(/imgs/quick/bg.jpg);
	margin-top:90px;
	widht:90px;
	height:260px;
	float:right;
}
#tablerightwrap{
	width:772px;
	height:800px;
	float:left;
	margin-left:50px;
}
#subnavi{
	float:right;
	width:180px;
	height:20px;
	margin-top:15px;
	text-align:right;
}
#subnavi img{
	vertical-align:middle;
}
#subnavi li{
	float:left;
}
#title{
	width:770px;
	height:35px;
}
#title2{
	width:770px;
	height:64px;
}
#text{
    width:770px;
	margin-top:23px;
	padding-bottom:30px;
	min-height:380px;
	position:relative;
}

#table{
    width:770px;
	height:700px;
	margin-top:10px;
	margin-bottom:30px;
}

/*게시판 뷰페이지 팝업이미지 사이즈 */
.imgsize {
	max-width:1200px;
}