/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

/* reset */
html,body{margin:0; padding:0; font-size:12px; font-family:"돋움", Dotum, "굴림", Gulim, Arial, sans-serif}
*{margin:0; padding:0}
body,hr,img,fieldset,form,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,q,blockquote,caption,legend,address,input,select,textarea,button,p{margin:0;padding:0;color:#666; font-size:12px;}
hr{display:none}
img,input,button,fieldset,form,legend,hr{border:0 none}
img{vertical-align:top}
dl,ul,ol,li{list-style:none}
h1,h2,h3,h4,h5,h6,big,small{font-size:1em;line-height:1.5em}
q,blockquote{quotes:none}
q:before,q:after{content:''}
legend,caption{height:1px;overflow:hidden;font:0em/0em serif;text-indent:-9999px}
a{text-decoration:none}
a:visited{text-decoration:none}
a:active{text-decoration:none}
a:hover{text-decoration:underline}
dfn,em,cite,address{font-style:normal}
sup,sub{font-style:normal;font-variant:normal;text-transform:none}
input,select,textarea,button{font-size:1em;line-height:1.5em;vertical-align:middle}
button{border:0 none;padding:0}
body,input,select,textarea,button{font-family:돋움,dotum,applegothic,sans-serif}
/*body{font-size:12px;line-height:1.5em;color:#898989;word-break:break-all}*/
a,input,select,textarea,button{color:#999}
select{border:1px solid #999}
table{border-collapse:collapse}
.mg0{margin:0 !important}
.trans{display:block !important;width:1px !important;height:1px !important;overflow:hidden !important;position:absolute !important;left:-9999px !important;top:-9999px !important}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background: #000;
	overflow-x: hidden;
	height: 4750px;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}
h1 {
	color: #21a97e;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#21a97e;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}
p {
	margin: 0;
	color:#fff
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
	width:2400px
}
/*#branding {
	width: 100%;
	background: #fff;
	}*/
	#branding h1 {
		width: 225px;
		position:fixed;
		top:39px;
		left:39px;
		z-index:10
		}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 190px;left:39px;
}
nav#primary li {
	position: relative;
	height: 39px;
	margin:0 0 7px 0
}
nav#primary a.manned-flight {
	display: block;
	width: 187px;
	height: 39px;
	text-indent: -9999px;
	background:  url('../images/nav01.png') -187px 0 no-repeat;
}
nav#primary a.manned-flight:hover{
	background:  url('../images/nav01.png') 0 0 no-repeat;
}

nav#primary a.frameless-parachute {
	display: block;
	width: 187px;
	height: 39px;
	text-indent: -9999px;
	background:  url('../images/nav02.png') -187px 0 no-repeat;
}
nav#primary a.frameless-parachute:hover{
	background:  url('../images/nav02.png') 0 0 no-repeat;
}

nav#primary a.english-channel {
	display: block;
	width: 187px;
	height: 39px;
	text-indent: -9999px;
	background:  url('../images/nav03.png') -187px 0 no-repeat;
}
nav#primary a.english-channel:hover{
	background:  url('../images/nav03.png') 0 0 no-repeat;
}

nav#primary a.active {
	background-position:0 0;
}

nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../images/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../images/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../images/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../images/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../images/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	width: 1920px;
	padding: 0;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
		width: 1280px;
		}
		#manned-flight ,
		#frameless-parachute,
		#english-channel,
		#about {
			margin-top:280px
			}
		#manned-flight {
			position: absolute;
			top: 0px;
			}
		#frameless-parachute {
			position: absolute;
			top:1320px;
			}
		#english-channel {
			position: absolute;
			top: 2920px;
			}
			#content h1.mf {
				left:220px;
				position:absolute;top:363px;margin:0
				}
			#content h1.fp {
			left:556px;
			position:absolute;top:214px;z-index:10;margin:0
			}
			#content h1.ec {
			
			left:485px;
			position:absolute;top:210px;margin:0
			}
/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 0; /* align left edge with center of viewport */
	top: 0;
	width: 2400px;
 /* move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
		position: absolute;
		top: 0;
		left: 0;

		}
	#bg3-11 {
		position: absolute;
		top: 0;
		left: 500px;
		z-index:0

		}
	#bg3-2 {
		position: absolute;
		top: 1200px;
		left: 0;

		}
	#bg3-22 {
		position: absolute;
		top: 1200px;
		left: 500px;

		}
	#bg3-3 {
		position: absolute;
		top: 2400px;
		left: 0;

		}
	#bg3-33 {
		position: absolute;
		top: 2400px;
		left: 500px;

		}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 0; /* align left edge with center of viewport */
	top: 0;
	width: 1920px;
	}

