@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;
	    }
		
	  .btns {
	        width:140px;
	        height:50px;
	        float:right;
	        margin:0px;
	        cursor: pointer;
	    }

	    .btns p {
	        font-size:16px;
	        color:#cccccc;
	        text-align: center;
	        font-family: 'Noto Sans KR', sans-serif;
	    }
	
	    #credit {
	        font-family: 'Noto Sans KR', sans-serif;
	        font-size:12px;
	        color:#aaaaaa;
	        margin-left: 20px;
	        text-align:center;
	    }

/* 설명 */
		#bigmenu {
			width:1320px;
			height:380px;

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

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

		.articletext {
			font-size:14px;
			color:#555555;
		}
		
		a {
			text-decoration: none;
		}

		.arealabel {
			font-size:20px;
			font-weight: bold;
			color:#555555;
			text-align: center;
		}

		.linkbtn {
		      outline: none;
		      display: inline-block;
		      width: 100px;
		      padding: 6px 0;
		      text-align: center;
		      border: 1px 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;
		    }
		 .linkbtn:hover {
		 	background-color:#dddddd;
		 }

		 .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;
		 }


/* 시각화 */
		.chart  {
		  width:290px;
		  height:300px;
		  float: left;
		  margin:0px 10px;
		}	

		.chart   p {
			font-family: 'Noto Sans KR', sans-serif;
			font-size: 16px;
			font-weight: 300;
			color:#777777;
			border-bottom: 2px solid #222222;
		}

		.line {
			width:1250px;
			height:300px;
			margin: 10px auto;
		}

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

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

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

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

		.radar0{
			display: none;
		}