.noselect, body, div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
/*del, dfn, em, img, ins, kbd, q, s, samp,*/
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/* font-family: century-gothic, sans-serif, Helvetica, Arial, sans-serif; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background: #f0542f; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #f0542f; /* Firefox */
	color: #fff;
}

/* Extended base styles (site specific)
*****************************************************************/
/*
html {
	/ * always force a scrollbar in non-IE * /
	overflow-y: scroll;
}
*/

body {
	background: #f9f5f0 url("../img/bg-full.jpg") center 0;
	background-repeat: repeat-x;
	overflow-x: visible;
	color: #000;
	
	font-size: 14px;
	line-height: 16px;
	font-family: "museo-slab-1","museo-slab-2","Georgia",serif;
}

h1 {
    font-family: futura-pt-1,futura,arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
	
}

a, a:link,
a:active,
a:visited {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	color:#f0542f;
	outline: none;
	text-decoration:none;
	cursor: pointer;
	}
	a:hover { 
		color:#fff;
		background: #f0542f;
		}
/*
img { 
	display:block;
	}
*/

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}


/* Nav
*****************************************************************/

nav#primary {
	z-index: 510;
	position: fixed;
	/*top: 50%;*/
	top: 309px;
	right: 16px;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url("../img/nav-dot.png") 4px -16px no-repeat;
	
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url("../img/nav-dot.png") 4px 4px no-repeat;
}
nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 3px 10px;
	color: #fff;
	white-space: nowrap;
	background: #f0542f;
	
	box-shadow: 0 0 10px rgba(128, 78, 34, 0.5);
	
	font-size: 12px;
	font-family: futura-pt-1, Futura, Arial, sans-serif;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
nav.next-prev {
	margin: -5px auto;
    width: 44px;
	}
	a.prev,
	a.next {
		display: block;
		width: 22px;
		height: 16px;
		text-indent: -9999px;
		float: left;
		
			-webkit-transition: all 0s ease-out;
		-moz-transition: all 0s ease-out;
		-o-transition: all 0s ease-out;
		transition: all 0s ease-out;
	
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url("../img/scroll-arrow-up.png") 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url("../img/scroll-arrow-up.png") 0 -16px no-repeat;
			}
	a.next {
		margin: 2px auto 0 auto;
		background: transparent url("../img/scroll-arrow-down.png") -1px -16px no-repeat;
		}
		a.next:hover {
			background: transparent url("../img/scroll-arrow-down.png") -1px 0 no-repeat;
			}
	
	a.next2 {
		margin: -5px auto 0 auto;
		background: transparent url("../img/scroll-arrow-down.gif") 0 0 no-repeat;
		display: block;
		width: 22px;
		height: 32px;
		text-indent: -9999px;
		}
		a.next2:hover {
			background: transparent url("../img/scroll-arrow-down.gif") 0 0 no-repeat;
			}
	
	
/* Top Menu
*****************************************************************/
/* - menu_top.php 로 이동
#topbar table {
	color: #FFFFFF;
    float: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 45px;
}

#topbar table a {
	color: #FFFFFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 45px;
	font-family: "museo-slab-1","museo-slab-2","Georgia",serif;
}

#topbar table a {
	color: #fff;
	/ *text-shadow: 0 0 2px #333333;* /
}

#topbar table a:hover {
	text-shadow: 0 0 5px #fff;
}
*/

/* Parallax
*****************************************************************/
	
/* content */
#content {
	position: relative;
	max-width: 940px;
	height: 3780px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	text-align: center;
	}
	#content article {
		width: 350px;
		z-index: 510;
		}
		
	#content article h1 {
			margin: 0;
			font-size: 12px;
			font-family: futura-pt-1, Futura, Arial, sans-serif;
			line-height: 28px;
			letter-spacing: 2px;
			font-weight: bold;
			text-transform: uppercase;
	}
	
	#content article h1 a {
		color: #000;
		padding: 5px 10px;
		cursor: pointer;
	}
	
	#content article h1 a:hover {
		color: #fff;
	}
	
	article a, article a:link, article a:visited {
		color: #000;
		font-weight: bold;
		cursor: pointer;
	}
	
	article a:hover {
		color: #fff;
	}
		
	#content article p {
	
		font-family: "museo-slab-1","museo-slab-2","Georgia",serif;
		
		margin:0 0 20px 0;
		font-size:14px;
		line-height: 21px;
		font-style: normal;
	}
	
		#scene01-welcome,
		#scene02-work,
		#scene03-study,
		#scene04-blog,
		#scene05-story,
		#scene06-contact,
		#scene07-underground {
			padding-top: 120px;
			z-index: 300;
			left: 50%;
			margin-left: -175px;
			}
		#scene01-welcome {
			position: absolute;
			top: 0px;
			}
		#scene02-work {
			position: absolute;
			top: 640px;
			}
		#scene03-study {
			position: absolute;
			top: 1280px;
			}
				
		#scene04-blog {
			position: absolute;
			top: 1920px;
			}
			
		#scene05-story {
			position: absolute;
			top: 2560px;
			}
			
		#scene06-contact {
			position: absolute;
			top: 3220px;
			}
			
		#scene07-underground {
			position: absolute;
			/*top: 3921px;*/
			top: 3856px;
			}
			
				



