 		body {
			margin:0;
			padding:0;
			font-family: "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "나눔바른고딕", NanumBarunGothic, "맑은 고딕", "Malgun Gothic", "돋움", dotum, AppleGothic, sans-serif;
		}

		a 	{
			text-decoration: none;
		}

		h1, h2, h3, h4, h5, h6, p {
			letter-spacing:-0.1px;
			margin: 0 ;
			font-family: "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "나눔바른고딕", NanumBarunGothic, "맑은 고딕", "Malgun Gothic", "돋움", dotum, AppleGothic, sans-serif;
		}

		ul,  li {
			margin: 0;
			padding:0;
			list-style: none;
			font-family: Avenir, 'Lato', "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "나눔바른고딕", NanumBarunGothic, "나눔고딕", NanumGothic, "맑은 고딕", "Malgun Gothic", "돋움", dotum, AppleGothic, sans-serif;
		}

		input[type="radio"] {
			display: none;
		}

		#menubar {
		         width: 100%;
		         height: 45px;
		         /*background-color: rgba(0,0,0,0.3);*/
                     position: absolute;
                     top:0;
                     left: 0;
                     z-index: 999;
		}

  		.sbslogo {
			width: 45px;
			height: 45px;
			margin-right: 15px;
		}

		.mabulogo {
		            width: 60px;
		            height: 23px;
		            position: absolute;
		            top: 10px;
		            left: 49%;
		}

		#teamname {
		            font-size: 1.2em;
		            color:#fff;
		            margin: 0px 0px 0px 0px;
		            font-weight: 500;
		            text-align: left;
		}

		.social {
				width: 40px;
				height: 40px;
				float: right;
				cursor: pointer;
		}

		#footerbar {
		           	width: 100%;
		            height: 100px;
		            background-color: #040a13;
		            padding: 20px 0%;
		            float: left;
		}

		#fteamname {
		            font-size: 1.1em;
		            color:#fff;
		            font-weight: 700;
		            margin: 5px 0px 0px 0px;
		            text-align: left;
		}

		.credit {
		            font-size: 0.9em;
		            color:#aaaaaa;
		            font-weight: 350;
		            margin:5px 0px 0px 0px;
		            text-align: left;
		}


@media screen and (max-width: 639px) {
		#menubar {
		            width: 100%;
		            height: 40px;
		}

		#teamname {
		            font-size: 0.9em;
		            color:#fff;
		            font-weight: 600;
		            text-align: left;
		            float: left;
		            margin:0;
		}

		.mabulogo {
		            width: 48px;
		            height: 18px;
		            left: 45%;
		            float: left;
		}

		.sbslogo {
				width: 40px;
				height: 40px;
				margin-right: 10px;
		}

		#footerbar {
		            width: 100%;
		            height: 120px;
		            padding: 10px 2%;
		            float: left;
		}

		#fteamname {
				font-size:0.9em;
		            color:#fff;
		            font-weight: 500;
		            margin:5px 0px 0px 10px;
		            text-align: left;
		            letter-spacing: 0px;
		            width:90%;
		}

		.credit {
				width:90%;
		          	font-size: 0.8em;
		           	color:#ccc;
		           	font-weight: 300;
		          	margin:5px 0px 0px 10px;
		           	text-align: left;
		           	letter-spacing: 0px;
		}

		#menubar .social {
		 		width: 40px;
		 		height: 40px;
		 		float: right;
		 		cursor: pointer;
		}
	}
