@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
	font-size:16px;
	font-family:Nanum Gothic !important;
}
a { text-decoration:none;}

/* Custom CSS
 * --------------------------------------- */
html, body{
height:100%;
font-family:Nanum Gothic !important;
}

img { border:0;}
section {
	width:100%;
	/*min-height:100%;*/
	text-align:center;
}

section h1 { font-size:35px; font-weight:900; color:#434343; text-transform:uppercase; line-height:35px; margin:150px 0 0 0; }
section p { font-size:17px; line-height:27px; color:#666; margin-top:20px; }


/*header*/
header { width:100%; background:#fff; border-bottom:1px solid #d9d9d9; height:100px; position:fixed; top:0; left:0; z-index:10000; text-align:center;}
#logo {width: 10%; position:absolute; top:30px; left:50px; z-index:100; padding:0;}
#lnb { width:100%; }
#call {width:10%; position:absolute; top:30px; right:50px; border-radius:20px; background:#f08200; line-height:40px; color:#fff; font-weight:bold; font-size:20px; z-index:100; }

/*footer*/
footer { width:100%; background:#363636;color:#666666;  }
footer .foot { width:65%; float:left;  padding:30px 0 30px 5%; line-height:150%; }
footer .bot_call { width:25%; float:right;  padding:30px 5% 30px 0; }
footer .bot_call ul {list-style:none; text-align:right; margin-left:15px;}
footer .bot_call ul li { color:#666666; float:left; padding:0 10px; border-right: 1px solid #3c3c3c; }
footer .bot_call .tel { clear:both; color:#f08200; font-size:35px; font-weight:900; line-height:150px; text-align:right; }

footer .copy { clear:both;  border-top:1px #3c3c3c solid;   text-align:right; color:#737373; line-height:60px; font-size:15px; padding-right:5%; text-transform:uppercase; }

#bo_vc footer{background-color: #f5f7f9; color: #111;}
.enter{ clear:both;}
.enter_end{ clear:both; height:100px;}


@media only screen and (max-width:480px) {
}