﻿/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar {
	display:none;
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, Dotum, Seoul, Helvetica, sans-serif;
	background: #fff;
	color: #333;
	-ms-overflow-style: none;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #666; }

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 11px;
	letter-spacing: -0.05em;
}

#menu ul {
	list-style: none;
	margin: 0 0 18px 0;
	padding-right: 25px;
	padding-left: 25px;
}

#menu ul li.section-title {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	/* Following lines adds a line about each section */
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}
#content {
	font-size: 11px;
	font-family: 나눔고딕, 'NanumGothic', 'NanumGothicWeb', 돋움, Dotum, Verdana;
    height: 160%;
    margin: 0 0 0 225px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; line-height: 18px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-family: Verdana; font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.logo-img {
margin-top: 17px;
margin-right: 0px;
margin-bottom: 90px;
margin-left: 33px;
}
