@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* reset */
html {} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer}
body {background:#fff}
body,th,td,input,select,textarea,button {font-size:12px;line-height:1.5;font-family:'Nanum Gothic','나눔고딕',dotum,sans-serif;color:#333} 
a {color:#333;text-decoration:none; }
a:active, a:hover {text-decoration:none;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}


/* CSS Document */
#wrap{width:100%; position:relative;}

#wrap .header {
    position:fixed;
	top:0;
	z-index:50;
	background: url("/landing/images/bg_top.jpg") no-repeat top center #f1f7fa;
	text-align:center;
	width:100%;
}

#wrap .top_border {
	background: url("/landing/images/top_border.jpg") no-repeat top right #009ff0;
	height:2px;
	width:100%;
}

#wrap .main {
	margin-top:101px;
	background: url("/landing/images/bg_1_main.jpg") no-repeat top center #dfdfdf;
	text-align:center;
	width:100%;
}

#wrap .contents_1 {
	background: #181a29;
	text-align:center;
	width:100%;
}

#wrap .contents_2 {
	background: url("/landing/images/bg_1_02.jpg") no-repeat top center #daf3ff;
	text-align:center;
	width:100%;
}

#wrap .contents_3 {
	background: url("/landing/images/bg_1_03.jpg") no-repeat top center #fff;
	text-align:center;
	width:100%;
}

#wrap .contents_4 {
	background: url("/landing/images/bg_1_04.jpg") no-repeat top center #f1f4fb;
	text-align:center;
	width:100%;
}

#wrap .contents_5 {
	background: url("/landing/images/bg_1_05.jpg") no-repeat top center ;
	text-align:center;
	width:100%;
}

#wrap .contents_6 {
	background: url("/landing/images/bg_1_06.jpg") no-repeat top center #313131;
	text-align:center;
	width:100%;

}

#wrap .contents_6 .map {margin:0 auto; width:1100px;height:299px;background: url("/landing/images/1_06.png") no-repeat top left;text-align:right;}
#wrap .contents_6 .map iframe {margin:38px 48px;background:none;}

#wrap .footer {
	position:relative;
	background: #434343;
	text-align:center;
	width:100%;
	overflow:hidden;
}

