            /*@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);*/

        body {
			margin:0;
			padding:0;
            letter-spacing: -0.05rem;
		    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 {

			margin: 0;

		}

		ul,  li {
			margin: 0;
			padding:0;
		      list-style: none;
		}

		input[type="radio"] {
			display: none;
		}

		#menubar {
		         width: 100%;
		         height: 45px;
                     position: absolute;
                     top:0;
                     left: 0;
                     z-index: 999;
		}

  		.sbslogo {
			width: 45px;
			height: 45px;
			margin-right: 15px;
		}

		.mabulogo {
		            width: 55px;
		            height: 22px;
		            position: absolute;
		            top: 12px;
		            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: 200px;
		            background-color: #222222;
		            padding: 50px 0%;
		            float: left;
		}

		.fteamname {
		            font-size: 1.5em;
		            color:#fff;
                    font-weight: bold;
                    margin-bottom: 10px;
		            text-align: left;
		}


		.credit {
		            font-size: 1.2em;
		            color:#efefef;
                    font-weight: 300;
		            text-align: left;
                    line-height: 1.5em;
		}


@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%;
		            padding: 10% 2% 0% 2%;
		}

		.fteamname {
				font-size: 1.2em;
		           color:#fff;
		            margin:5px 0px 0px 0px;
		            text-align: left;
		            letter-spacing: 0px;
                        width: 90%;
		}

		.credit {
				width: 100%;
		          	font-size: 0.9em;
		           	color:#ccc;
		           	font-weight: 300;
		          	margin:5px 0px 0px 0px;
		           	text-align: left;
		}

		#menubar .social {
		 		width: 40px;
		 		height: 40px;
		 		float: right;
		 		cursor: pointer;
		}

            .creditbox th {
                  width: 30%;
                  padding: 0;
                  font-size: 0.8em;
            }

            .creditbox td {
                  width: 70%;
                  padding: 0;
            }
	}