#socialsign {
	left: 763px;
    line-height: 18px;
    position: absolute;
    text-align: left;
    top: 3635px;
    z-index: 510;
    font-size: 12px;
    width: 120px;

}

#socialsign a {
	color: #000;
}

#socialsign a:hover {
	color: #fff;
}


/* foreground  */
#parallax-bg3 {
	z-index: 100;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
		
	/* counter */
	#bg3-2 {
		left: 227px;
    	position: absolute;
    	top: 2085px;
		}
		
	/*chair*/	
	#bg3-3 {
		left: -40px;
    	position: absolute;
    	top: 3565px;
		}
		
	/*suit*/	
	#bg3-32 {
		/*left: 341px;*/
		left: 341.5px;
    	position: absolute;
    	top: 3865px;
		}
		
	/*diary*/	
	#bg3-4 {
		left: 230px;
    position: absolute;
    top: 5355px;
		}
		
	/*travel elements*/	
	#bg3-51 {
		left: -32px;
    position: absolute;
    top: 7445px;
		}
		

		
		
/* midground */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	
	/*ground*/
	#bg2-1 {
		position: absolute;
		top: 480px;
		left: 0;
		}
		
	/* cats */
	#bg3-1 {
		left: 350px;
    	position: absolute;
    	top: 485px;
		}
		
	/* flowers */
	#bg3-12 {
		left: 245px;
    	position: absolute;
    	top: 523px;
		}		
			
	/*plane bg*/
	#bg2-12 {
		left: 70px;
    	position: absolute;
    	top: 210px;
		}
		
	/*globe*/	
	#bg2-2 {
		left: 123px;
    	position: absolute;
    	top: 1311px;
		}
	
	/*desk*/	
	#bg2-3 {
		left: 114px;
    	position: absolute;
    	top: 2830px;
		}
	
	/*pile*/
	#bg2-4 {
		left: 105px;
    	position: absolute;
    	top: 3908px;
		}
	
	/*map elements*/
	#bg2-5 {
	left: 153px;
    position: absolute;
    top: 5248px;
		}
		
/* background */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	
	
	/*Clouds bg*/
	#bg1-1 {
		position: absolute;
		top: 165px;
		left: 140px;
		}
	
	/*Clouds bg*/
	#bg1-11 {
		position: absolute;
		top: 25px;
		left: -740px;
		}
		
	/*Clouds bg*/
	#bg1-12 {
		position: absolute;
		top: 25px;
		right: -740px;
		}

	
	/*maps bg*/
	#bg1-2 {
		left: 95px;
    	position: absolute;
    	top: 739px;
		}
		
	/*wall art*/	
	#bg1-3 {
		left: 119px;
    position: absolute;
    top: 1377px;
		}
		
	/*pile*/
	#bg1-4 {
		left: 105px;
    	position: absolute;
    	top: 1983px;
		}
		
	/*polaroidbg*/
	#bg1-41 {
		left: 435px;
    	position: absolute;
    	top: 2170px;
		}
	
	/*large map*/	
	#bg3-5 {
    left: 50%;
    margin-left: -485px;
    position: absolute;
    top: 2607px;
}

	/*night sky*/	
	#bg3-7 {
    left: 50%;
    margin-left: -485px;
    position: absolute;
    top: 3182px;
}

	/*stars*/	
	#bg3-8 {
    left: 50%;
    margin-left: -1455px;
    position: absolute;
    top: 3182px;
}

	/*stars2*/	
	#bg3-9 {
    left: 50%;
    margin-left: 485px;
    position: absolute;
    top: 3182px;
}


/*Fixed Top bar */

#topbar {
    background: url("../img/topbar.png") repeat scroll left top transparent;
    height: 72px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 520;
}

#topbar img {
	float: left;
}

#topbar p {
	color: #FFFFFF;
    float: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 45px;

}

#topbar p a {
	color: #fff;
	/*text-shadow: 0 0 2px #333333;*/
}

#topbar p a:hover {
	text-shadow: 0 0 5px #fff;
}


/*J + O Sprite Fixed middle*/

#hooni {
    min-width: 960px;
    position: absolute;
    top: 580px;
    width: 100%;
    z-index: 70;
}


.hooni_container {
    margin: 0 auto;
    overflow-y: hidden;
    width: 100%;
}

#hooni_sprite_1p {
    background: url("../img/hooni_1p.png") no-repeat scroll center top transparent;
    display: block;
    height: 310px;
    position: fixed;
    top: 345px;
    z-index: 70;
}

#hooni_sprite_2p {
    background: url("../img/hooni_2p.png") no-repeat scroll center top transparent;
    display: block;
    height: 310px;
    position: fixed;
    top: 345px;
    z-index: 70;
}
/*
#clickable {
    min-width: 960px;
    height: 580px;
    position: absolute;
    width: 100%;
    z-index: 500;
}

.clickable_container {
    margin: 0 auto;
    overflow-y: hidden;
    width: 100%;
    z-index: 500;
}
*/

