@charset "utf-8";
html	{width:100%; min-width:1100px;}
body {
	padding: 0px;
	margin: 0px;
	font-size: 11pt;
	line-height:170%;
	overflow-x:hidden;
	min-width:1100px;
}
img {
	border-width: 0px;
}

#gotop{
	position:fixed;
	bottom:90px;
	right:30px;
	cursor:pointer;
	display:none;
}


#banner{
	width:130px;
	position:fixed;
	right:50%;
	top:150px;
	margin-right:-550px;
	z-index:100;
}

#banner img	{
	display:block;
	margin-bottom:2px;
}



header,section,article,footer	{display:block;}
header	{
	width:100%;
	min-width:1100px;
	border-bottom:5px solid #0068b6;


}
header .top {
	width: 100%;
	height: 28px;
	border-bottom:1px solid #959595;

}
header .top .topmini {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
header .top .topmini img {
	float: right;
}
header .topmenubg {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 90px;
	padding-top: 12px;
}
header .toplogo{
	float: left;
	margin-top:18px;
}

header .topmenu {
	float: left;
	padding-top: 20px;
	padding-left: 50px; /* 메뉴 시작 위치를 왼쪽기준 50px 간격을 두고 시작*/
}
header .topmenubg .topmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
header .topmenubg .topmenu ul li {
	display: inline;
	list-style:none;
  margin-left: 10px; /* 메뉴의 간격을 조절*/
}
header #scene01{
	width:100%;
	height:250px;
	clear:both;
	overflow:hidden;
	display:none;
}
header #scene01 #fix{
	width:1100px;
	height:170px;
	margin:0 auto;
	background-image:url(../images/slide_bg.jpg);
	position:relative;
}

header #scene01 #fix div	{
	display:inline-block;
	position:absolute;
}
header #scene01 #fix #fix1{
	width:94px;
	height:150px;
	left:350px;
}
header #scene01 #fix #fix1 ul{
	padding:0px;
	margin:0;
	list-style:none;
}

header #scene01 #fix #fix2{
	width:94px;
	height:150px;
	left:522px;

}

header #scene01 #fix #fix2 ul{
	padding:0px;
	margin:0;
	list-style:none;
}

header #scene01 #fix #fix3{
	width:94px;
	height:150px;
	left:685px;

}

header #scene01 #fix #fix3 ul{
	padding:0px;
	margin:0;
	list-style:none;
}

header #scene01 #fix #fix4{
	width:94px;
	height:150px;
	left:849px;

}

header #scene01 #fix #fix4 ul{
	padding:0px;
	margin:0;
	list-style:none;
}
header #scene01 #fix #fix5{
	width:83px;
	height:150px;
	left:990px;

}

header #scene01 #fix #fix5 ul{
	padding:0px;
	margin:0;
	list-style:none;
}




section {
	width: 100%;
	min-width: 1100px;
	height: 200px;
	clear: both;
	position:static;
	background-image:url(../images/sub1/sub1_img.jpg);
	background-size: auto auto;
	background-position: 50% 0%;
	background-repeat: no-repeat;

}

article	{
	width: 100%;
	min-width: 1100px;
	clear: both;
}

article #subfix	{
	width: 1100px;
	margin: 0 auto;
}


article #subfix #submenu	{
	width: 680px;
	height: 45px;
	margin-top:15px;
	margin-left: 25px;

}

article #subfix #submenu dl	{
	padding: 0px;
	margin: 0;
	list-style: none;

}
article #subfix #submenu dl dt	{
	display: inline-block;
	list-style:none;
	width:145px;
	height:45px;
	margin:0;
}


article #subfix #submenu dl dd	{
	display: inline-block;
	list-style:none;
	margin: 0;
}


article #subfix #cont	{
	width:1100px;
	margin-top:60px;
}

article #subfix #cont .centerfix	{
	width: 234px;
	margin: 30px auto 20px auto;
}


article #subfix #cont2	{
	width:1028px;
	margin: 0 auto 40px auto;
}

article #subfix #cont2	.tie	{
	width: 1028px;
	margin-bottom: 30px;
}

article #subfix #cont2	.tie img	{
	border: 1px solid #01479d
}

article #subfix .map	{
	width: 1000px;
	margin:50px auto 80px auto;

}

article	#subfix p	{
	text-align:center;
	margin-bottom: 30px;
}

footer {
	width: 100%;
	height: 221px;
	clear: both;
	background-color:#4f4f4f;
	background-size: auto auto;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

footer img	{
	display:block;
	margin:0 auto;
}