/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 0; /* align left edge with center of viewport */
	top: 0;
	width: 1920px;
	}

#manned-flight{margin:0 !important}
.pic4{position:absolute;top:85px;left:137px}
.pic5{position:absolute;top:477px;left:8px}
.pic6{position:absolute;top:358px;left:405px}
.toggleMe{position:relative;z-index:9999}
.pic4 .toggleMe .layer2{top:0;margin:0 0 0 100px}
.pic6 .toggleMe .layer{top:20px;margin:0 0 0 -260px}
.pic5 .toggleMe .layer2{margin:0 0 0 -20px}
.pic9 .toggleMe .layer2{top:0px;margin:0 0 0 35px}
.pic9 .toggleMe .layer2 .arr2{top:40px}
.pic8 .toggleMe .layer2{top:30px;margin:0 0 0 -20px}
.pic7 .toggleMe .layer2{top:-10px;margin:0 0 0 -60px}
.pic10 .toggleMe .layer{top:-10px;margin:0 0 0 -435px}
.pic10 .toggleMe .layer .arr{top:35px}
.pic11 .toggleMe .layer2{top:5px;margin:0 0 0 30px}
.pic12 .toggleMe .layer{top:0px;margin:0 0 0 -445px}
.pic7 .toggleMe .layer2 .arr{top:49px}
.toggleMe .layer2{position:absolute;top:0px;left:50%;margin:0 0 0 50px;background:url("../images/lay-t.png") no-repeat 10px 0;width:273px;padding:20px 0 0 10px}
.toggleMe .layer2 .arr{background:url("../images/arr_left.png") no-repeat 0 0;position:absolute;left:0;top:29px;width:10px;height:19px}
.toggleMe .layer2 .arr2{background:url("../images/arr_left.png") no-repeat 0 0;position:absolute;left:0;bottom:60px;width:10px;height:19px}
.toggleMe .layer2 .bg{background:url("../images/lay-b.png") no-repeat 0 100%;padding:0 0 27px 0}
.toggleMe .layer2 p{background:url("../images/lay-m.png") repeat-y 0 0;width:223px;padding:0 20px 15px 20px}
.toggleMe .layer2 p *{font-family:"Dotum",돋움}
.toggleMe .layer2 p strong{color:#3eb4e2;font-size:16px;display:block;font-weight:bold}
.toggleMe .layer2 p em{color:#fff;display:block;font-size:12px}
.toggleMe .layer2 p span{color:#999;display:block;font-size:12px;margin:8px 0 0 0}

.pic7{position:absolute;top:235px;left:47px}
.pic8{position:absolute;top:139px;left:258px}
.pic9{position:absolute;top:387px;left:-35px}
.pic11{position:absolute;top:480px;left:295px}
.pic10{position:absolute;top:275px;left:510px}
.pic12{position:absolute;top:441px;left:595px}

.bt-close{position:fixed;right:30px;top:0;z-index:9999}

.toggleMe{position:relative;z-index:99999 !important}
.pic-wrap{margin:115px 0 0 0;position:relative}
.pic1{position:absolute;top:0;left:103px;}

.teamMemberRight a{display:block}
.pic2{position:absolute;top:296px;left:370px}

.pic3{position:absolute;top:315px;left:10px}

.toggleMe{z-index:9999 !important;position:absolute;top:0;left:210px;display:none}
.pic1 .toggleMe .layer2{top:10px;margin:0}
.toggleMe .layer{position:absolute;top:15px;left:50%;margin:0 0 0 -430px;background:url("../images/layer_t.png") no-repeat 0 0;width:273px;padding:20px 0 0 0}
.toggleMe .layer .arr{background:url("../images/layer_arr.png") no-repeat 0 0;position:absolute;left:245px;top:29px;width:10px;height:19px}
.toggleMe .layer .arr2{background:url("../images/layer_arr.png") no-repeat 0 0;position:absolute;left:245px;bottom:60px;width:10px;height:19px}
.toggleMe .layer .bg{background:url("../images/layer_b.png") no-repeat 0 100%;padding:0 0 27px 0}
.toggleMe .layer p{background:url("../images/layer_m.png") repeat-y 0 0;width:223px;padding:0 20px 15px 20px}
.toggleMe .layer p *{font-family:"Dotum",돋움}
.toggleMe .layer p strong{color:#3eb4e2;font-size:16px;display:block;font-weight:bold}
.toggleMe .layer p em{color:#fff;display:block;font-size:12px}
.toggleMe .layer p span{color:#999;display:block;font-size:12px;margin:8px 0 0 0}
.pic2 .toggleMe{left:240px;margin:0}
.pic3 .layer2{margin:0;top:20px}