@charset "utf-8";
/*인트로*/
#intro {
    width: 1210px;
	min-width:1200px;
    margin: 60px auto 0;
}
#intro .in_logo {
    width: 375px;
	height:110px;
	margin:0 auto;
}
#intro .in_txt {
    width: 800px;
	margin:0 auto;
}
#intro ul.in_ba {
    width: 1210px;
    height: 125px;
	margin:0 auto;
}
ul.gate li {	
    float: left;
    width: 300px;
	height:550px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding-top:35px;
}
#intro ul.gate li.ba1 {
	background:url('/images/intro/img1.jpg') no-repeat;
	text-align:center;
    margin-right: 2px;
}
#intro ul.gate li.ba1:hover {
	font-size:22px;	
	background-color: #008CBA;
}
#intro ul.gate li.ba2 {
	background:url('/images/intro/img2.jpg') no-repeat;
	text-align:center;
    margin-right: 2px;
}
#intro ul.gate li.ba2:hover {
	font-size:22px;	
	background-color: #884d27;
}
#intro ul.gate li.ba3 {
	background:url('/images/intro/img4.jpg') no-repeat;
	text-align:center;
    margin-right: 2px;
}
#intro ul.gate li.ba3:hover {
	font-size:22px;	
	background-color: #386d00;
}
#intro ul.gate li.ba4 {
	background:url('/images/intro/img3.jpg') no-repeat;
	text-align:center;
}
#intro ul.gate li.ba4:hover {
	font-size:22px;	
	background-color: #386d00;
}

#in_foot {
    width: 100%;
    height: 120px;
    line-height: 150%;
    min-width: 1200px;
    clear: both;
	position:fixed;
	left:0;
	bottom:0;
    background: url("/images/footer_bg.png");
}
#in_foot .copy {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    text-align: left;
    font-size: 13px;
    line-height: 160%;
    color: white;
}
#in_foot .copy a {
    font-weight: bold;
    color: #c0aa8c;
}
#in_foot .copy h5 {
    font-size: 11px;
}
#in_foot .copy img {
	position:absolute;
	top:20px;
	right:30px;
}

