@import url("/new/css/reset.css");

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;
}
/* 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;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body { background:url(/new/img/main/bg.gif); height: 3300px; }

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:1em 0;
	}
	
#pop_layer { position:fixed; left:50%; top:50%; z-index:1000000000 }
	

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/
#header { background:#000; height:46px; position:fixed; width:100%; z-index:10000 }
	#header .wrap { width:1100px; margin:0 auto; position:relative }
	#header .wrap h1 { position:absolute; top:8px; left:7px }
	.gnb { position:absolute; left:470px; top:0 }
	.gnb li { float:left; background:url(/new/img/main/gnb_parti.png) no-repeat left; height:28px; padding:18px 23px 0 23px }
	.gnb li:last-child li { background:none; padding:2px 15px 0 15px }
	.gnb li:last-child li:last-child { padding-right:0 }
	
#footer { background:#000; height:80px; position:fixed; bottom:0;  z-index:10000; width:100%; color:#fff }
	#footer .wrap { width:1100px; margin:0 auto; }
	#footer .wrap:after { content:""; display:block; clear:both }
	#footer h1 { float:left; padding:35px 0 0 0 }
	#footer .copyright { font-size:11px; font-family:arial; color:#888; font-weight:bold; padding:25px 0 10px 0; margin:0}
	#footer address { font-style:normal; font:normal 11px/12px dotum, 'dotum'; color:#777; margin:0; line-height:1.5 }
	#footer address a { color: #777 }
	#footer address span { display:inline-block; margin-right:10px }

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 30px;
	margin-top: -150px;
}
nav#primary li {
	position: relative;
	height: 34px;
}
nav#primary a {
	display: block;
	width: 24px;
	height: 34px;
	text-indent: -9999px;
	background: url('/new/img/main/nav_dot.png') 0 0 no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: url('/new/img/main/nav_dot.png') 0 -34px no-repeat;
}
nav#primary h1 {
	font:bold 10px Arial, Helvetica, sans-serif;
	position: absolute;
	right: 32px;
	top: 1px;
	display: none;
	padding: 4px 15px 4px 7px;
	color: #fff;
	white-space: nowrap;
	background: transparent url('/new/img/main/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 46px;
		height: 38px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('/new/img/main/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('/new/img/main/scroll-arrow-up.png') 0 -38px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('/new/img/main/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('/new/img/main/scroll-arrow-down.png') -1px -38px no-repeat;
		}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;
	}
	.contents { text-indent:-9000px; font-size:0; line-height:0; height:0 }
	#content article {
		width: 1100px;
		}
		#Creative-design ,
		#Mobile-website,
		#Marketing-service {
			padding-top: 210px;
			}
		#Creative-design {
			position: absolute;
			top: 0px;
			}
		#Mobile-website {
			position: absolute;
			top: 1090px;
			}
		#Marketing-service {
			position: absolute;
			top: 2180px;
			}
		#about {
			position: absolute;
			top: 3270px;
			}

#parallax-bg3 {
	z-index: 3;
	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 */
	}
	/* balloon */
	#bg3-1 {
		position: absolute;
		top: 190px;
		left: 600px;
		}
	#bg3-2 {
		position: absolute;
		top: 1050px;
		left: 565px;
		}
	#bg3-3 {
		position: absolute;
		top: 1820px;
		left: 680px;
		}


#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 */
	}
	#bg2-1 {
		position: absolute;
		top: 92px;
		left: 450px;
		}
	#bg2-2 {
		position: absolute;
		top: 400px;
		left: 950px;
		}
	#bg2-3 {
		position: absolute;
		top: 653px;
		left: 150px;
		}
	#bg2-4 {
		position: absolute;
		top: 1180px;
		left: 350px;
		}

#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 */
	}
	#bg1-1 {
		position: absolute;
		top: 85px;
		left: 0;
		}
	#bg1-2 {
		position: absolute;
		top: 600px;
		left: 800px;
		}
	#bg1-3 {
		position: absolute;
		top: 900px;
		left: -100px;
		}
	#bg1-4 {
		position: absolute;
		top: 1300px;
		left: 450px;
		}
		
		
		
#blackTransparent { clear:both; position:absolute; display:none; left:0; top:0; width:100%; height:100%; background:url(/new/img/sub04/transparent_black.png); z-index:1000000 }
	
	.login_box { position:absolute; width:550px; display:none; height:300px; background:#ffffff; top:50%; left:50%; margin:-180px 0 0 -275px; padding:37px 42px 20px 42px; z-index:1000000 }
	.login_box h2 { background:url(/new/img/common/login_top.gif) no-repeat; height:93px; width:340px }
	.login_box h3 { font-size:0; margin:0; height:0 }
	.login_box dl { border-bottom:1px solid #f1f1f1; border-top:1px solid #f1f1f1; padding:18px 15px; overflow:hidden }
	.login_box dt, .login_box dd { float:left; height:40px }
	.login_box dt.txt_id { background:url(/new/img/common/login_txt_id.gif) no-repeat 10px 10px; width:54px; }
	.login_box dt.txt_pwd { background:url(/new/img/common/login_txt_pwd.gif) no-repeat 20px 10px; width:74px; }
	.login_box dd.input_id input { border:5px solid #e6e6e6; height:30px; padding:0 5px; font-weight:bold; width:160px }
	.login_box dd.input_pwd input { border:5px solid #e6e6e6; height:30px; padding:0 5px; font-weight:bold; width:180px }
	.login_box ul { clear:both }
	.login_box li.btn_login { padding:20px 0 0 0; text-align:center }
	.login_box li.btn_idsearch a { float:left; background:url(/new/img/common/btn_idsearch.gif) no-repeat; width:242px; height:21px; margin:20px 30px 0 25px }
	.login_box li.btn_join a { float:left; background:url(/new/img/common/btn_join.gif) no-repeat; width:212px; height:21px; margin:20px 0 0 0 }