/* Reset */ 
*{margin:0;padding:0}
html,body {width:100%;height:100%;}
body{background-color:#fff;*word-break:break-all;-ms-word-break:break-all}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,object{
	margin:0;padding:0
	}  
img,fieldset,object{border:0}  
ul,ol{list-style:none}  
em,address{font-style:normal}  
a{text-decoration:none;color:#000000}  
a:hover,a:active,a:focus{text-decoration:none}  

/* font */
@font-face {
font-family :'NanumGothic';
src: url('../fonts/NanumGothic.eot');
src: local('¡Ø'), url('../fonts/NanumGothic.woff') format('woff'), url('../fonts/NanumGothic.ttf') format('truetype');
}

body {
	position:relative;
	background:url('../images/intro/bg_intro.jpg') no-repeat;
	background-position:center;
	font-family :'NanumGothic';
}

#wrap {
	position:relative;
	width:100%;
	height:100%;
	}

#main {
	position:relative;
	width:1200px;
	min-height:786px;
	margin:0 auto;
	}

h1 {
	position:absolute;
	top:20px;
	left:0px;
	background:url('../images/logo.png') no-repeat;
	font-size:0;
	text-indent:-99999px;
	}

h1 a {
	display:block;
	width:147px;
	height:38px;
	}

.text {
	position:relative;
	float:left;
	width:301px;
	margin:260px 0 0 19px;
	}

.skip {
	position:fixed;
	width:100%;
	height:40px;
	background:#FF864F;
	bottom:0;
	text-align:center;
	}

.skip a {
	color:#fff;
	font-weight:bold;
	font-size:22px;
	line-height:1.8em;
	}

.skip a:hover {
	color:#333333;
	}

.next, .prev {
	cursor:pointer;
	}