html,
body {
  height: 100%;
  font-family: 'Nanum Gothic', sans-serif;
}

.rev2 {
  
}

.responsive {
  width: 100%;
  height: auto;
}

@media (min-width: 979px) {    
  .navbar-nav li.dropdown:hover > ul.dropdown-menu {    
    display: block;
    margin: 0;    
  }   
}

.otitle {
  color: darkgray;
  font-size: 1.3rem;
}

.ocols {
  color: darkgray;
  font-size: 1.0rem;
}

.otexts {
  color: #ffffcc;
  font-size: 0.9rem;
}

.otext {
  color: #ffffcc;
  font-size: 1.0rem;
}

.otextl {
  color: #ffffcc;
  font-size: 1.1rem;
}

.oshape {
  color: #ffffcc;
  font-size: 2.0rem;
}

#map {
  width: 100%;
  height: 100%;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}