@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

body {
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
}

li {
	list-style:none;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

ul,li,h1,h2,h3,h4,h5,ol,dl,dt,dd,p,body {
	margin:0;
	padding:0;
}

a,img{border:0;}
body,html {height:100%; width:100%;}


p{
	font-family: 'Nanum Gothic', sans-serif;
	font-size:13px;
	padding-left:20px;
}

a:link{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

a:visited{
	color:#000000;
}

a:active{
	color:#3e62aa;
}

a:hover{
	color:#3e62aa;
}


.top_menu a{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.top_menu a:visited{
	color:#000000;
}

.top_menu a:active{
	color:#00c36a;
}

.top_menu a:hover{
	color:#00c36a;
}


/*================================*/
/*========== main style ==========*/
/*================================*/

#main_wrapper {
	width : 100%; 
	height : 340px;
	margin : 0 auto;
	clear : both;
}

#main_wrapper > .main_visual {
	width : 1100px;
	height : 340px;
	margin : 0 auto;
	background:url('../img/main.jpg') no-repeat;
}

/*======= Custom Slider Styles =======*/


#slider {
	position:relative;
    width: 1100px;
    height: 340px;
	background:url(../img/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	z-index:50;
	position:absolute;
	right: 15px;
	top: 15px;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(../img/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -15px;
}

.nivo-directionNav a {
	z-index: 92;
	display:block;
	width:30px;
	height:30px;
	background:url(../img/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