#clickable_area {
    background: url("../img/blank.png") left top repeat;
    display: block;
    height: 612px;
    position: fixed;
    top: 52px;
    z-index: 500;
    /*background-color: red;*/
}




/*footer */
	
#footer {
    /*background: url("../img/footer-bg.png") left top repeat-x, #4f4e39;*/
    background: url("../img/footer-bg.png") left top repeat-x;
    background-color: #4f4e39;
    height: 770px;
    display: block;
    padding: 0;
    width: 100%;
    z-index: 501;
    /*z-index: 705;*/
   	box-shadow: 0px -5px 15px rgba(128,78,34,.25);
   	color: #fff;
   	position: absolute;
}

#footernav {
	padding-top: 25px;
	width: 501px;
	float: left;
}

#footernav p {
	width: 501px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

#footernav p a {
	color: #fff;
}

#footernav p a:hover {
	color: #fff;
	background: #f0542f;
}


#footermailinglist {
	padding-top: 30px;
	width: 390px;
	height: 76px;
	float: right;
	
	text-align: right;
}

#footermailinglist p {
	float: right;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: 560;
	width: 390px;
}

.mc-field-group {
	margin-left: 98px;
}

.mc-field-group, .mc-button {
	float: left;
	margin-top:5px;
}

.mc-field-group input {
	background: none repeat scroll 0 0 #F9F5F0;
    border: 1px solid #FFFFFF;
    font-family: futura-pt-1,futura,arial,sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px;
    text-transform: uppercase;
    width: 250px;
}

.mc-button input {
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.25s ease-in-out 0s;
    background: none repeat scroll 0 0 #4F4E39;
    border-color: #FFFFFF #FFFFFF #FFFFFF -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #FFFFFF;
    font-size: 15px;
    height: 25px;
    padding-bottom: 2px;
    padding-right: 3px;
    width: 25px;
}

.mc-button input:hover {
	color: #fff;
	background: #f0542f;
	cursor: pointer;
}

#bottombanner {
	background: url("../img/footer-banner.png") no-repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    font-family: futura-pt-1,futura,arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 125px auto;
    text-align: center;
    text-transform: uppercase;
    width: 500px;
    }

#desk2 {
	background: url("../img/imac_desk.png") no-repeat;
	overflow-y: hidden;
	width: 720px;
	height: 156px;
    left: 50%;
    margin-left: -320px;
    position: absolute;
    top: 4394px;
    z-index: 504;
}

#speaker {
	background: url("../img/imac_speaker.png") no-repeat;
	width: 140px;
	height: 120px;
    left: 50%;
    margin-left: 200px;
    position: absolute;
    top: 4330px;
    z-index: 505;
}

#imac {
	width: 415px;
	height: 377px;
    left: 50%;
    margin-left: -217px;
    position: absolute;
    top: 4100px;
    z-index: 505;
}

#pencan {
	background: url("../img/imac_pencan.png") no-repeat;
	width: 75px;
	height: 75px;
    left: 50%;
    margin-left: -248px;
    position: absolute;
    top: 4370px;
    z-index: 505;
}

#keyboard {
	background: url("../img/imac_keyboard.png") no-repeat;
	width: 220px;
	height: 54px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    top: 4437px;
    z-index: 505;
}

#coffee {
	background: url("../img/imac_coffee.png") no-repeat;
	width: 90px;
	height: 90px;
    left: 50%;
    margin-left: 154px;
    position: absolute;
    top: 4370px;
    z-index: 505;
}


/*hidden cats*/    
#bg3-6 {
	height: 48px;
	width: 342px;
	background: url("../img/scene05-hiddencats.png") no-repeat;
	background-position: 0 18px;
	background-repeat: no-repeat;
    left: 50%;
    margin-left: -171px;
    position: absolute;
    top: 4502px;
    z-index: 505;
    
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#bg3-6:hover {
	background-position: 0 0;

}

#panel {
background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 475px;
    left: 50%;
    margin-left: -245px;
    position: absolute;
    top: 3295px;
    width: 490px;
    z-index: 505;
    
    box-shadow: 0 0 15px rgba(128, 78, 35, 0.3); 
}


/* counterlayer */
#counterlayer {
	position: absolute;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	z-index: 510;
	top: 260px;
	/*top: 600px;*/
	/*font-family: 'NanumGothic','Segoe UI','Malgun Gothic','Apple SD Gothic Neo','Dotum',Tahoma,Geneva,sans-serif;*/
	font-family: futura-pt-1, Futura, Arial, sans-serif;
	font-size: 14px;
}

/* searchlayer */
#searchlayer {
	position: absolute;
	width: 285px;
	left: 50%;
	margin-left: -142px;
	z-index: 510;
	top: 300px;
	/*top: 600px;*/
	/*font-family: 'NanumGothic','Segoe UI','Malgun Gothic','Apple SD Gothic Neo','Dotum',Tahoma,Geneva,sans-serif;*/
	font-family: futura-pt-1, Futura, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

/*facebook fix*/
#fb_xdm_frame_http {
	display: none;
}

#fb_xdm_frame_https {
	display: none;	
}
