html, body{
  font-family: "나눔고딕", NanumGothic, NanumGothicWeb, Arial!important;
}
body{font-size: 16px!important;}
.p_title{
//text-align:right;
  font-family: "나눔고딕", NanumGothic, NanumGothicWeb, Arial;
  line-height: 10px;
  margin-top:25px;
}

/* Add a black background color to the top navigation */
.topnavi {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnavi a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 25px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnavi a:hover {
  color: #FFCD00;
  text-decoration: none;
}

/* Add a color to the active/current link */
.topnavi a.active {
  color: #FFCD00;
}

.logo{top: 8px!important;}