@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
	
		body {
			    margin: 0;
			    font-family: 'Noto Sans KR', sans-serif;
		}

		
/* 템플릿 */
		#menubar {
	        width:100%;
	        height:50px;
	        background-color:#eeeeee;
	        margin-bottom:10px;
	    }

	    #menubar a {
	        text-decoration: none;
	    }

	    #teamname {
	        font-size:16px;
	        color:#aaaaaa;
	        font-family: 'Noto Sans KR', sans-serif;
	        margin:15px 0px 0px 10px;
	        float:left;
	        font-weight: bold;
	    }
		

	    #credit {
	        font-family: 'Noto Sans KR', sans-serif;
	        font-size:0.6em;
	        color:#aaaaaa;
	        text-align: center;
	        
	    }

	    #bigmenu {
			width:1320px;
			height:250px;

		}
		#selectver {
			width:250px;
			height:170px;
			margin:40px 10px;
			float: left;
		}
		#content {
			width:930px;
			height:170px;
			margin:40px 10px;
			float: left;
		}

		#bigbox {
			width:600px;
			height:600px;
			margin: 0px auto;
		}

		.linkbtn2 {
		      outline: none;
		      display: block;
		      width: 230px;
		      padding: 6px 0;
		      text-align: center;
		      border-bottom: 2px solid #ddd;
		      background-color: #fff;
		      background-repeat: repeat-x;
		      background-position: left top;
		      font-size: 14px;
		      font-weight: bold;
		      height: 22px;
		      color:#333333;
		      line-height: 1.5em;
		      margin-bottom: 6px;
		    }
		 .linkbtn2:hover {
		 	border-bottom: 2px solid #333333;
		 }
		
		a {
			text-decoration: none;
		}
		
	 #canvas {
	    	width:98%;
	    	height:390px;
	    	text-align: center;
	    }
	
	.linktitle {
		width:50%;
		height:50px;
		float: left;
		text-align: center;
	}

	h3 {
			font-family: 'Noto Sans KR', sans-serif;
			font-size:28px;
			color:#444444;
			margin:0;
			font-weight: 700;
		}

		.articletext {
			font-size:14px;
			color:#555555;
		}

	    .rankingtext {
	    	font-family: 'Noto Sans KR', sans-serif;
	    	font-size:0.9em;
	    	color:#333333;
	    	font-weight: bold;
	    	margin-bottom: 10px;
	    }
	    
	#radarchart {
	    	width:100%;
	    	height:350px;
	    }

	    #radarchart img {
	    	width:350px;
	    	height:350px;
	    	opacity: 1;
	    }

	    .lists {
	    	width:43%;
	    	height:30px;
	    	margin:10px;
	    	border:1px solid #cccccc;
	    }

		.red {
			fill:#ff3131;
			stroke:#ef2222;
		}
		

		.yellow {
			fill:#ffce43;
			stroke:#ffce43;
		}

		.green  {
			fill:#00c0c9;
			stroke:#00c0c9;
		}

		#radar0  {
			fill:none;
			stroke:#666666;
			opacity:0.7;
		}

		.radar0{
			display: none;
		}


		form {
			margin: 0;
		}
		
		input[type="radio"] {
			display: none;
		}

		input[type="radio"] + label span {
			display: inline-block;
  			vertical-align: middle;
			width:43%;
			height:20px;
			margin:0px 10px;
			padding-top:5px;
			color:#2D333F;
			font-size:0.8em;
			text-align: center;
			border-bottom: 4px solid #cccccc;
		}

		input[type="radio"]:checked + label span {
			border-bottom: 4px solid #333333;
		}
