/* CSS ±âº»¼¼ÆÃ */
body {
	margin:0px;
	padding:0px;
	font-size:9pt;

	text-align:center;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow-y:scroll;
}
/* ±âº» ¸µÅ© */
a { selector-dummy : expression(this.hideFocus=true);}
a:link { text-decoration: none; color: #696969 }
a:active { text-decoration: none; color: #696969}
a:visited { text-decoration: none; color: #696969 }
a:hover { text-decoration : none; color: #F26521 }
a { onfocus : "this.blur();" } 
p{padding:0px; margin:0px; margin-top:5px;}
img{border:0px; line-height:0px;}  /*ÀÌ¹ÌÁö¸¦ text·Î ÀÎ½ÄÇÏ¿© ÀÚµ¿À¸·Î ÇÏ´Ü 4px¿©¹éÀ» ÁØ´Ù. ÀÍ½º6¿¡¼­¸¸. µû¶ó¼­ ÀÌ·¸°Ô */
a,area { blr:expression(this.onFocus=this.blur()) }
:focus { -moz-outline-style: none; }
.png24{tmp:expression(setPng24(this));}
form { border:0;margin:0;display : inline;}

/* body ½ÃÀÛ */
#wrapper{
    margin:0px auto;         /* Áß¾ÓÁ¤·Ä½Ã auto±î¸ÔÁö ¸»ÀÚ */
	padding:0px;
	width:960px;
	position:relative;
	}
/* »ó´Ü Çìµå¸Þ´º */	
#header{
	padding:0px;
	margin:0px;
	width:100%;
	height:124px;

}
/* »ó´Ü ·Î°í ¹× ·Î±×ÀÎ ºÎºÐ */	
#top{
	padding:0px;
	margin:0px;
	width:100%;
	height:39px;
	overflow:hidden;
}
#top ul{ margin:0; padding:0;}
#top li
{   margin:0;
    padding:0;
    list-style:none;
    float: left;
	display: block;
}

	
/* ÄÁÅÙÃ÷ ÀüÃ¼ºÎºÐ */	
#intro{
	margin-top:15px;
	padding-top:11px;
	border-top:1px solid #c0c0c0;
	height:415px;
	}
#container {
	width:642px;
	margin:0 auto;
	position:relative;
	z-index:0;
}



#example {
	width:642px;
	height:404px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	height:404px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:642px;
	height:404px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:0px;
	width:642px;
	height:230px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:157px;
	left:20px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:588px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	display:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}	
#content{
	padding:0px;
	margin:0px;
	width:100%;
	height:477px;
	position:relative;

}
.m01{visibility: hidden;
width:365px;
height:100px;
background:#535353;
position:absolute;
z-index:9999;
}
.m01 ul{ margin:0; padding:0; padding-top:8px; padding-left:8px;}
.m01 li{ list-style:none; text-align:left;font-weight:bold;}
.m01 li a{ color:#FFF; }
.m01 li a:hover{ color:#ff510b; }

#bottom{
    margin:0px auto;         /* Áß¾ÓÁ¤·Ä½Ã auto±î¸ÔÁö ¸»ÀÚ */
	margin-top:10px;
	padding:0px;
	width:100%;
	height:468px;
	position:relative;
	text-align:center;
	}
