@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* ±âº» ¹Ùµð*/
body, table, td, input, select, textarea {
	font-size:12px;
	color:#747474;
	font-style:normal;
	font-family: 'Nanum Gothic';
	line-height:18px;
	margin:0;
	word-break:break-all;
}
img {border:0px;
}
.style1 {font-size: 11px; color:#777777;}
.style2 {font-size: 12px; font-weight: bold; color:#0066CC;}
.style3 {font-size: 12px; font-weight: bold; color:#333333;}
.style4 {font-size: 12px; font-weight: bold; color:#ff0000;}
.style5 {font-size: 24px; font-weight: bold; color:#666666;}
.style6 {font-size: 14px; font-weight: bold; color:#353535; ffont-family: 'Nanum Gothic';}

a.latest:link, a.latest:visited, a.latest:active {font-family: 'Nanum Gothic';; font-size:9pt; text-decoration:none; color:#dedede; }
a.latest:hover {font-family: 'Nanum Gothic';; font-size:9pt;text-decoration:underline; color:#ffffff; }

A:link {font-size:12px; color:#000; text-decoration:none}
A:visited {font-size:12px; color:#000; text-decoration:none}
A:active {font-size:12px; color:#000; text-decoration:none}
A:hover {font-size:12px; color:#000; text-decoration:none}


table.type1 {
 border: 0;
 width: 740px;
}

table.type1 tr th {
 text-align: center;
}


table.type1 tr td {
 padding: 3px;
 text-align: center; 
 background-color: #ffffff;
 font-size: 12;
 height:20px;
}


/* Fixed sidenav, full height */
.sidenav {
  height: 361px;
  width: 180px;
  position: fixed;
  z-index: 1;
  top: 100px;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Nanum Gothic';
  font-weight:bold;
  color: #000;
  display: block;
  border: none;
  background: none;
  line-height:30px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover{

}
/* On mouse-over */
.dropdown-btn:hover {
  color: #000;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: #01458a;
  color: #fff;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #fff;
  padding-left: 8px;
  

}
.dropdown-container a{
 
  line-height:15px;


}
/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
  padding-top:10px;

}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}