@charset "utf-8";
html	{width:100%; height:100%; overflow-x:hidden;}
body {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	line-height:170%;
	overflow-x:hidden;
	min-width:1100px;
}
img {
	border-width: 0px;
}
#gobottom{
	position:fixed;
	bottom:100px;
	right:30px;
}

#gotop{
	position:fixed;
	bottom:30px;
	right:30px;
	cursor:pointer;
	display:none;
	z-index:100;
}
#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%;
	border-bottom:5px solid #0068b6;


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

}
header .top .topmini {
	position:relative;
	right:50%;
	margin-right:-500px;
}
header .top .topmini img {
	float: right;
}
header .w	{
	width:100%;
	min-width:1100px;
	margin: 0 auto;
}
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;
	z-index:1;
}
header #scene01 #fix{
	width:1100px;
	height:170px;
	margin:0 auto;
	background-image:url(images/slide_bg.jpg);
	position:relative;
	z-index:1;
}

header #scene01 #fix div	{
	display:inline-block;
	position:absolute;
	z-index:1;
}
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;
}


section {
	width:100%;
	min-width:1100px;
	clear: both;
	border-bottom:5px solid #0068b6;
	position:static;
	background-size: auto auto;
	background-position: 50% 0%;
	background-repeat: no-repeat;

}


section img	{
width:100%;
display: block;
margin: 0 auto;
}


article {
	width: 100%;
}

article #btns	{
	width:100%;
	height:300px;
	background-image:url(images/btns_back.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
}

article #btns #btns_fix	{
	width:1100px;
	margin:0 auto;
	background-color:white;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

article #btns #btns_fix #btn1	{
	width:365px;
	height:60px;
	float:left;
	margin-top:35px;
}

article #btns #btns_fix #btn2	{
	width:733px;
	height:60px;
	float:left;
	margin-left:2px;
	margin-top:35px;
}

article #btns #btns_fix #btn3	{
	width:365px;
	height:140px;
	float:left;
}

article #btns #btns_fix #btn4	{
	width:733px;
	height:140px;
	float:left;
	margin-left:2px;
}
article #btns #btns_fix	a{
	margin:0;

}


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

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



article #intro_c{
	width:100%;
	display:block;
	clear:both;
	background-image:url(images/main1.jpg);
	background-size:auto auto;
	background-position:50% 0%;
	background-repeat:no-repeat;
}

article #intro_c img{
	width:100%;
	display:block;
	margin: 0 auto;
}

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

footer img	{
	position:inherit;
	bottom:0;
	width:1100px;
	height:221px;
	display:block;
	margin:0 auto;
}
